- make -apidocs sub-package noarch
- fix source URL
This commit is contained in:
parent
3f11e35589
commit
3c64bcfa93
9
rpm.spec
9
rpm.spec
@ -18,10 +18,10 @@
|
|||||||
Summary: The RPM package management system
|
Summary: The RPM package management system
|
||||||
Name: rpm
|
Name: rpm
|
||||||
Version: %{rpmver}
|
Version: %{rpmver}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.rpm.org/
|
Url: http://www.rpm.org/
|
||||||
Source0: http://rpm.org/releases/testing/%{name}-%{srcver}.tar.bz2
|
Source0: http://rpm.org/releases/4.6.x/%{name}-%{srcver}.tar.bz2
|
||||||
%if %{with int_bdb}
|
%if %{with int_bdb}
|
||||||
Source1: db-%{bdbver}.tar.gz
|
Source1: db-%{bdbver}.tar.gz
|
||||||
%endif
|
%endif
|
||||||
@ -164,6 +164,7 @@ programs that will manipulate RPM packages and databases.
|
|||||||
%package apidocs
|
%package apidocs
|
||||||
Summary: API documentation for RPM libraries
|
Summary: API documentation for RPM libraries
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description apidocs
|
%description apidocs
|
||||||
This package contains API documentation for developing applications
|
This package contains API documentation for developing applications
|
||||||
@ -384,6 +385,10 @@ exit 0
|
|||||||
%doc doc/librpm/html/*
|
%doc doc/librpm/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 23 2009 Panu Matilainen <pmatilai@redhat.com> - 4.6.0-8
|
||||||
|
- make -apidocs sub-package noarch
|
||||||
|
- fix source URL
|
||||||
|
|
||||||
* Sat Feb 21 2009 Panu Matilainen <pmatilai@redhat.com> - 4.6.0-7
|
* Sat Feb 21 2009 Panu Matilainen <pmatilai@redhat.com> - 4.6.0-7
|
||||||
- loosen up restrictions on dependency names (#455119)
|
- loosen up restrictions on dependency names (#455119)
|
||||||
- handle inter-dependent pkg-config files for requires too (#473814)
|
- handle inter-dependent pkg-config files for requires too (#473814)
|
||||||
|
Loading…
Reference in New Issue
Block a user