rpms/liboil/devel liboil.spec, 1.35, 1.36 clobber-ecx.patch, 1.1, NONE segfault.patch, 1.1, NONE

Bastien Nocera hadess at fedoraproject.org
Wed Jun 10 14:46:39 UTC 2009


Author: hadess

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

Modified Files:
	liboil.spec 
Removed Files:
	clobber-ecx.patch segfault.patch 
Log Message:
* Wed Jun 10 2009 Bastien Nocera <bnocera at redhat.com> 0.3.16-2
- Update with comments from merge review (#226036)


Index: liboil.spec
===================================================================
RCS file: /cvs/pkgs/rpms/liboil/devel/liboil.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- liboil.spec	26 Mar 2009 04:24:42 -0000	1.35
+++ liboil.spec	10 Jun 2009 14:46:08 -0000	1.36
@@ -1,12 +1,12 @@
 Summary: Library of Optimized Inner Loops, CPU optimized functions
 Name: liboil
 Version: 0.3.16
-Release: 1%{?dist}
+Release: 2%{?dist}
 # See COPYING which details everything, various BSD licenses apply
 License: BSD
 Group: System Environment/Libraries
 URL: http://liboil.freedesktop.org/
-Source: http://liboil.freedesktop.org/download/liboil-%{version}.tar.gz
+Source: http://liboil.freedesktop.org/download/%{name}-%{version}.tar.gz
 
 # https://bugzilla.redhat.com/show_bug.cgi?id=435771
 Patch4: liboil-0.3.13-disable-ppc64-opts.patch
@@ -24,9 +24,10 @@ extended instructions provided by modern
 
 
 %package devel
-Summary: Development files and static library for liboil
+Summary: Development files and static library for %{name}
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}, pkgconfig
+Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig, gtk-doc
 
 %description devel
 Liboil is a library of simple functions that are optimized for various CPUs.
@@ -40,19 +41,11 @@ extended instructions provided by modern
 %setup -q
 %patch4 -p0 -b .disable-ppc64-opts
 
-# Disable Altivec, so that liboil doesn't SIGILL on non-Altivec PPCs
-# See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=252179#c15
-#sed -i 's/CFLAGS="$CFLAGS "-maltivec""/CFLAGS="$CFLAGS "-fno-tree-vectorize -Wa,-maltivec""/' configure
-#sed -i 's/LIBOIL_CFLAGS -maltivec/LIBOIL_CFLAGS -fno-tree-vectorize -Wa,-maltivec/' configure
-
 %build
 %configure
 # Remove standard rpath from oil-bugreport
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-# multi-jobbed make makes the build fail:
-# ./build_prototypes_doc >liboilfuncs-doc.h
-# /bin/sh: ./build_prototypes_doc: No such file or directory
 make %{?_smp_mflags}
 
 %install
@@ -77,15 +70,19 @@ rm -rf %{buildroot}
 %{_libdir}/*.so.*
 
 %files devel
+%doc HACKING
 %defattr(-,root,root,-)
 %{_bindir}/oil-bugreport
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
-%doc %{_datadir}/gtk-doc/html/liboil/
+%doc %{_datadir}/gtk-doc/html/%{name}/
 
 
 %changelog
+* Wed Jun 10 2009 Bastien Nocera <bnocera at redhat.com> 0.3.16-2
+- Update with comments from merge review (#226036)
+
 * Thu Mar 26 2009 - Behdad Esfahbod <besfahbo at redhat.com> - 0.3.16-1
 - Update to 0.3.16
 - Remove upstreamed patches


--- clobber-ecx.patch DELETED ---


--- segfault.patch DELETED ---




More information about the fedora-extras-commits mailing list