SPECS: herrie.spec (NEW) - new
lisu
lisu at pld-linux.org
Tue Oct 10 21:36:50 CEST 2006
Author: lisu Date: Tue Oct 10 19:36:50 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
herrie.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/herrie.spec
diff -u /dev/null SPECS/herrie.spec:1.1
--- /dev/null Tue Oct 10 21:36:50 2006
+++ SPECS/herrie.spec Tue Oct 10 21:36:44 2006
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary: A command line music player
+Summary(pl): Konsolowy odtwarzacz muzyki
+Name: herrie
+Version: 0.6
+Release: 1
+License: GPL
+Group: Applications
+Source0: http://www.il.fontys.nl/~ed/projects/herrie/distfiles/%{name}-%{version}.tar.gz
+# Source0-md5: 579231dc7bfa660cab702aef02921480
+Patch0: %{name}-makefile.patch
+Patch1: %{name}-curses.patch
+URL: http://g-rave.nl/projects/herrie/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Herrie is a command line music player. It has a split-screen file
+manager and playlist interface and supports a number of file formats
+(MP3, Ogg Vorbis, wave, FLAC, etc).
+
+%description -l pl
+Herrie jest konsolowym odtwarzaczem muzyki. Posiada on ekran
+podzielony na menedżera plików oraz interfejs playlisty. Wspomaga on
+wiele formatów plików (MP3, Ogg Vorbis, wave, FLAC itp).
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+cd src/
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+
+%{__make} -C src/ install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/%{name}.1*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/10/10 19:36:44 lisu
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list