This commit is contained in:
parent
e195c93e5e
commit
c7f5f8246e
@ -11,12 +11,12 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: rpm-python
|
Name: rpm-python
|
||||||
BuildRequires: python-devel
|
BuildRequires: libbz2-devel python-devel
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
Summary: Python Bindings for Manipulating RPM Packages
|
Summary: Python Bindings for Manipulating RPM Packages
|
||||||
Version: 4.4.2
|
Version: 4.4.2
|
||||||
Release: 98
|
Release: 99
|
||||||
Requires: rpm = %{version}
|
Requires: rpm = %{version}
|
||||||
|
|
||||||
%py_requires
|
%py_requires
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 24 12:22:23 CET 2007 - ro@suse.de
|
||||||
|
|
||||||
|
- added libbz2-devel to BuildRequires and Requires for -devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 23 16:14:28 CET 2007 - dmueller@suse.de
|
Fri Mar 23 16:14:28 CET 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
12
rpm.spec
12
rpm.spec
@ -13,14 +13,14 @@
|
|||||||
Name: rpm
|
Name: rpm
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
BuildRequires: ncurses-devel zlib-devel
|
BuildRequires: libbz2-devel ncurses-devel zlib-devel
|
||||||
Provides: rpminst
|
Provides: rpminst
|
||||||
%define popt_version 1.7
|
%define popt_version 1.7
|
||||||
PreReq: %insserv_prereq %fillup_prereq popt = %{popt_version} permissions
|
PreReq: %insserv_prereq %fillup_prereq popt = %{popt_version} permissions
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: The RPM Package Manager
|
Summary: The RPM Package Manager
|
||||||
Version: 4.4.2
|
Version: 4.4.2
|
||||||
Release: 91
|
Release: 93
|
||||||
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
|
||||||
@ -144,7 +144,7 @@ Summary: Include Files and Libraries mandatory for Development.
|
|||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
Requires: rpm = %{version}
|
Requires: rpm = %{version}
|
||||||
Requires: popt-devel zlib-devel bzip2
|
Requires: popt-devel zlib-devel bzip2 libbz2-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the RPM C library and header files. These
|
This package contains the RPM C library and header files. These
|
||||||
@ -320,7 +320,7 @@ Summary: A C library for parsing command line parameters
|
|||||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: 1.7
|
Version: 1.7
|
||||||
Release: 319
|
Release: 321
|
||||||
#
|
#
|
||||||
|
|
||||||
%description -n popt
|
%description -n popt
|
||||||
@ -343,7 +343,7 @@ Summary: C Library for Parsing Command Line Parameters
|
|||||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: 1.7
|
Version: 1.7
|
||||||
Release: 319
|
Release: 321
|
||||||
Requires: popt = 1.7
|
Requires: popt = 1.7
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
|
|
||||||
@ -379,6 +379,8 @@ Authors:
|
|||||||
%doc %{_mandir}/man3/popt.3*
|
%doc %{_mandir}/man3/popt.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 24 2007 - ro@suse.de
|
||||||
|
- added libbz2-devel to BuildRequires and Requires for -devel
|
||||||
* Fri Mar 23 2007 - dmueller@suse.de
|
* Fri Mar 23 2007 - dmueller@suse.de
|
||||||
- drop custom libpopt so versioning
|
- drop custom libpopt so versioning
|
||||||
- move libpopt to /lib(64) for cryptsetup
|
- move libpopt to /lib(64) for cryptsetup
|
||||||
|
Loading…
Reference in New Issue
Block a user