rpms/ezstream/F-8 ezstream-stop-weird-installs.patch, NONE, 1.1 ezstream.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ian Weller (ianweller) fedora-extras-commits at redhat.com
Sat Apr 12 23:59:39 UTC 2008


Author: ianweller

Update of /cvs/pkgs/rpms/ezstream/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20513/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	ezstream-stop-weird-installs.patch ezstream.spec 
Log Message:
importing ezstream into f-8

ezstream-stop-weird-installs.patch:

--- NEW FILE ezstream-stop-weird-installs.patch ---
diff -up ezstream-0.5.3/Makefile.in.orig ezstream-0.5.3/Makefile.in
--- ezstream-0.5.3/Makefile.in.orig	2008-04-05 18:08:42.000000000 -0500
+++ ezstream-0.5.3/Makefile.in	2008-04-05 18:08:50.000000000 -0500
@@ -200,7 +200,7 @@ target_alias = @target_alias@
 AUTOMAKE_OPTIONS = 1.9 foreign
 ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = build-aux compat doc examples m4 src win32
-dist_doc_DATA = COPYING NEWS README
+dist_doc_DATA = 
 CLEANFILES = core *.core *~ .*~
 all: all-recursive
 
diff -up ezstream-0.5.3/examples/Makefile.in.orig ezstream-0.5.3/examples/Makefile.in
--- ezstream-0.5.3/examples/Makefile.in.orig	2008-04-05 18:02:44.000000000 -0500
+++ ezstream-0.5.3/examples/Makefile.in	2008-04-05 18:03:06.000000000 -0500
@@ -181,12 +181,9 @@ sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 AUTOMAKE_OPTIONS = 1.9 foreign
 examplesdir = @EXAMPLES_DIR@
-dist_examples_DATA = ezstream_mp3.xml ezstream_reencode_mp3.xml \
-		ezstream_reencode_theora.xml ezstream_reencode_vorbis.xml \
-		ezstream_stdin_vorbis.xml ezstream_vorbis.xml \
-		ezstream_metadata.xml
+dist_examples_DATA = 
 
-dist_examples_SCRIPTS = meta.sh play.sh
+dist_examples_SCRIPTS = 
 CLEANFILES = core *.core *~ .*~
 all: all-am
 


--- NEW FILE ezstream.spec ---
Name:           ezstream
Version:        0.5.3
Release:        1%{?dist}
Summary:        Command line source client for Icecast media streaming servers

Group:          Applications/Multimedia
License:        GPLv2
URL:            http://www.icecast.org/ezstream.php
Source0:        http://downloads.xiph.org/releases/ezstream/ezstream-%{version}.tar.gz
# Patch0 gets rid of the unnecessary installation of documentation that we do ourselves anyway.
Patch0:         ezstream-stop-weird-installs.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libogg-devel libvorbis-devel taglib-devel libshout-devel libxml2-devel

%description
Ezstream is a command line source client for Icecast media streaming servers.
It began as the successor of the old "shout" utility, and has since gained a
lot of useful features.

In its basic mode of operation, it streams media files or data from standard
input without reencoding and thus requires only very little CPU resources. It
can also use various external decoders and encoders to reencode from one format
to another, and stream the result to an Icecast server. Additional features
include scriptable playlist and metadata handling. All of its features make
ezstream a very flexible source client.

Supported media formats for streaming are MP3, Ogg Vorbis and Ogg Theora.
Native metadata support includes MP3 (ID3v1 only) and Ogg Vorbis, and many more
formats when the optional TagLib support has been compiled in (which they are
for this package).

%prep
%setup -q
%patch0 -p1 -b .stop_weird_inst


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# spurious executable doc
chmod a-x examples/*


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/ezstream
# Why are we specifying each example instead of just adding the directory?
# If we do that, we get the Makefile stuff too, which is silly.
%doc COPYING NEWS README examples/ezstream_metadata.xml examples/ezstream_mp3.xml
%doc examples/ezstream_reencode_mp3.xml examples/ezstream_reencode_theora.xml
%doc examples/ezstream_reencode_vorbis.xml examples/ezstream_stdin_vorbis.xml
%doc examples/ezstream_vorbis.xml examples/meta.sh examples/play.sh
%doc %{_mandir}/man1/ezstream.1.gz



%changelog
* Sat Apr 05 2008 Ian Weller <ianweller at gmail.com> 0.5.3-1
- Initial package build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ezstream/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Apr 2008 22:08:59 -0000	1.1
+++ .cvsignore	12 Apr 2008 23:59:01 -0000	1.2
@@ -0,0 +1 @@
+ezstream-0.5.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ezstream/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Apr 2008 22:08:59 -0000	1.1
+++ sources	12 Apr 2008 23:59:01 -0000	1.2
@@ -0,0 +1 @@
+a07941d52a4705f8d02c9c9ee6e05750  ezstream-0.5.3.tar.gz




More information about the fedora-extras-commits mailing list