rpms/elisa-plugins-ugly/devel elisa-plugins-ugly.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Thorsten Leemhuis thl at rpmfusion.org
Sun Oct 19 17:49:04 CEST 2008


Author: thl

Update of /cvs/free/rpms/elisa-plugins-ugly/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8430

Modified Files:
	.cvsignore sources 
Added Files:
	elisa-plugins-ugly.spec 
Log Message:
import from freshrpms


--- NEW FILE elisa-plugins-ugly.spec ---
%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")

Summary: Ugly Plugins for the Elisa Media Center
Name: elisa-plugins-ugly
Version: 0.3.5
Release: 3%{?dist}
License: GPLv3
Group: Applications/Multimedia
URL: http://elisa.fluendo.com/
Source: http://elisa.fluendo.com/static/download/elisa/elisa-plugins-ugly-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
# For the parent directories
Requires: elisa >= 0.3.5
Requires: elisa-plugins-good >= 0.3.5
Requires: elisa-plugins-bad >= 0.3.5
# For some "ugly" formats
Requires: gstreamer-plugins-ugly
# youtube
Requires: python-gdata
# flickr (package not yet available)
#Requires: python-twill

BuildRequires: elisa >= 0.3.5
BuildRequires: python-devel
BuildArch: noarch

%description
This package contains the ugly set of plugins for the Elisa Media Center.


%prep
%setup -q


%build
%{__python} setup.py build


%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install \
    --single-version-externally-managed \
    -O1 --skip-build --root %{buildroot}


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc PKG-INFO
%{python_sitelib}/elisa/plugins/*
# These are already provided by elisa-plugins-good, which we require.
%exclude %{python_sitelib}/elisa/plugins/__init__.py*
%{python_sitelib}/elisa_plugins_ugly-*.egg-info/
%{python_sitelib}/elisa_plugins_ugly-*-nspkg.pth


%changelog
* Sun Oct 19 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.3.5-3
- rebuild for RPM Fusion

* Sun Mar 16 2008 Matthias Saou <http://freshrpms.net/> 0.3.5-2
- Remove pyxdg requirement from xmlmenu, as it's not in this package.

* Sun Mar 16 2008 Matthias Saou <http://freshrpms.net/> 0.3.5-1
- Initial RPM release.



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/elisa-plugins-ugly/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Oct 2008 15:47:28 -0000	1.1
+++ .cvsignore	19 Oct 2008 15:49:03 -0000	1.2
@@ -0,0 +1 @@
+elisa-plugins-ugly-0.3.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/free/rpms/elisa-plugins-ugly/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Oct 2008 15:47:28 -0000	1.1
+++ sources	19 Oct 2008 15:49:03 -0000	1.2
@@ -0,0 +1 @@
+a24fc586c88001ddf3324bf64d14ff69  elisa-plugins-ugly-0.3.5.tar.gz



More information about the rpmfusion-commits mailing list