rpms/mingw32-libogg/devel import.log, NONE, 1.1 mingw32-libogg.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Gerd Hoffmann kraxel at fedoraproject.org
Wed Jul 14 15:08:41 UTC 2010


Author: kraxel

Update of /cvs/pkgs/rpms/mingw32-libogg/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20953/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mingw32-libogg.spec 
Log Message:
package import



--- NEW FILE import.log ---
mingw32-libogg-1_1_4-2_fc14:HEAD:mingw32-libogg-1.1.4-2.fc14.src.rpm:1279120068


--- NEW FILE mingw32-libogg.spec ---
%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:        2%{?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 Jul 13 2010 Gerd Hoffmann <kraxel at redhat.com> - 1.1.4-2
- Remove documentation.

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-libogg/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 Jul 2010 15:43:40 -0000	1.1
+++ .cvsignore	14 Jul 2010 15:08:41 -0000	1.2
@@ -0,0 +1 @@
+libogg-1.1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-libogg/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 Jul 2010 15:43:40 -0000	1.1
+++ sources	14 Jul 2010 15:08:41 -0000	1.2
@@ -0,0 +1 @@
+10200ec22543841d9d1c23e0aed4e5e9  libogg-1.1.4.tar.gz



More information about the scm-commits mailing list