From 7b7042fa935da1fb295bd5ec33fcdbaa9e9391c5 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 11 May 2013 01:47:27 -0400 Subject: Set license using %license --- packaging/libxslt.changes | 3 +++ packaging/libxslt.spec | 10 +++++----- 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 submit/tizen/20130509.181509@fac3ee9 +- Set license using %license + * Wed Feb 20 2013 Anas Nashif 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 -- cgit v1.2.3