- 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.2.tar.gz
|
||||||
libogg-1.1.3.tar.gz
|
libogg-1.1.3.tar.gz
|
||||||
libogg-1.1.4rc1.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
|
Summary: The Ogg bitstream file format library
|
||||||
Name: libogg
|
Name: libogg
|
||||||
Version: 1.1.4
|
Version: 1.1.4
|
||||||
# bump to 1%{?dist} for real release, otherwise 0.x.rcX
|
Release: 1%{?dist}
|
||||||
Release: 0.1.rc1%{?dist}
|
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.xiph.org/
|
URL: http://www.xiph.org/
|
||||||
#Source: http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.gz
|
Source: http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.gz
|
||||||
Source: http://downloads.xiph.org/releases/ogg/%{name}-1.1.4rc1.tar.gz
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,12 +38,12 @@ Documentation for developing applications with libogg
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-1.1.4rc1
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
|
sed -i "s/-O20/$RPM_OPT_FLAGS/" configure
|
||||||
perl -p -i -e "s/-ffast-math//" configure
|
sed -i "s/-ffast-math//" configure
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -54,7 +52,6 @@ make %{?_smp_mflags}
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
|
||||||
# remove unpackaged files from the buildroot
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
|
|
||||||
@ -83,10 +80,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel-docs
|
%files devel-docs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
# this should use %{name} but the rc name is funky
|
%{_docdir}/%{name}-%{version}
|
||||||
%{_docdir}/libogg-1.1.4rc1/
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 03 2009 Adam Jackson <ajax@redhat.com> 1.1.4-0.1.rc1
|
||||||
- libogg 1.1.4rc1
|
- libogg 1.1.4rc1
|
||||||
- split devel docs to noarch subpackage
|
- split devel docs to noarch subpackage
|
||||||
|
Loading…
Reference in New Issue
Block a user