From b64b261fddacf4c1d43a05e2c74cc0e8c8556564 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Jul 02 2009 17:05:51 +0000 Subject: - libogg 1.1.4 --- diff --git a/.cvsignore b/.cvsignore index 5faaa10..8ce0d3b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ libogg-1.1.tar.gz libogg-1.1.2.tar.gz libogg-1.1.3.tar.gz libogg-1.1.4rc1.tar.gz +libogg-1.1.4.tar.gz diff --git a/libogg.spec b/libogg.spec index 23fa749..90fb04f 100644 --- a/libogg.spec +++ b/libogg.spec @@ -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 applications with libogg %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 1.1.4-1 +- libogg 1.1.4 + * Wed Jun 03 2009 Adam Jackson 1.1.4-0.1.rc1 - libogg 1.1.4rc1 - split devel docs to noarch subpackage diff --git a/sources b/sources index 19cb7a8..2e8e8c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc1c9c89667b7fdbb336bbc056bd5425 libogg-1.1.4rc1.tar.gz +10200ec22543841d9d1c23e0aed4e5e9 libogg-1.1.4.tar.gz