rpms/streamripper/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 streamripper.spec, 1.3, 1.4

Xavier Lamien laxathom at rpmfusion.org
Fri May 1 12:29:13 CEST 2009


Author: laxathom

Update of /cvs/free/rpms/streamripper/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21428

Modified Files:
	.cvsignore sources streamripper.spec 
Log Message:
update release


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/streamripper/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Aug 2008 18:32:22 -0000	1.3
+++ .cvsignore	1 May 2009 10:29:12 -0000	1.4
@@ -1 +1 @@
-streamripper-1.63.5.tar.gz
+streamripper-1.64.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/free/rpms/streamripper/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Aug 2008 18:32:22 -0000	1.3
+++ sources	1 May 2009 10:29:12 -0000	1.4
@@ -1 +1 @@
-73a63383dca00615c3328cf51bf2fa56  streamripper-1.63.5.tar.gz
+a37a1a8b8f9228522196a122a1c2dd32  streamripper-1.64.6.tar.gz


Index: streamripper.spec
===================================================================
RCS file: /cvs/free/rpms/streamripper/devel/streamripper.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- streamripper.spec	29 Mar 2009 14:10:51 -0000	1.3
+++ streamripper.spec	1 May 2009 10:29:12 -0000	1.4
@@ -1,7 +1,7 @@
 Summary:	Shoutcast and icecast compatible streams recorder
 Name:		streamripper
-Version:	1.63.5
-Release:	3%{?dist}
+Version:	1.64.6
+Release:	1%{?dist}
 Group:		Applications/Multimedia
 URL:		http://streamripper.sourceforge.net/
 License:	GPLv2
@@ -12,8 +12,8 @@
 BuildRequires:  libmad-devel
 BuildRequires:  tre-devel
 BuildRequires:  faad2-devel
+BuildRequires:  glib2-devel >= 2.6
 
-Patch0: streamripper-vswprintf-no-redef.patch
 
 %description
 
@@ -26,28 +26,20 @@
 
 %prep
 %setup -q
-%patch0 -p1
 chmod 0644 ./lib/charset.h
 
 %build
 ## To be sure we will not use the embedded libmad
 rm -rf ./libmad-*
-## To be sure we will not use the embedded tre
-rm -rf ./tre-*
 
 %configure --disable-static
-make %{?_smp_mflags} CFLAGS="%{optflags} -L%{_libdir}"
+make %{?_smp_mflags}
 
 
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p -c"
 
-## man page must be converted to utf8
-%define man_ori %{buildroot}/%{_mandir}/man1/streamripper.1
-%define man_tmp %{man_ori}.utf8
-iconv -f ISO-8859-1 -t utf8 %{man_ori} -o %{man_tmp}
-mv -f %{man_tmp} %{man_ori}
 
 %files
 %defattr(-,root,root,-)
@@ -59,6 +51,9 @@
 rm -rf %{buildroot}
 
 %changelog
+* Thu Apr 30 2009 Nicolas Chauvet <kwizart at gmail.com> - 1.64.6-1
+- Update release.
+
 * Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.63.5-3
 - rebuild for new F11 features
 



More information about the rpmfusion-commits mailing list