summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Bukarewicz <j.bukarewicz@samsung.com>2013-09-11 11:22:31 +0200
committerJacek Bukarewicz <j.bukarewicz@samsung.com>2013-09-25 14:56:34 +0200
commit570bf157b85ce8a272fff03669a3e2eca68da431 (patch)
tree1aeeca8f70329fc80dc7b20058387477d3df2b07
parent32a6b14bb2840b421aad3e4c2cd90f95c92cf841 (diff)
downloadlibrpm-tizen-570bf157b85ce8a272fff03669a3e2eca68da431.tar.gz
librpm-tizen-570bf157b85ce8a272fff03669a3e2eca68da431.tar.bz2
librpm-tizen-570bf157b85ce8a272fff03669a3e2eca68da431.zip
Introduction of -locale and -docs subpackages. Moved package to another group
Change-Id: I6cb5d33ff6bb54fb57475578d6d2d632cc45ccfc Signed-off-by: Jacek Bukarewicz <j.bukarewicz@samsung.com>
-rw-r--r--packaging/rpm.changes4
-rw-r--r--packaging/rpm.spec14
2 files changed, 11 insertions, 7 deletions
diff --git a/packaging/rpm.changes b/packaging/rpm.changes
index 7ee08bbb8..37c4254b6 100644
--- a/packaging/rpm.changes
+++ b/packaging/rpm.changes
@@ -1,3 +1,7 @@
+* Wed Sep 25 2013 Jacek Bukarewicz <j.bukarewicz@samsung.com> accepted/tizen/20130916.211819@a771cdf
+- Introduction of -locale and -docs subpackages. Moved package to another group
+- update changes
+
* Mon Sep 16 2013 Anas Nashif <anas.nashif@intel.com> accepted/tizen/20130913.024734@b487cf5
- remove --target from %configure macros
diff --git a/packaging/rpm.spec b/packaging/rpm.spec
index 56c83f017..a9995c31e 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
+