rpms/libprelude/FC-5 libprelude.spec,1.2,1.3

Thorsten Scherf (tscherf) fedora-extras-commits at redhat.com
Sat Dec 30 23:44:30 UTC 2006


Author: tscherf

Update of /cvs/extras/rpms/libprelude/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5010

Modified Files:
	libprelude.spec 
Log Message:
ts: corrected x86_86 arch problem



Index: libprelude.spec
===================================================================
RCS file: /cvs/extras/rpms/libprelude/FC-5/libprelude.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libprelude.spec	30 Dec 2006 15:25:35 -0000	1.2
+++ libprelude.spec	30 Dec 2006 23:44:00 -0000	1.3
@@ -3,7 +3,7 @@
 
 Name:		libprelude
 Version:	0.9.12
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	The prelude library        
 
 Group:		System Environment/Libraries 
@@ -13,7 +13,6 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gnutls-devel, python-devel 
-ExcludeArch:	ia64
 
 %description
 The Prelude Library is a collection of generic functions providing
@@ -112,7 +111,7 @@
 %{_datadir}/aclocal/libprelude.m4
 
 %files python
-%{python_sitelib}/*
+%{python_sitearch}/*
 
 %files perl
 %defattr(0755,root,root)
@@ -121,6 +120,9 @@
 
 
 %changelog
+* Tue Dec 30 2006 Thorsten Scherf <tscherf at redhat.com> 0.9.12-6
+- fixed x86_86 arch problem
+
 * Tue Dec 30 2006 Thorsten Scherf <tscherf at redhat.com> 0.9.12-5
 - added ExcludeArch
 




More information about the scm-commits mailing list