summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-05-11 01:49:59 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-05-14 13:24:35 -0400
commita868c84354539b902b40c0ab45e11fae1ca48363 (patch)
tree06eef8cfd3313f31453982abb18ad370c84363fd
parent25b2e8be79a19e5bd6c91e6dd3343b5d3dedf125 (diff)
downloadpcre-a868c84354539b902b40c0ab45e11fae1ca48363.tar.gz
pcre-a868c84354539b902b40c0ab45e11fae1ca48363.tar.bz2
pcre-a868c84354539b902b40c0ab45e11fae1ca48363.zip
-rw-r--r--packaging/pcre.changes3
-rw-r--r--packaging/pcre.spec4
2 files changed, 7 insertions, 0 deletions
diff --git a/packaging/pcre.changes b/packaging/pcre.changes
new file mode 100644
index 0000000..856f4e7
--- /dev/null
+++ b/packaging/pcre.changes
@@ -0,0 +1,3 @@
+* Sat May 11 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130509.182809@25b2e8b
+- Set license using %license
+
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.*