Author: aredridel Date: Mon Feb 13 01:13:20 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added, NFY
---- Files affected: SPECS: audtty.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/audtty.spec diff -u /dev/null SPECS/audtty.spec:1.1 --- /dev/null Mon Feb 13 02:13:20 2006 +++ SPECS/audtty.spec Mon Feb 13 02:13:15 2006 @@ -0,0 +1,46 @@ +# $Revision$, $Date$ +# +Summary: NCurses interface to Audacious media player +Name: audtty +Version: 0.1.3 +Release: 1 +License: GPL +Group: Applications/Multimedia +Source0: http://www.nenolod.net/audtool/%{name}-%{version}.tar.bz2 +# Source0-md5: d0346950d1c9e58635de1b89c83f9eb7 +URL: http://audacious-media-player.org/Audtty +BuildRequires: autoconf +BuildRequires: audacious-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description + +%prep +%setup -q + +%build +%{__autoconf} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/02/13 01:13:15 aredridel +- added, NFY + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
