Author: koorek                       Date: Sun Feb 27 22:26:30 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Updated to 0.4.1
- Added R {nc,buffer}
- Added radio.sh fix

---- Files affected:
SPECS:
   poc.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/poc.spec
diff -u SPECS/poc.spec:1.5 SPECS/poc.spec:1.6
--- SPECS/poc.spec:1.5  Sun Oct 31 12:41:59 2004
+++ SPECS/poc.spec      Sun Feb 27 23:26:25 2005
@@ -1,20 +1,26 @@
 # $Revision$, $Date$
+#
+# TODO:
+# - Check license, this is really GPL?
+#
 Summary:       poc - a MP3 and Ogg streamer
 Summary(pl):   poc - program do generowania strumieni MP3 i Ogg
 Name:          poc
-Version:       0.3.7.1
+Version:       0.4.1
 Release:       0.1
 License:       GPL
 Group:         Applications/Sound
 Source0:       http://www.bl0rg.net/software/poc/%{name}-%{version}.tar.gz
-# Source0-md5: d96ed857d3a9e075210653c434d655d1
-# Source0-size:        102983
+# Source0-md5: f62f0fb5ed54796c5d60c11e92bae544
+Patch0:                %{name}-radio_script.patch
 URL:           http://www.bl0rg.net/software/poc/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
 BuildRequires: gettext-devel
 BuildRequires: libtool
+Requires:      buffer
+Requires:      nc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -45,23 +51,26 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-install 
{mp3cue,pob-2250,pob-2250-rb,pob-3119,pob-3119-rb,pob-fec,poc-2250,poc-2250-ploss,poc-3119,poc-3119-ploss,poc-fec,poc-fec-ploss,poc-http,pogg-http,radio.sh}
 $RPM_BUILD_ROOT%{_bindir}
+install 
{mp3cue,mp3cut,mp3length,pob-2250,pob-3119,pob-fec,poc-2250,poc-2250-ploss,poc-3119,poc-3119-ploss,poc-fec,poc-fec-ploss,poc-http,pogg-http,radio.sh}
 $RPM_BUILD_ROOT%{_bindir}
+install man/man1/* $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README README.mp3cue TODO
+%doc README TODO
 %attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -69,6 +78,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/02/27 22:26:25  koorek
+- Updated to 0.4.1
+- Added R {nc,buffer}
+- Added radio.sh fix
+
 Revision 1.5  2004/10/31 11:41:59  darekr
 - updated to 0.3.7.1
 - added BR bison
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/poc.spec?r1=1.5&r2=1.6&f=u


_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to