- libogg 1.1.4
This commit is contained in:
parent
3c46770d01
commit
b64b261fdd
@ -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
|
||||
|
19
libogg.spec
19
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 <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
|
||||
|
Loading…
Reference in New Issue
Block a user