rpms/rpm/devel rpm.spec,1.330,1.331

Panu Matilainen pmatilai at fedoraproject.org
Mon Feb 23 10:39:05 UTC 2009


Author: pmatilai

Update of /cvs/pkgs/rpms/rpm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2255

Modified Files:
	rpm.spec 
Log Message:
- make -apidocs sub-package noarch
- fix source URL



Index: rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpm/devel/rpm.spec,v
retrieving revision 1.330
retrieving revision 1.331
diff -u -r1.330 -r1.331
--- rpm.spec	21 Feb 2009 11:02:55 -0000	1.330
+++ rpm.spec	23 Feb 2009 10:38:34 -0000	1.331
@@ -18,10 +18,10 @@
 Summary: The RPM package management system
 Name: rpm
 Version: %{rpmver}
-Release: 7%{?dist}
+Release: 8%{?dist}
 Group: System Environment/Base
 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}
 Source1: db-%{bdbver}.tar.gz
 %endif
@@ -164,6 +164,7 @@
 %package apidocs
 Summary: API documentation for RPM libraries
 Group: Documentation
+BuildArch: noarch
 
 %description apidocs
 This package contains API documentation for developing applications
@@ -384,6 +385,10 @@
 %doc doc/librpm/html/*
 
 %changelog
+* Mon Feb 23 2009 Panu Matilainen <pmatilai at redhat.com> - 4.6.0-8
+- make -apidocs sub-package noarch
+- fix source URL
+
 * Sat Feb 21 2009 Panu Matilainen <pmatilai at redhat.com> - 4.6.0-7
 - loosen up restrictions on dependency names (#455119)
 - handle inter-dependent pkg-config files for requires too (#473814)




More information about the scm-commits mailing list