[libsodium/epel7] %doc move

Christopher Meng cicku at fedoraproject.org
Thu Jun 26 00:38:12 UTC 2014


commit 087c2844bee1c37a3eb85da6c0c395219fef08ea
Author: Christopher Meng <i at cicku.me>
Date:   Thu Jun 26 08:37:47 2014 +0800

    %doc move

 libsodium.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libsodium.spec b/libsodium.spec
index 5540948..b69c417 100644
--- a/libsodium.spec
+++ b/libsodium.spec
@@ -23,7 +23,7 @@ developing applications that use %{name} libraries.
 %prep
 %setup -q
 # EPEL6 hack.
-%if 0%{?rhel} == 6
+%if 0%{?el} == 6
 sed -i 's|_pkg_min_version=0.25|_pkg_min_version=0.23|g' configure
 %endif
 
@@ -43,10 +43,11 @@ make check
 %postun -p /sbin/ldconfig
 
 %files
-%doc AUTHORS ChangeLog LICENSE README.markdown THANKS
+%doc LICENSE
 %{_libdir}/libsodium.so.*
 
 %files devel
+%doc AUTHORS ChangeLog README.markdown THANKS
 %doc test/default/*.{c,h}
 %{_includedir}/sodium.h
 %{_includedir}/sodium/


More information about the scm-commits mailing list