SPECS: glurp.spec (NEW) - added

aredridel aredridel at pld-linux.org
Wed Jul 27 08:41:59 CEST 2005


Author: aredridel                    Date: Wed Jul 27 06:41:59 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   glurp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/glurp.spec
diff -u /dev/null SPECS/glurp.spec:1.1
--- /dev/null	Wed Jul 27 08:41:59 2005
+++ SPECS/glurp.spec	Wed Jul 27 08:41:54 2005
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+Summary:	GTK2 client for MPD
+Name:		glurp
+Version:	0.11.6
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://dl.sourceforge.net/glurp/%{name}-%{version}.tar.gz
+# Source0-md5:	17d1c780fe006b51886d774e387d0269
+URL:		http://www.musicpd.org/glurp.shtml
+BuildRequires:	gtk+2-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A GTK2 based graphical MPD client with simple and clean interface.
+
+%prep
+%setup -q 
+
+%build
+%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)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+
+%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  2005/07/27 06:41:54  aredridel
+- added
+
================================================================



More information about the pld-cvs-commit mailing list