Accepting request 29431 from Base:System
Copy from Base:System/rpm based on submit request 29431 from user coolo OBS-URL: https://build.opensuse.org/request/show/29431 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpm?expand=0&rev=92
This commit is contained in:
commit
d4083a0d7a
@ -1,2 +1,3 @@
|
|||||||
rpm
|
rpm
|
||||||
arch ppc package rpm-devel
|
arch ppc package rpm-devel
|
||||||
|
arch sparcv9 package rpm-devel
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rpm-python (Version 4.7.1)
|
# spec file for package rpm-python (Version 4.7.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,11 +21,11 @@
|
|||||||
Name: rpm-python
|
Name: rpm-python
|
||||||
BuildRequires: file-devel libbz2-devel libelf-devel libselinux-devel lua-devel ncurses-devel popt-devel python-devel xz-devel zlib-devel
|
BuildRequires: file-devel libbz2-devel libelf-devel libselinux-devel lua-devel ncurses-devel popt-devel python-devel xz-devel zlib-devel
|
||||||
#!BuildIgnore: rpmlint-Factory
|
#!BuildIgnore: rpmlint-Factory
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
Summary: Python Bindings for Manipulating RPM Packages
|
Summary: Python Bindings for Manipulating RPM Packages
|
||||||
Version: 4.7.1
|
Version: 4.7.1
|
||||||
Release: 7
|
Release: 8
|
||||||
Requires: rpm = %{version}
|
Requires: rpm = %{version}
|
||||||
%py_requires
|
%py_requires
|
||||||
Source99: rpm.spec
|
Source99: rpm.spec
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 12 23:42:26 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- add baselibs.conf as a source
|
||||||
|
- add SPARC baselibs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 4 09:43:43 UTC 2009 - coolo@novell.com
|
Wed Nov 4 09:43:43 UTC 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
9
rpm.spec
9
rpm.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rpm (Version 4.7.1)
|
# spec file for package rpm (Version 4.7.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rpm
|
Name: rpm
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
BuildRequires: file-devel libbz2-devel libelf-devel libselinux-devel lua-devel ncurses-devel xz-devel zlib-devel
|
BuildRequires: file-devel libbz2-devel libelf-devel libselinux-devel lua-devel ncurses-devel xz-devel zlib-devel
|
||||||
BuildRequires: popt-devel
|
BuildRequires: popt-devel
|
||||||
@ -28,7 +28,7 @@ PreReq: %insserv_prereq %fillup_prereq permissions
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: The RPM Package Manager
|
Summary: The RPM Package Manager
|
||||||
Version: 4.7.1
|
Version: 4.7.1
|
||||||
Release: 7
|
Release: 8
|
||||||
Source: rpm-%{version}.tar.bz2
|
Source: rpm-%{version}.tar.bz2
|
||||||
Source1: RPM-HOWTO.tar.bz2
|
Source1: RPM-HOWTO.tar.bz2
|
||||||
Source2: RPM-Tips.html.tar.bz2
|
Source2: RPM-Tips.html.tar.bz2
|
||||||
@ -39,6 +39,7 @@ Source8: rpmconfigcheck
|
|||||||
Source9: sysconfig.services-rpm
|
Source9: sysconfig.services-rpm
|
||||||
Source10: beecrypt-4.1.2.tar.bz2
|
Source10: beecrypt-4.1.2.tar.bz2
|
||||||
Source11: rpm-4.4.2.3-db.tar.bz2
|
Source11: rpm-4.4.2.3-db.tar.bz2
|
||||||
|
Source12: baselibs.conf
|
||||||
Patch1: beecrypt-4.1.2.diff
|
Patch1: beecrypt-4.1.2.diff
|
||||||
Patch2: db.diff
|
Patch2: db.diff
|
||||||
# quilt patches start here
|
# quilt patches start here
|
||||||
@ -124,7 +125,7 @@ Authors:
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
Requires: rpm = %{version}
|
Requires: rpm = %{version}
|
||||||
Requires: popt-devel
|
Requires: popt-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user