rpms/elisa-plugins-good/devel elisa-plugins-good-0.5.2-install.patch, NONE, 1.1 elisa-plugins-good.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthias Saou thias at fedoraproject.org
Thu Feb 19 09:55:53 UTC 2009


Author: thias

Update of /cvs/extras/rpms/elisa-plugins-good/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7435/devel

Modified Files:
	.cvsignore sources 
Added Files:
	elisa-plugins-good-0.5.2-install.patch elisa-plugins-good.spec 
Log Message:
Initial import of 0.5.28.


elisa-plugins-good-0.5.2-install.patch:

--- NEW FILE elisa-plugins-good-0.5.2-install.patch ---
diff -Naupr elisa-plugins-good-0.5.2.orig/setup_bundle.py elisa-plugins-good-0.5.2/setup_bundle.py
--- elisa-plugins-good-0.5.2.orig/setup_bundle.py	2008-07-21 19:24:27.000000000 +0200
+++ elisa-plugins-good-0.5.2/setup_bundle.py	2008-07-23 16:16:05.000000000 +0200
@@ -7,14 +7,10 @@ def setup(args, plugins):
     if installed:
         # Run extracted from the tarball to install
         plugins_dir = os.path.normpath(os.path.join(script_dir, 'elisa', 'plugins'))
-        if os.path.exists(build_dir):
-            shutil.rmtree(build_dir)
     else:
         # Run from the development branch to create the tarball
         plugins_dir = os.path.normpath(os.path.join(script_dir, '..', 'elisa-plugins', 'elisa', 'plugins'))
 
     for plugin in plugins:
-        if 'install' in args and installed and os.path.exists(build_dir):
-            shutil.rmtree(build_dir)
         script = os.path.join(plugins_dir, plugin, 'setup.py')
         subprocess.call([sys.executable, script] + args)


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

Summary: Good Plugins for the Elisa Media Center
Name: elisa-plugins-good
Version: 0.5.28
Release: 1%{?dist}
License: GPLv3
Group: Applications/Multimedia
URL: http://elisa.fluendo.com/
Source: http://elisa.fluendo.com/static/download/elisa/elisa-plugins-good-%{version}.tar.gz
Patch0: elisa-plugins-good-0.5.2-install.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
# For the parent directories
Requires: elisa >= %{version}
# See the egg requires.txt files to get the following information
# base
# gnome
# hal
BuildRequires: elisa-base >= %{version}
BuildRequires: python-devel
BuildArch: noarch

%description
This package contains the good set of plugins for the Elisa Media Center,
plugins which are considered stable and do not present any licensing issues.


%prep
%setup -q
%patch0 -p1


%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,-)
%{python_sitelib}/elisa/plugins/base/
%{python_sitelib}/elisa/plugins/gnome/
%{python_sitelib}/elisa/plugins/hal/
%{python_sitelib}/elisa_plugin_*
# This plugin is not useful on non Windows platforms
%exclude %{python_sitelib}/elisa/plugins/winscreensaver/
%exclude %{python_sitelib}/elisa_plugin_winscreensaver-*



%changelog
* Tue Feb 17 2009 Matthias Saou <http://freshrpms.net/> 0.5.28-1
- Update to 0.5.28.

* Fri Feb 13 2009 Matthias Saou <http://freshrpms.net/> 0.5.27-1
- Update to 0.5.27.

* Sat Feb  7 2009 Matthias Saou <http://freshrpms.net/> 0.5.26-1
- Update to 0.5.26.

* Mon Jan 26 2009 Matthias Saou <http://freshrpms.net/> 0.5.24.1-1
- Update to 0.5.24.1.

* Mon Jan 12 2009 Matthias Saou <http://freshrpms.net/> 0.5.23-1
- Update to 0.5.23.

* Fri Jan  2 2009 Matthias Saou <http://freshrpms.net/> 0.5.22-2
- Update License to GPLv3 only, since all source files contain it, only a
  single PKG-INFO mentions MIT and is wrong about it.

* Thu Dec 18 2008 Matthias Saou <http://freshrpms.net/> 0.5.22-1
- Update to 0.5.22.

