rpms/libogg/devel libogg.spec,1.26,1.27

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Nov 14 15:30:53 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/libogg/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14450

Modified Files:
	libogg.spec 
Log Message:
* Wed Nov 14 2007 Hans de Goede <j.w.r.degoede at hhs.nl> - 2:1.1.3-7
- Some small specfile cleanups
- Add smpflags to make invocation (bz 226035)



Index: libogg.spec
===================================================================
RCS file: /cvs/extras/rpms/libogg/devel/libogg.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- libogg.spec	21 Oct 2007 14:27:48 -0000	1.26
+++ libogg.spec	14 Nov 2007 15:30:19 -0000	1.27
@@ -1,19 +1,21 @@
-Summary: The Ogg bitstream file format library
+Summary:	The Ogg bitstream file format library
 Name:		libogg
 Version:	1.1.3
-Release:	6%{?dist}
+Release:	7%{?dist}
 Epoch:		2
-Group: System Environment/Libraries
-License:      BSD
+Group:		System Environment/Libraries
+License:	BSD
 URL:		http://www.xiph.org/
 Source:         http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz
 Patch0:		libogg-1.0-m4.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)	
+
 %description
 Libogg is a library for manipulating Ogg bitstream file formats.
 Libogg supports both making Ogg bitstreams and getting packets from
 Ogg bitstreams.
 
+
 %package devel
 Summary: Files needed for development using libogg
 Group: Development/Libraries
@@ -26,15 +28,18 @@
 libogg-devel package contains the header files and documentation
 needed for development using libogg.
 
+
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .m4 
 
+
 %build
 perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
 perl -p -i -e "s/-ffast-math//" configure
 %configure --disable-static
-make
+make %{?_smp_mflags}
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -47,6 +52,15 @@
 mkdir -p _doc/libogg
 cp -p doc/libogg/*.html doc/libogg/*.css _doc/libogg
 
+
+%clean 
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS CHANGES COPYING README
@@ -66,14 +80,12 @@
 %{_libdir}/pkgconfig/ogg.pc
 %{_datadir}/aclocal/ogg.m4
 
-%clean 
-rm -rf $RPM_BUILD_ROOT
-
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
 
 %changelog
+* Wed Nov 14 2007 Hans de Goede <j.w.r.degoede at hhs.nl> - 2:1.1.3-7
+- Some small specfile cleanups
+- Add smpflags to make invocation (bz 226035)
+
 * Sun Oct 21 2007 Hans de Goede <j.w.r.degoede at hhs.nl> - 2:1.1.3-6
 - Don't install Makefile's as %doc, avoiding a multilib conflict (bz 342281)
 




More information about the fedora-extras-commits mailing list