summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-05-11 01:47:27 -0400
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-12 14:09:24 +0100
commit10c0f7f9055d8366b2461b74a03cec0006ca96d9 (patch)
tree8279d8ee8c860646c0f9b9e0c90e8203cac9ff7f
parent16b2608b1f229ba2ffb046b16e6dcc36bf19d8bf (diff)
downloadlibxslt-10c0f7f9055d8366b2461b74a03cec0006ca96d9.tar.gz
libxslt-10c0f7f9055d8366b2461b74a03cec0006ca96d9.tar.bz2
libxslt-10c0f7f9055d8366b2461b74a03cec0006ca96d9.zip
Set license using %license
-rw-r--r--packaging/libxslt.changes3
-rw-r--r--packaging/libxslt.spec10
2 files changed, 8 insertions, 5 deletions
diff --git a/packaging/libxslt.changes b/packaging/libxslt.changes
index 0f3cd495..069d0d1c 100644
--- a/packaging/libxslt.changes
+++ b/packaging/libxslt.changes
@@ -1,3 +1,6 @@
+* Sat May 11 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130509.181509@fac3ee9
+- Set license using %license
+
* Wed Feb 20 2013 Anas Nashif <anas.nashif@intel.com> upstream/1.1.26@cda8996
- Fixed baselibs to not require numbered sub-package
diff --git a/packaging/libxslt.spec b/packaging/libxslt.spec
index 197a0a75..ef77190f 100644
--- a/packaging/libxslt.spec
+++ b/packaging/libxslt.spec
@@ -1,5 +1,4 @@
Name: libxslt
-%define soname %{name}
Version: 1.1.26
Release: 0
Summary: XSL Transformation Library
@@ -35,7 +34,7 @@ Summary: Include Files and Libraries mandatory for Development
License: LGPL-2.1+
Group: Development/Libraries/C and C++
Requires: %{name}-tools = %version
-Requires: %{soname} = %{version}
+Requires: libxslt = %{version}
Requires: glibc-devel
Requires: libgcrypt-devel
Requires: libgpg-error-devel
@@ -77,12 +76,13 @@ rm -fr %{buildroot}%{_datadir}/doc
install -ma=r '-t%{buildroot}%{_mandir}/man1' '%{SOURCE3}'
-%post -n %{soname} -p /sbin/ldconfig
+%post -n libxslt -p /sbin/ldconfig
-%postun -n %{soname} -p /sbin/ldconfig
+%postun -n libxslt -p /sbin/ldconfig
-%files -n %{soname}
+%files -n libxslt
%defattr(-, root, root)
+%license COPYING Copyright
%{_libdir}/lib*.so.*
%files devel