* Mon Dec  1 2008 Matthias Saou <http://freshrpms.net/> 0.5.20-1
- Update to 0.5.20.

* Mon Nov 24 2008 Matthias Saou <http://freshrpms.net/> 0.5.19-1
- Update to 0.5.19.

* Mon Nov 17 2008 Matthias Saou <http://freshrpms.net/> 0.5.18-1
- Update to 0.5.18.
- Now list plugins individually in %%files to easily keep track of them.

* Tue Nov  4 2008 Matthias Saou <http://freshrpms.net/> 0.5.17-1
- Update to 0.5.17.

* Mon Oct 27 2008 Matthias Saou <http://freshrpms.net/> 0.5.16-1
- Update to 0.5.16.

* Tue Oct 21 2008 Matthias Saou <http://freshrpms.net/> 0.5.15-1
- Update to 0.5.15.
- Exclude new winscreensaver plugin, only useful on Windows.

* Mon Oct 13 2008 Matthias Saou <http://freshrpms.net/> 0.5.14-1
- Update to 0.5.14.

* Fri Oct 10 2008 Matthias Saou <http://freshrpms.net/> 0.5.13-2
- Build require elisa-base from now on.
- Update description to explain what "good" plugins are.

* Tue Oct  7 2008 Matthias Saou <http://freshrpms.net/> 0.5.13-1
- Update to 0.5.13.

* Tue Sep 30 2008 Matthias Saou <http://freshrpms.net/> 0.5.12-1
- Update to 0.5.12.

* Tue Sep 23 2008 Matthias Saou <http://freshrpms.net/> 0.5.11-1
- Update to 0.5.11.

* Tue Sep 16 2008 Matthias Saou <http://freshrpms.net/> 0.5.10-1
- Update to 0.5.10.

* Tue Sep  9 2008 Matthias Saou <http://freshrpms.net/> 0.5.9-1
- Update to 0.5.9.

* Mon Sep  2 2008 Matthias Saou <http://freshrpms.net/> 0.5.8-1
- Update to 0.5.8.

* Tue Aug 26 2008 Matthias Saou <http://freshrpms.net/> 0.5.7-1
- Update to 0.5.7.

* Tue Aug 19 2008 Matthias Saou <http://freshrpms.net/> 0.5.6-1
- Update to 0.5.6.
- Require the exact same elisa version, as elisa and all plugins are always
  released all at once and should always match.

* Mon Aug 11 2008 Matthias Saou <http://freshrpms.net/> 0.5.5-1
- Update to 0.5.5.

* Fri Aug  8 2008 Matthias Saou <http://freshrpms.net/> 0.5.4-1
- Update to 0.5.4.

* Tue Jul 29 2008 Matthias Saou <http://freshrpms.net/> 0.5.3-1
- Update to 0.5.3.

* Wed Jul 23 2008 Matthias Saou <http://freshrpms.net/> 0.5.2-2
- Update to 0.5.2.
- Update the build patch which is still required.
- Now build require the elisa-devel package.

* Tue Jul 15 2008 Matthias Saou <http://freshrpms.net/> 0.5.1-2
- Update to 0.5.1.
- Include install patch.

* Mon Jul 14 2008 Matthias Saou <http://freshrpms.net/> 0.3.5-4
- Add xdg-user-dirs requirement, for xdg-user-dirs-update execution.

* Tue Jul  1 2008 Matthias Saou <http://freshrpms.net/> 0.3.5-3
- Add libvisual-plugins requirement.

* Wed Apr 23 2008 Matthias Saou <http://freshrpms.net/> 0.3.5-2
- Add pyxdg requirement (upstream bug #1206).

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/elisa-plugins-good/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Feb 2009 19:54:18 -0000	1.1
+++ .cvsignore	19 Feb 2009 09:55:23 -0000	1.2
@@ -0,0 +1 @@
+elisa-plugins-good-0.5.28.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/elisa-plugins-good/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Feb 2009 19:54:18 -0000	1.1
+++ sources	19 Feb 2009 09:55:23 -0000	1.2
@@ -0,0 +1 @@
+92b6d8fcd4f44370ec86c04ee7c5fba6  elisa-plugins-good-0.5.28.tar.gz




More information about the fedora-extras-commits mailing list