rpms/libsndfile/F-12 libsndfile.spec, 1.24, 1.25 libsndfile-1.0.17+flac-1.1.3.patch, 1.1, NONE libsndfile-1.0.17-autotools.patch, 1.1, NONE libsndfile-1.0.17-flac-buffer-overflow.patch, 1.1, NONE

Orcan Ogetbil oget at fedoraproject.org
Sat Nov 14 10:12:05 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/libsndfile/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8409

Modified Files:
	libsndfile.spec 
Removed Files:
	libsndfile-1.0.17+flac-1.1.3.patch 
	libsndfile-1.0.17-autotools.patch 
	libsndfile-1.0.17-flac-buffer-overflow.patch 
Log Message:
* Sat Nov 14 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.20-3
- Add FLAC/Ogg/Vorbis support (BR: libvorbis-devel)
- Make build verbose
- Remove rpath
- Fix ChangeLog encoding
- Move the big Changelog to the devel package



Index: libsndfile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libsndfile/F-12/libsndfile.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- libsndfile.spec	25 Jul 2009 08:39:31 -0000	1.24
+++ libsndfile.spec	14 Nov 2009 10:12:04 -0000	1.25
@@ -1,14 +1,21 @@
 Summary:	Library for reading and writing sound files
 Name:		libsndfile
 Version:	1.0.20
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	LGPLv2+
 Group:		System Environment/Libraries
 URL:		http://www.mega-nerd.com/libsndfile/
 Source0:	http://www.mega-nerd.com/libsndfile/libsndfile-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 
-BuildRequires:	alsa-lib-devel, pkgconfig, flac-devel, sqlite-devel, libogg-devel, jack-audio-connection-kit-devel
+BuildRequires:	alsa-lib-devel
+BuildRequires:	flac-devel
+BuildRequires:	jack-audio-connection-kit-devel
+BuildRequires:	libogg-devel
+BuildRequires:	libvorbis-devel
+BuildRequires:	pkgconfig
+BuildRequires:	sqlite-devel
+
 Provides:	%{name}-octave = %{version}-%{release}
 
 
@@ -35,12 +42,23 @@ This package contains files needed to de
 %prep
 %setup -q
 
+# Fix encoding
+iconv -f iso8859-1 -t utf8 ChangeLog -o tmpfile
+touch -r ChangeLog tmpfile
+mv -f tmpfile ChangeLog
+
 %build
 %configure \
 	--disable-dependency-tracking \
 	--enable-sqlite \
 	--enable-alsa \
-	--enable-largefile
+	--enable-largefile \
+	--enable-shave=no
+
+# Get rid of rpath
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
 make %{?_smp_mflags}
 
 
@@ -85,7 +103,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING AUTHORS README NEWS ChangeLog
+%doc COPYING AUTHORS README NEWS
 %{_bindir}/sndfile-info
 %{_bindir}/sndfile-play
 %{_bindir}/sndfile-convert
@@ -103,6 +121,7 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(-,root,root,-)
 %doc __docs/*
+%doc ChangeLog
 %exclude %{_libdir}/%{name}.la
 %{_includedir}/sndfile.h
 %{_includedir}/sndfile.hh
@@ -113,6 +132,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Nov 14 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.0.20-3
+- Add FLAC/Ogg/Vorbis support (BR: libvorbis-devel)
+- Make build verbose
+- Remove rpath
+- Fix ChangeLog encoding
+- Move the big Changelog to the devel package
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.20-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


--- libsndfile-1.0.17+flac-1.1.3.patch DELETED ---


--- libsndfile-1.0.17-autotools.patch DELETED ---


--- libsndfile-1.0.17-flac-buffer-overflow.patch DELETED ---




More information about the scm-commits mailing list