summaryrefslogtreecommitdiff
path: root/packaging/pcre.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/pcre.spec')
-rw-r--r--packaging/pcre.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/pcre.spec b/packaging/pcre.spec
index 3598443..5052c00 100644
--- a/packaging/pcre.spec
+++ b/packaging/pcre.spec
@@ -136,15 +136,19 @@ rm -f %{buildroot}%{_libdir}/*.la
%postun -n libpcreposix -p /sbin/ldconfig
%files -n libpcre
+%license COPYING
%{_libdir}/libpcre.so.*
%files -n libpcrecpp
+%license COPYING
%{_libdir}/libpcrecpp.so.*
%files -n libpcreposix
+%license COPYING
%{_libdir}/libpcreposix.so.*
%files tools
+%license COPYING
%{_bindir}/pcregrep
%{_bindir}/pcretest
%{_mandir}/man1/pcregrep.*