SPECS: sonata.spec (NEW) - added

aredridel aredridel at pld-linux.org
Sat Mar 31 23:05:26 CEST 2007


Author: aredridel                    Date: Sat Mar 31 21:05:26 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

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

---- Diffs:

================================================================
Index: SPECS/sonata.spec
diff -u /dev/null SPECS/sonata.spec:1.1
--- /dev/null	Sat Mar 31 23:05:26 2007
+++ SPECS/sonata.spec	Sat Mar 31 23:05:21 2007
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+#
+Summary:	GTK2 for MPD
+Name:		sonata
+Version:	1.0.1
+Release:	1
+License:	GPLv2?
+Group:		Applications
+Source0:	http://download.berlios.de/sonata/%{name}-%{version}.tar.bz2
+# Source0-md5:	aa7dd98cf31d719328adf7afba4c0c83
+URL:		http://sonata.berlios.de/
+BuildRequires:	python-pygtk-devel >= 2:2.6.0
+Requires:	python-SOPE
+#Requires:	python-taglib # NFY
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q
+
+%build
+python setup.py build
+
+#%{__make} \
+#	CFLAGS="%{rpmcflags}" \
+#	LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{py_sitescriptdir}
+
+python setup.py install \
+	--root=$RPM_BUILD_ROOT \
+	--optimize=2
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc README TODO CHANGELOG TRANSLATORS
+%attr(755,root,root) %{_bindir}/sonata
+%{py_sitedir}/Sonata-1.0.1-py2.5.egg-info
+%{py_sitedir}/mmkeys.so
+%{py_sitedir}/mpdclient3.py
+%{py_sitedir}/mpdclient3.pyc
+%{py_sitedir}/mpdclient3.pyo
+%{py_sitedir}/sonata.py
+%{py_sitedir}/sonata.pyc
+%{py_sitedir}/sonata.pyo
+%{_desktopdir}/sonata.desktop
+%{_pixmapsdir}/sonata-album.png
+%{_pixmapsdir}/sonata-artist.png
+%{_pixmapsdir}/sonata.png
+%{_pixmapsdir}/sonata_large.png
+%{_pixmapsdir}/sonatacd.png
+%{_pixmapsdir}/sonatacd_large.png
+
+%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  2007/03/31 21:05:21  aredridel
+- added
+
================================================================


More information about the pld-cvs-commit mailing list