rpms/clearsilver/devel clearsilver.spec,1.19,1.20

Oliver Falk oliver at fedoraproject.org
Tue Feb 17 14:46:52 UTC 2009


Author: oliver

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

Modified Files:
	clearsilver.spec 
Log Message:
* Add alpha to the list arches that have java and ruby; No need to increase release number, as we don't rebuild


Index: clearsilver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/clearsilver/devel/clearsilver.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- clearsilver.spec	29 Nov 2008 16:36:44 -0000	1.19
+++ clearsilver.spec	17 Feb 2009 14:46:22 -0000	1.20
@@ -2,7 +2,7 @@
 
 Name:           clearsilver
 Version:        0.10.5
-Release:        5%{?dist}
+Release:        4%{?dist}
 Summary:        Fast and powerful HTML templating system
 Group:          Development/Libraries
 # Technically, the license is "Neotonic ClearSilver", but it is a copy of 
@@ -55,7 +55,6 @@
 %description -n perl-%{name}
 %{summary}.
 
-%ifarch %{ix86} ppc 
 %package     -n ruby-%{name}
 Summary:        Ruby interface to the ClearSilver HTML templating system
 Group:          Development/Libraries
@@ -78,7 +77,6 @@
 %description -n java-%{name}
 %{summary}.
 %endif
-%endif
 
 %prep
 %setup -q
@@ -91,7 +89,7 @@
 
 %build
 # java and ruby does not build on x86_64
-%ifarch %{ix86} ppc 
+%ifarch %{ix86} ppc alpha
 %configure \
 %if 0%{?rhel} > 4
   --with-java=%{_libdir}/jvm/java \
@@ -157,7 +155,7 @@
 %{perl_vendorarch}/auto/ClearSilver/
 %{perl_vendorarch}/ClearSilver.pm
 
-%ifarch %{ix86} ppc 
+%ifarch %{ix86} ppc alpha
 %files -n ruby-clearsilver
 %doc CS_LICENSE LICENSE
 %defattr(-,root,root,-)
@@ -173,9 +171,6 @@
 %endif
 
 %changelog
-* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.10.5-5
-- Rebuild for Python 2.6
-
 * Mon Apr 14 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.10.5-4
 - Add patch from Kevin Kofler to fix build failures.
 




More information about the fedora-extras-commits mailing list