This commit is contained in:
parent
836ac15711
commit
4c99e43044
@ -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: 145
|
Release: 148
|
||||||
Requires: rpm = %{version}
|
Requires: rpm = %{version}
|
||||||
|
|
||||||
%py_requires
|
%py_requires
|
||||||
|
@ -459,11 +459,11 @@
|
|||||||
%{expand:%(if ! rpm -q kernel-syms > /dev/null; then echo "%fail Please add the kernel-syms package to BuildRequires"; fi)}
|
%{expand:%(if ! rpm -q kernel-syms > /dev/null; then echo "%fail Please add the kernel-syms package to BuildRequires"; fi)}
|
||||||
|
|
||||||
# Template for lang sub-package.
|
# Template for lang sub-package.
|
||||||
%lang_package \
|
%lang_package(n:) \
|
||||||
%package lang\
|
%package %{-n:-n %{-n*}-}lang \
|
||||||
Summary: Languages for package %{name}\
|
Summary: Languages for package %{name} \
|
||||||
Group: System/Localization\
|
Group: System/Localization \
|
||||||
Requires: %{name} = %{version}\
|
Provides: %{-n:%{-n*}}%{!-n:%{name}}-lang-all = %{version} \
|
||||||
%description lang\
|
Requires: %{name} = %{version} \
|
||||||
Provides translations to the package %{name}.
|
%description %{-n:-n %{-n*}-}lang \
|
||||||
|
Provides translations to the package %{name}
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 8 23:25:56 CEST 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
- support optional -n parameter in %lang_package
|
||||||
|
- make %lang_package export a -all provides that
|
||||||
|
can be used to resolve conflicts with the bundle
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 2 15:28:09 CEST 2007 - mls@suse.de
|
Thu Aug 2 15:28:09 CEST 2007 - mls@suse.de
|
||||||
|
|
||||||
|
10
rpm.spec
10
rpm.spec
@ -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: 126
|
Release: 128
|
||||||
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
|
||||||
@ -340,7 +340,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: 354
|
Release: 356
|
||||||
#
|
#
|
||||||
|
|
||||||
%description -n popt
|
%description -n popt
|
||||||
@ -363,7 +363,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: 354
|
Release: 356
|
||||||
Requires: popt = 1.7
|
Requires: popt = 1.7
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
|
|
||||||
@ -399,6 +399,10 @@ Authors:
|
|||||||
%doc %{_mandir}/man3/popt.3*
|
%doc %{_mandir}/man3/popt.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 08 2007 - dmueller@suse.de
|
||||||
|
- support optional -n parameter in %%lang_package
|
||||||
|
- make %%lang_package export a -all provides that
|
||||||
|
can be used to resolve conflicts with the bundle
|
||||||
* Thu Aug 02 2007 - mls@suse.de
|
* Thu Aug 02 2007 - mls@suse.de
|
||||||
- let the debug_package_requires macro overwrite the
|
- let the debug_package_requires macro overwrite the
|
||||||
default requires in the debuginfo package
|
default requires in the debuginfo package
|
||||||
|
Loading…
Reference in New Issue
Block a user