SPECS (AC-branch): yum.spec - fix amd64 $arch - contains %{_libdir...

glen glen at pld-linux.org
Thu May 31 13:05:23 CEST 2007


Author: glen                         Date: Thu May 31 11:05:23 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- fix amd64 $arch
- contains %{_libdir} -> not noarch
- make *.repo config files

---- Files affected:
SPECS:
   yum.spec (1.35.2.1 -> 1.35.2.2) 

---- Diffs:

================================================================
Index: SPECS/yum.spec
diff -u SPECS/yum.spec:1.35.2.1 SPECS/yum.spec:1.35.2.2
--- SPECS/yum.spec:1.35.2.1	Thu May 31 12:52:15 2007
+++ SPECS/yum.spec	Thu May 31 13:05:17 2007
@@ -3,13 +3,14 @@
 Summary(pl.UTF-8):	Narzędzie do instalowania/uaktualniania pakietów RPM
 Name:		yum
 Version:	3.2.0
-Release:	3
+Release:	4
 License:	GPL
 Group:		Applications/System
 Source0:	http://linux.duke.edu/projects/yum/download/3.2/%{name}-%{version}.tar.gz
 # Source0-md5:	535213fcdea6c3ea9a0839f9a2853492
 Source1:	%{name}-pld-source.repo
 Patch0:		%{name}-missingok.patch
+Patch1:		%{name}-amd64.patch
 URL:		http://linux.duke.edu/projects/yum/
 BuildRequires:	gettext-devel
 BuildRequires:	rpm-pythonprov
@@ -24,7 +25,6 @@
 Requires:	python-urlgrabber
 Requires:	rc-scripts
 Requires:	rpm
-BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -40,6 +40,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__make}
@@ -73,7 +74,8 @@
 %doc README AUTHORS TODO INSTALL ChangeLog
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/yum/yum.conf
 %dir %{_sysconfdir}/yum
-%{_sysconfdir}/yum/repos.d
+%dir %{_sysconfdir}/yum/repos.d
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/yum/repos.d/*.repo
 %dir %{_sysconfdir}/yum/pluginconf.d
 %dir %{_sysconfdir}/dbus-1/system.d/yum-updatesd.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/yum/yum-updatesd.conf
@@ -96,6 +98,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35.2.2  2007/05/31 11:05:17  glen
+- fix amd64 $arch
+- contains %{_libdir} -> not noarch
+- make *.repo config files
+
 Revision 1.35.2.1  2007/05/31 10:52:15  glen
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/yum.spec?r1=1.35.2.1&r2=1.35.2.2&f=u



More information about the pld-cvs-commit mailing list