rpms/libprelude/EL-5 libprelude.spec,1.7,1.8

Manuel Wolfshant wolfy at fedoraproject.org
Wed Sep 30 09:40:13 UTC 2009


Author: wolfy

Update of /cvs/pkgs/rpms/libprelude/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2340

Modified Files:
	libprelude.spec 
Log Message:
fix the conditionals in the spec.



Index: libprelude.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libprelude/EL-5/libprelude.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- libprelude.spec	11 Aug 2009 15:21:14 -0000	1.7
+++ libprelude.spec	30 Sep 2009 09:40:12 -0000	1.8
@@ -5,7 +5,7 @@
 
 Name:		libprelude
 Version:	0.9.24
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	The prelude library        
 Group:		System Environment/Libraries 
 License:	GPLv2+
@@ -45,7 +45,7 @@ Python bindings for libprelude.
 %package perl
 Summary:	Perl bindings for libprelude
 Group:		System Environment/Libraries
-%if 0%{?rhel} <= 5
+%if 0%{?rhel} && 0%{?rhel} <= 5
 BuildRequires:	perl
 %else
 BuildRequires:	perl-devel
@@ -141,6 +141,9 @@ rm -rf %{buildroot}
 %{ruby_sitearch}/PreludeEasy.so
 
 %changelog
+* Wed Sep 30 2009 Manuel "lonely wolf" Wolfshant <wolfy at fedoraproject.org> - 0.9.24-4
+- correct the identification of rhel <= 5 during build time
+
 * Sat Aug 8 2009 Manuel "lonely wolf" Wolfshant <wolfy at fedoraproject.org> - 0.9.24-3
 - adjust to build in EL-5
 




More information about the fedora-extras-commits mailing list