SPECS: democracy.spec (NEW) - new

glen glen at pld-linux.org
Wed Jan 3 02:31:17 CET 2007


Author: glen                         Date: Wed Jan  3 01:31:17 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/democracy.spec
diff -u /dev/null SPECS/democracy.spec:1.1
--- /dev/null	Wed Jan  3 02:31:17 2007
+++ SPECS/democracy.spec	Wed Jan  3 02:31:12 2007
@@ -0,0 +1,98 @@
+# $Revision$, $Date$
+Summary:	Internet television application
+Name:		democracy
+Version:	0.9.2.2
+Release:	0.1
+License:	GPL
+Group:		Applications/Multimedia
+Source0:	ftp://ftp.osuosl.org/pub/pculture.org/democracy/src/Democracy-%{version}.tar.gz
+# Source0-md5:	0b92aa3efb2a93e7c066152137fcf9fa
+URL:		http://www.getdemocracy.com/
+BuildRequires:	boost-python-devel
+BuildRequires:	libfame
+BuildRequires:	mozilla-firefox-devel
+BuildRequires:	python-Pyrex
+BuildRequires:	python-devel >= 1:2.4
+BuildRequires:	python-pygtk-devel
+BuildRequires:	xine-lib-devel
+Requires:	python-dbus
+%pyrequires_eq  python
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Democracy Player (also known as Democracy and DTV) is an Internet
+television application developed by the Participatory Culture
+Foundation (PCF). It can automatically download videos from RSS-based
+"channels", as well as managing and playing the videos collected from
+these channels.
+
+Democracy Player integrates an RSS aggregator, a BitTorrent client,
+and VLC media player (or Xine Media Player under GNU/Linux).
+
+%prep
+%setup -q -n Democracy-%{version}
+
+mv platform/gtk-x11/README README.gtk-x11
+
+%build
+cd platform/gtk-x11
+
+CFLAGS="%{rpmcflags}" %{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+cd platform/gtk-x11
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+cd ../..
+
+%py_postclean $RPM_BUILD_ROOT%{py_sitedir}/democracy
+
+%find_lang democracyplayer
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f democracyplayer.lang
+%defattr(644,root,root,755)
+%doc CREDITS README README.gtk-x11
+%attr(755,root,root) %{_bindir}/democracyplayer
+
+%dir %{py_sitedir}/democracy
+%{py_sitedir}/democracy/*.py[co]
+%dir %{py_sitedir}/democracy/BitTorrent
+%{py_sitedir}/democracy/BitTorrent/*.py[co]
+%dir %{py_sitedir}/democracy/compiled_templates
+%{py_sitedir}/democracy/compiled_templates/*.py[co]
+%dir %{py_sitedir}/democracy/compiled_templates/unittest
+%{py_sitedir}/democracy/compiled_templates/unittest/*.py[co]
+%dir %{py_sitedir}/democracy/dl_daemon
+%{py_sitedir}/democracy/dl_daemon/*.py[co]
+%dir %{py_sitedir}/democracy/dl_daemon/private
+%{py_sitedir}/democracy/dl_daemon/private/*.py[co]
+%dir %{py_sitedir}/democracy/frontend_implementation
+%{py_sitedir}/democracy/frontend_implementation/*.py[co]
+%dir %{py_sitedir}/democracy/test
+%{py_sitedir}/democracy/test/*.py[co]
+%attr(755,root,root) %{py_sitedir}/democracy/MozillaBrowser.so
+%attr(755,root,root) %{py_sitedir}/democracy/database.so
+%attr(755,root,root) %{py_sitedir}/democracy/fasttypes.so
+%attr(755,root,root) %{py_sitedir}/democracy/sorts.so
+%attr(755,root,root) %{py_sitedir}/democracy/xine.so
+%attr(755,root,root) %{py_sitedir}/democracy/xlibhelper.so
+
+%{_desktopdir}/democracyplayer.desktop
+%{_datadir}/democracy
+%{_mandir}/man1/democracyplayer.1*
+%{_datadir}/mime/packages/democracy.xml
+%{_pixmapsdir}/democracyplayer-*.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/01/03 01:31:12  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list