rpms/Democracy/F-7 Democracy.spec,1.15,1.16

Thorsten Scherf (tscherf) fedora-extras-commits at redhat.com
Tue Aug 14 16:08:17 UTC 2007


Author: tscherf

Update of /cvs/extras/rpms/Democracy/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19236

Added Files:
	Democracy.spec 
Log Message:
new firefox dep


Index: Democracy.spec
===================================================================
RCS file: Democracy.spec
diff -N Democracy.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Democracy.spec	14 Aug 2007 16:07:45 -0000	1.16
@@ -0,0 +1,115 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+
+%define firefoxver 2.0.0.5
+
+Name:           Democracy
+Version:        0.9.6.1
+Release:        2%{?dist}
+Summary:        Democracy Player
+Group:          Applications/Multimedia
+License:        GPL
+URL:            http://www.getdemocracy.com/
+Source0:	ftp://ftp.osuosl.org/pub/pculture.org/democracy/src/%{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  python-devel xine-lib-devel Pyrex 
+BuildRequires:  boost-devel qt-devel pygtk2-devel libXcursor-devel
+BuildRequires:  firefox-devel = %{firefoxver} gettext libXfixes-devel gtk2-devel
+Requires:	firefox = %{firefoxver} xine-lib gnome-python2-gtkmozembed 
+Requires:	gnome-python2-gconf dbus-python 
+
+%description
+Democracy player is a free application that turns your computer into an
+internet TV video player. This release is still a beta version, which means 
+that there are some bugs, but we're moving quickly to fix them and will be 
+releasing bug fixes on a regular basis.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+cd platform/gtk-x11 && CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}%{_defaultdocdir}/%{name}-%{version}
+cd platform/gtk-x11 && %{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%find_lang democracyplayer
+
+ 
+%clean
+rm -rf %{buildroot}
+
+%post
+update-desktop-database %{_datadir}/applications &> /dev/null ||:
+
+%postun
+update-desktop-database %{_datadir}/applications &> /dev/null ||:
+
+
+%files -f platform/gtk-x11/democracyplayer.lang
+%defattr(-,root,root,-)
+%{_bindir}/*
+%{_datadir}/democracy
+%{_datadir}/pixmaps/*
+%{_datadir}/applications/*.desktop
+%{_mandir}/man1/*
+%{_datadir}/mime/packages/*.xml
+%{python_sitearch}/democracy/
+%doc README license.txt CREDITS 
+
+
+%changelog
+* Thu Aug 14 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.6-2
+- new upstream version
+
+* Fri Jun 22 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.6-1
+- new upstream version
+
+* Sat Jun 02 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.5.1-10
+- Updated to handle python 2.5 and a new dbus
+
+* Sat Jun 02 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.5.1-9
+- new firefox deps
+
+* Sun Apr 08 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.5.1-8
+- new firefox deps
+
+* Mon Mar 26 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.5.1-7
+- corrected firefox deps
+
+* Fri Mar 23 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.5.1-6
+- New build for Fedora 7
+- moved to Firefox 2
+
+* Thu Mar  1 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.5.1-5
+- changed install req to a versioned firefox package
+
+* Mon Feb 26 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.5.1-4
+- fixed typo in the reqs
+
+* Sat Feb 24 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.5.1-3
+- changed the doc installation style
+
+* Fri Feb 23 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.5.1-2
+- corrected some Reqs
+
+* Tue Feb 22 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.5.1-1
+- moved to new upstream version
+
+* Tue Feb 22 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.5-4
+- added libXfixes-devel to BuildReqs
+
+* Tue Feb 22 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.5-3
+- simplified files section
+- removed reuqirements
+
+* Tue Feb 22 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.5-2
+- used find_lang macro for language files
+- removed ghost macro for pyo files
+- added doc files
+
+* Tue Feb 22 2007 Thorsten Scherf <tscherf at redhat.com> 0.9.5-1
+- initial FC6 build.
+




More information about the fedora-extras-commits mailing list