This commit is contained in:
parent
ba30481d19
commit
f237d1441b
@ -24,7 +24,7 @@ License: GPL v2 or later
|
|||||||
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: 273
|
Release: 277
|
||||||
Requires: rpm = %{version}
|
Requires: rpm = %{version}
|
||||||
%py_requires
|
%py_requires
|
||||||
Source99: rpm.spec
|
Source99: rpm.spec
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 25 14:48:28 CEST 2008 - prusnak@suse.cz
|
||||||
|
|
||||||
|
- enabled SELinux support [Fate#303662]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 21 01:49:00 CEST 2008 - ro@suse.de
|
Thu Aug 21 01:49:00 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
14
rpm.spec
14
rpm.spec
@ -20,14 +20,14 @@
|
|||||||
Name: rpm
|
Name: rpm
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
BuildRequires: libbz2-devel lzma-alpha-devel ncurses-devel zlib-devel
|
BuildRequires: libbz2-devel libselinux-devel lzma-alpha-devel ncurses-devel zlib-devel
|
||||||
Provides: rpminst
|
Provides: rpminst
|
||||||
%define popt_version 1.7
|
%define popt_version 1.7
|
||||||
PreReq: %insserv_prereq %fillup_prereq permissions
|
PreReq: %insserv_prereq %fillup_prereq permissions
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: The RPM Package Manager
|
Summary: The RPM Package Manager
|
||||||
Version: 4.4.2
|
Version: 4.4.2
|
||||||
Release: 212
|
Release: 215
|
||||||
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
|
||||||
@ -168,7 +168,7 @@ Summary: Include Files and Libraries mandatory for Development
|
|||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
Requires: rpm = %{version}
|
Requires: rpm = %{version}
|
||||||
Requires: popt-devel zlib-devel bzip2 libbz2-devel lzma-alpha-devel
|
Requires: popt-devel zlib-devel bzip2 libbz2-devel lzma-alpha-devel libselinux-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
|
||||||
@ -241,7 +241,7 @@ cp popt/autogen.sh libelf
|
|||||||
cp popt/autogen.sh elfutils
|
cp popt/autogen.sh elfutils
|
||||||
cp popt/autogen.sh file
|
cp popt/autogen.sh file
|
||||||
# cp popt/autogen.sh neon
|
# cp popt/autogen.sh neon
|
||||||
./autogen.sh --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} --libdir=/usr/lib --sysconfdir=/etc --localstatedir=/var --with-lua --without-selinux --enable-shared
|
./autogen.sh --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} --libdir=/usr/lib --sysconfdir=/etc --localstatedir=/var --with-lua --with-selinux --enable-shared
|
||||||
rm po/de.gmo
|
rm po/de.gmo
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
@ -361,7 +361,7 @@ Summary: A C library for parsing command line parameters
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: 1.7
|
Version: 1.7
|
||||||
Release: 440
|
Release: 443
|
||||||
#
|
#
|
||||||
|
|
||||||
%description -n popt
|
%description -n popt
|
||||||
@ -384,7 +384,7 @@ Summary: C Library for Parsing Command Line Parameters
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: 1.7
|
Version: 1.7
|
||||||
Release: 440
|
Release: 443
|
||||||
Requires: popt = 1.7
|
Requires: popt = 1.7
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
|
|
||||||
@ -419,6 +419,8 @@ Authors:
|
|||||||
%doc %{_mandir}/man3/popt.3*
|
%doc %{_mandir}/man3/popt.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 25 2008 prusnak@suse.cz
|
||||||
|
- enabled SELinux support [Fate#303662]
|
||||||
* Thu Aug 21 2008 ro@suse.de
|
* Thu Aug 21 2008 ro@suse.de
|
||||||
- update rpm-suse_macros
|
- update rpm-suse_macros
|
||||||
* Wed Aug 20 2008 agruen@suse.de
|
* Wed Aug 20 2008 agruen@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user