SPECS: peercast.spec - updated to 0.1217, fixes CAN-2006-1148 - ad...

glen glen at pld-linux.org
Tue Mar 21 15:07:04 CET 2006


Author: glen                         Date: Tue Mar 21 14:07:04 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.1217, fixes CAN-2006-1148
- added amd64,makefile,paths patches
- updated ini-location patch

---- Files affected:
SPECS:
   peercast.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/peercast.spec
diff -u SPECS/peercast.spec:1.3 SPECS/peercast.spec:1.4
--- SPECS/peercast.spec:1.3	Thu Jun 16 12:32:27 2005
+++ SPECS/peercast.spec	Tue Mar 21 15:06:59 2006
@@ -2,16 +2,17 @@
 Summary:	PeerCast: a peer-to-peer streaming client/server
 Summary(pl):	PeerCast: klient/serwer strumieni w systemie peer-to-peer
 Name:		peercast
-Version:	0.1212
+Version:	0.1217
 Release:	1
-Epoch:		0
 License:	GPL
 Group:		Applications/Multimedia
-# svn://peercast.org/peercast/tags/v%{version}
-Source0:	%{name}-%{version}.tar.bz2
-# Source0-md5:	7a1321444eb25ec7b26cddf852d763b5
+Source0:	http://www.peercast.org/src/%{name}-%{version}-src.tgz
+# Source0-md5:	d4881d8f1454311ccca8df20c0c1c305
 Patch0:		%{name}-buildfix.patch
 Patch1:		%{name}-ini-location.patch
+Patch2:		%{name}-amd64.patch
+Patch3:		%{name}-makefile.patch
+Patch4:		%{name}-paths.patch
 URL:		http://www.peercast.org/
 BuildRequires:	sed >= 4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,10 +34,14 @@
 na stronach komercyjnych.
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -qc
+find '(' -name '*.cpp' -o -name '*.h' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
+
+#%patch0 -p1
 %patch1 -p1
-sed -i 's,\./,%{_peercastdir}/,' core/common/peercast.h
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 %{__make} -C ui/linux \
@@ -63,6 +68,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/03/21 14:06:59  glen
+- updated to 0.1217, fixes CAN-2006-1148
+- added amd64,makefile,paths patches
+- updated ini-location patch
+
 Revision 1.3  2005/06/16 10:32:27  saq
 - better group
 
@@ -71,4 +81,3 @@
 
 Revision 1.1  2005/06/15 13:05:48  saq
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/peercast.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list