rpms/libogg/devel libogg.spec,1.33,1.34

Adam Jackson ajax at fedoraproject.org
Thu Jul 2 17:05:56 UTC 2009


Author: ajax

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

Modified Files:
	libogg.spec 
Log Message:
* Thu Jul 02 2009 Adam Jackson <ajax at redhat.com> 1.1.4-1
- libogg 1.1.4



Index: libogg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libogg/devel/libogg.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- libogg.spec	3 Jun 2009 15:22:08 -0000	1.33
+++ libogg.spec	2 Jul 2009 17:05:26 -0000	1.34
@@ -1,14 +1,12 @@
 Summary:        The Ogg bitstream file format library
 Name:           libogg
 Version:        1.1.4
-# bump to 1%{?dist} for real release, otherwise 0.x.rcX
-Release:        0.1.rc1%{?dist}
+Release:        1%{?dist}
 Epoch:          2
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://www.xiph.org/
-#Source:         http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.gz
-Source:         http://downloads.xiph.org/releases/ogg/%{name}-1.1.4rc1.tar.gz
+Source:         http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)    
 
 %description
@@ -40,12 +38,12 @@ Documentation for developing application
 
 
 %prep
-%setup -q -n %{name}-1.1.4rc1
+%setup -q
 
 
 %build
-perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
-perl -p -i -e "s/-ffast-math//" configure
+sed -i "s/-O20/$RPM_OPT_FLAGS/" configure
+sed -i "s/-ffast-math//" configure
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -54,7 +52,6 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
-# remove unpackaged files from the buildroot
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
@@ -83,10 +80,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel-docs
 %defattr(-,root,root)
-# this should use %{name} but the rc name is funky
-%{_docdir}/libogg-1.1.4rc1/
+%{_docdir}/%{name}-%{version}
 
 %changelog
+* Thu Jul 02 2009 Adam Jackson <ajax at redhat.com> 1.1.4-1
+- libogg 1.1.4
+
 * Wed Jun 03 2009 Adam Jackson <ajax at redhat.com> 1.1.4-0.1.rc1
 - libogg 1.1.4rc1
 - split devel docs to noarch subpackage




More information about the fedora-extras-commits mailing list