rpms/Democracy/FC-6 Democracy.spec, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1

Thorsten Scherf (tscherf) fedora-extras-commits at redhat.com
Fri Feb 23 15:50:46 UTC 2007


Author: tscherf

Update of /cvs/extras/rpms/Democracy/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6863/FC-6

Added Files:
	Democracy.spec Makefile sources 
Log Message:
auto-import Democracy-0.9.5.1-1 on branch FC-6 from Democracy-0.9.5.1-1.src.rpm


--- NEW FILE Democracy.spec ---
%{!?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)")}

Name:           Democracy
Version:        0.9.5.1
Release:        1%{?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 gettext libXfixes-devel gtk2-devel
Requires:	firefox xine-lib gnome-python2-gtkmozembed libfame
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}
cp -p README license.txt CREDITS %{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/
%dir %{_defaultdocdir}/%{name}-%{version}/
%doc %{_defaultdocdir}/%{name}-%{version}/*


%changelog
* 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.



***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'

--- NEW FILE sources ---
d58ea1b47365ac745763a1608a8dbb34  Democracy-0.9.5.1.tar.gz




More information about the fedora-extras-commits mailing list