From: Jacek Bukarewicz Date: Wed, 11 Sep 2013 09:22:31 +0000 (+0200) Subject: Introduction of -locale and -docs subpackages. Moved package to another group X-Git-Tag: accepted/tizen/20131108.201843~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=570bf157b85ce8a272fff03669a3e2eca68da431;p=platform%2Fupstream%2Frpm.git Introduction of -locale and -docs subpackages. Moved package to another group Change-Id: I6cb5d33ff6bb54fb57475578d6d2d632cc45ccfc Signed-off-by: Jacek Bukarewicz --- diff --git a/packaging/rpm.changes b/packaging/rpm.changes index 7ee08bb..37c4254 100644 --- a/packaging/rpm.changes +++ b/packaging/rpm.changes @@ -1,3 +1,7 @@ +* Wed Sep 25 2013 Jacek Bukarewicz accepted/tizen/20130916.211819@a771cdf +- Introduction of -locale and -docs subpackages. Moved package to another group +- update changes + * Mon Sep 16 2013 Anas Nashif accepted/tizen/20130913.024734@b487cf5 - remove --target from %configure macros diff --git a/packaging/rpm.spec b/packaging/rpm.spec index 56c83f0..a9995c3 100644 --- a/packaging/rpm.spec +++ b/packaging/rpm.spec @@ -3,7 +3,7 @@ Name: rpm Summary: The RPM Package Manager License: GPL-2.0+ -Group: System/Package Management +Group: Base/Package Management Version: 4.11.0.1 Release: 0 Url: http://www.rpm.org @@ -61,7 +61,6 @@ all installed packages. RPM also supports database queries. %package devel Summary: Include Files and Libraries mandatory for Development -Group: Development/Libraries Requires: rpm = %{version} Requires: popt-devel @@ -74,7 +73,6 @@ need an intimate knowledge of RPM packages in order to function. %package build Summary: Tools and Scripts to create rpm packages -Group: Platform Development/Building Requires: rpm = %{version} Provides: rpmbuild rpm:%_bindir/rpmbuild Requires: bzip2 @@ -93,7 +91,6 @@ and requires some packages that are usually required %package security-plugin Summary: MSM security plugin for rpm -Group: Security/Access Control Requires: rpm = %{version}-%{release} Requires: smack Requires: libxml2 @@ -224,10 +221,9 @@ rm -f var/lib/rpm/Filemd5s var/lib/rpm/Filedigests var/lib/rpm/Requireversion va %postun /sbin/ldconfig -%files -f rpm.lang +%files %manifest %{name}.manifest %defattr(-,root,root) -%doc GROUPS %license COPYING /etc/rpm /bin/rpm @@ -254,7 +250,6 @@ rm -f var/lib/rpm/Filemd5s var/lib/rpm/Filedigests var/lib/rpm/Requireversion va %{_libdir}/librpmio.so.* %{_libdir}/librpmbuild.so.* %{_libdir}/librpmsign.so.* -%doc %{_mandir}/man[18]/*.[18]* %dir /var/lib/rpm %dir %attr(755,root,root) /usr/src/packages/BUILD %dir %attr(755,root,root) /usr/src/packages/SPECS @@ -307,3 +302,8 @@ rm -f var/lib/rpm/Filemd5s var/lib/rpm/Filedigests var/lib/rpm/Requireversion va %{_libdir}/rpm-plugins/msm-device-sec-policy %config(noreplace) %{_sysconfdir}/device-sec-policy +%lang_package + +%docs_package +%doc GROUPS +