- libogg 1.1.4

This commit is contained in:
Adam Jackson 2009-07-02 17:05:51 +00:00
parent 3c46770d01
commit b64b261fdd
3 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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 <ajax@redhat.com> 1.1.4-1
- libogg 1.1.4
* Wed Jun 03 2009 Adam Jackson <ajax@redhat.com> 1.1.4-0.1.rc1
- libogg 1.1.4rc1
- split devel docs to noarch subpackage

View File

@ -1 +1 @@
dc1c9c89667b7fdbb336bbc056bd5425 libogg-1.1.4rc1.tar.gz
10200ec22543841d9d1c23e0aed4e5e9 libogg-1.1.4.tar.gz