auto-import changelog data from libogg-1.1-4.src.rpm
1.1-4 - Fixed warnings in shipped m4 file.
This commit is contained in:
parent
00ae2473e6
commit
995c03461d
11
libogg-underquoted.patch
Normal file
11
libogg-underquoted.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- libogg-1.1/ogg.m4.underquoted 2004-07-15 13:13:04.802639840 +0100
|
||||
+++ libogg-1.1/ogg.m4 2004-07-15 13:13:19.319861742 +0100
|
||||
@@ -5,7 +5,7 @@
|
||||
dnl XIPH_PATH_OGG([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
|
||||
dnl Test for libogg, and define OGG_CFLAGS and OGG_LIBS
|
||||
dnl
|
||||
-AC_DEFUN(XIPH_PATH_OGG,
|
||||
+AC_DEFUN([XIPH_PATH_OGG],
|
||||
[dnl
|
||||
dnl Get the cflags and libraries
|
||||
dnl
|
@ -1,7 +1,7 @@
|
||||
Summary: The Ogg bitstream file format library.
|
||||
Name: libogg
|
||||
Version: 1.1
|
||||
Release: 3
|
||||
Release: 4
|
||||
Epoch: 2
|
||||
Group: System Environment/Libraries
|
||||
Copyright: BSD
|
||||
@ -9,6 +9,7 @@ URL: http://www.xiph.org/
|
||||
Source: http://www.xiph.org/pub/ogg/vorbis/download/libogg-%{version}.tar.gz
|
||||
Patch: libogg-1.0-m4.patch
|
||||
Patch2: libogg-1.1-64bit.patch
|
||||
Patch3: libogg-underquoted.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -30,6 +31,7 @@ needed for development using libogg.
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch -p1
|
||||
%patch2 -p1 -b .64
|
||||
%patch3 -p1 -b .underquoted
|
||||
|
||||
%build
|
||||
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
|
||||
@ -72,6 +74,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Thu Jul 15 2004 Tim Waugh <twaugh@redhat.com> 2:1.1-4
|
||||
- Fixed warnings in shipped m4 file.
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user