OBS User unknown 2007-08-10 15:16:08 +00:00 committed by Git OBS Bridge
parent 4c99e43044
commit bebfa08212
3 changed files with 12 additions and 4 deletions

View File

@ -16,7 +16,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: 148 Release: 149
Requires: rpm = %{version} Requires: rpm = %{version}
%py_requires %py_requires

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 10 16:40:10 CEST 2007 - dmueller@suse.de
- package size reduction (#217472)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 8 23:25:56 CEST 2007 - dmueller@suse.de Wed Aug 8 23:25:56 CEST 2007 - dmueller@suse.de

View File

@ -20,7 +20,7 @@ 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: 128 Release: 129
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
@ -252,6 +252,7 @@ export RPM_BUILD_ROOT
[ -f scripts/brp-%_arch-linux ] && sh scripts/brp-%_arch-linux [ -f scripts/brp-%_arch-linux ] && sh scripts/brp-%_arch-linux
%endif %endif
chmod 755 doc/manual chmod 755 doc/manual
rm -rf doc/manual/Makefile*
rm -f $RPM_BUILD_ROOT/usr/lib/rpmpopt rm -f $RPM_BUILD_ROOT/usr/lib/rpmpopt
rm -rf $RPM_BUILD_ROOT%{_mandir}/{fr,ja,ko,pl,ru,sk} rm -rf $RPM_BUILD_ROOT%{_mandir}/{fr,ja,ko,pl,ru,sk}
rm -f $RPM_BUILD_ROOT%{_prefix}/share/locale/de/LC_MESSAGES/rpm.mo rm -f $RPM_BUILD_ROOT%{_prefix}/share/locale/de/LC_MESSAGES/rpm.mo
@ -340,7 +341,7 @@ Summary: A C library for parsing command line parameters
License: LGPL v2 or later License: LGPL v2 or later
Group: System/Libraries Group: System/Libraries
Version: 1.7 Version: 1.7
Release: 356 Release: 357
# #
%description -n popt %description -n popt
@ -363,7 +364,7 @@ Summary: C Library for Parsing Command Line Parameters
License: LGPL v2 or later License: LGPL v2 or later
Group: System/Libraries Group: System/Libraries
Version: 1.7 Version: 1.7
Release: 356 Release: 357
Requires: popt = 1.7 Requires: popt = 1.7
Requires: glibc-devel Requires: glibc-devel
@ -399,6 +400,8 @@ Authors:
%doc %{_mandir}/man3/popt.3* %doc %{_mandir}/man3/popt.3*
%changelog %changelog
* Fri Aug 10 2007 - dmueller@suse.de
- package size reduction (#217472)
* Wed Aug 08 2007 - dmueller@suse.de * Wed Aug 08 2007 - dmueller@suse.de
- support optional -n parameter in %%lang_package - support optional -n parameter in %%lang_package
- make %%lang_package export a -all provides that - make %%lang_package export a -all provides that