ices spec request for comment.

Rakotomandimby (R12y) Mihamina mihamina at mail.rktmb.org
Mon Mar 7 17:37:09 UTC 2005


Hello,
I'm new to the list :-)

I looked for an Ices2 package for Fedora but did not find.
So i decided to just look for some spec file and then try to deal with
it...
I found some interesting and simple spec files here:
http://www.livna.org/~anvil/fedora/spec/

Do you know this repository? what's you opinion about the quality of the
spec files it has?

I would like you comments on how I modify the Ices spec file to suit  my
use (I dont check out Ices from CVS). May be there is some modification
to optimize it? You can find my spec file attached.
-- 
ASPO Infogérance       http://aspo.rktmb.org/activites/infogerance
Unofficial FAQ fcolc   http://faq.fcolc.eu.org/
LUG sur Orléans et alentours (France).
Tél : 02 34 08 26 04 / 06 33 26 13 14
-------------- next part --------------
Summary:	Primary source client for icecast 2.0.
Name: 		ices
Version: 	2.0.1
Release: 	1.FC3
Epoch: 		0
License: 	GPL
Group: 		Applications/Multimedia
URL: 		http://www.icecast.org/

Source0: 	%{name}-%{version}.tar.gz
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	autoconf automake libtool
BuildRequires:	libvorbis-devel libshout-devel libxml2-devel

# -----------------------------------------------------------------------------

%description
Primary source client for icecast 2.0.

# -----------------------------------------------------------------------------

%prep
%setup 
#
#rm -f m4/shout.m4 
#aclocal -I m4
#autoheader
#libtoolize --automake
#automake -a
#autoconf
#
# -----------------------------------------------------------------------------

%build
 %configure
make %{?_smp_mflags}
# %{__mv} -f %{buildroot}/usr/share/ices/* %{buildroot}%{_docdir}/%{name}-%{version}/ 
# -----------------------------------------------------------------------------

%install
%makeinstall

# -----------------------------------------------------------------------------

%clean
rm -rf $RPM_BUILD_ROOT

# -----------------------------------------------------------------------------

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README TODO conf/*.xml 
%doc /usr/share/ices/*
%{_bindir}/%{name}

# -----------------------------------------------------------------------------

%changelog
* Wed May 28 2003 Dams <anvil[AT]livna.org> 0:2.0-0.fdr.0.1.cvs20030528
- Updated cvs snapshot and rebuilt
- No longer need the patch

* Mon May 26 2003 Dams <anvil[AT]livna.org> 
- Initial build.


More information about the fedora-devel-list mailing list