Browse Source

Remove development file

Since libslopy is considered private, there should not be need for
header file.
Alois Mahdal 6 years ago
parent
commit
d8cdd530d1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      slop.spec.in

+ 1
- 1
slop.spec.in View File

@@ -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