瀏覽代碼

Remove development file

Since libslopy is considered private, there should not be need for
header file.
Alois Mahdal 6 年之前
父節點
當前提交
d8cdd530d1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      slop.spec.in

+ 1
- 1
slop.spec.in 查看文件

@@ -45,10 +45,10 @@ cmake -DCMAKE_INSTALL_PREFIX="/usr" ./
45 45
 %make_install
46 46
 mkdir -p "%{buildroot}%{_libdir}/slop"
47 47
 mv %{buildroot}/usr/lib/libslopy.so "%{buildroot}%{_libdir}/slop"
48
+rm %{buildroot}/usr/include/slop.hpp
48 49
 
49 50
 %files
50 51
 %{_bindir}/slop
51
-/usr/include/slop.hpp
52 52
 %{_libdir}/slop/libslopy.so
53 53
 %{_mandir}/man1/slop.1.gz
54 54