Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > eeb5c845120161ea30d7133ed9212431 > files > 2

mingw32-libogg-1.1.4-3.fc15.src.rpm

%define __strip %{_mingw32_strip}
%define __objdump %{_mingw32_objdump}
%define _use_internal_dependency_generator 0
%define __find_requires %{_mingw32_findrequires}
%define __find_provides %{_mingw32_findprovides}

Summary:        The Ogg bitstream file format library
Name:           mingw32-libogg
Version:        1.1.4
Release:        3%{?dist}
Group:          System Environment/Libraries
License:        BSD
URL:            http://www.xiph.org/
Source:         http://downloads.xiph.org/releases/ogg/libogg-%{version}.tar.gz

BuildArch:      noarch
BuildRequires:  mingw32-filesystem >= 49
BuildRequires:  mingw32-gcc
BuildRequires:  mingw32-binutils
Requires:       pkgconfig

%description
Libogg is a library for manipulating Ogg bitstream file formats.
Libogg supports both making Ogg bitstreams and getting packets from
Ogg bitstreams.


%prep
%setup -q -n libogg-%{version}

%build
sed -i "s/-O20/-O2/" configure
sed -i "s/-ffast-math//" configure
%{_mingw32_configure} --disable-static
make %{?_smp_mflags}

%install
make DESTDIR=$RPM_BUILD_ROOT install
# zap docs, redundant with native package
rm -rf $RPM_BUILD_ROOT%{_mingw32_docdir}

%files
%defattr(-,root,root)
%doc AUTHORS CHANGES COPYING README
%{_mingw32_bindir}/libogg*
%{_mingw32_libdir}/libogg*
%{_mingw32_libdir}/pkgconfig/ogg.pc
%dir %{_mingw32_includedir}/ogg
%{_mingw32_includedir}/ogg/ogg.h
%{_mingw32_includedir}/ogg/os_types.h
%{_mingw32_includedir}/ogg/config_types.h
%{_mingw32_datadir}/aclocal/ogg.m4

%changelog
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Tue Jul 13 2010 Gerd Hoffmann <kraxel@redhat.com> - 1.1.4-2
- Remove documentation.

* Mon Jul 12 2010 Gerd Hoffmann <kraxel@redhat.com> - 1.1.4-1
- Initial package.