Author: emes                         Date: Tue Oct 13 23:39:11 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new SPEC file after project name change s/Elisa/Moovida/, starting with 1.0.7

---- Files affected:
packages/moovida:
   moovida.spec (NONE -> 1.1)  (NEW)
packages/moovida-plugins-bad:
   moovida-plugins-bad.spec (NONE -> 1.1)  (NEW)
packages/moovida-plugins-good:
   moovida-plugins-good.spec (NONE -> 1.1)  (NEW)
packages/moovida-plugins-ugly:
   moovida-plugins-ugly.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/moovida/moovida.spec
diff -u /dev/null packages/moovida/moovida.spec:1.1
--- /dev/null   Wed Oct 14 01:39:11 2009
+++ packages/moovida/moovida.spec       Wed Oct 14 01:39:05 2009
@@ -0,0 +1,98 @@
+# $Revision$, $Date$
+%define                module_name     elisa
+Summary:       Media center
+Summary(pl.UTF-8):     Centrum multimedialne
+Name:          moovida
+Version:       1.0.7
+Release:       1
+License:       GPL v3
+Group:         Applications/Multimedia
+Source0:       http://www.moovida.com/media/public/%{name}-%{version}.tar.gz
+# Source0-md5: 976c548c5c46bd217117be73e21c3374
+URL:           http://www.moovida.com/
+BuildRequires: python-TwistedCore >= 8.0.0
+BuildRequires: python-gstreamer >= 0.10.9
+BuildRequires: python-setuptools
+BuildRequires: rpm-pythonprov
+Requires:      gstreamer-plugins-good >= 0.10.10-1
+Requires:      libvisual-plugins >= 0.4
+#Requires:     python-PIL
+Requires:      python-TwistedCore >= 8.0.0
+Requires:      python-TwistedCore-ssl >= 8.0.0
+Requires:      python-TwistedWeb >= 8.0.0
+Requires:      python-TwistedWeb2 >= 8.0.0
+Requires:      python-pycairo
+Requires:      python-cssutils >= 0.9.5.1
+#Requires:     python-encutils
+#Requires:     python-gstreamer >= 0.10.9
+Requires:      python-pygtk-gtk >= 2.0
+Requires:      python-pigment >= 0.3.12
+#Requires:     python-pygobject
+#Requires:     python-pymetar
+Requires:      python-setuptools
+Requires:      python-simplejson
+Requires:      python-sqlite
+Suggests:      gstreamer-plugins-bad
+Suggests:      gstreamer-plugins-ugly
+Suggests:      gstreamer-ffmpeg
+Suggests:      moovida-plugins-good
+Suggests:      moovida-plugins-bad
+Suggests:      moovida-plugins-ugly
+Suggests:      python-coherence
+Suggests:      python-gpod
+Suggests:      python-dbus
+Suggests:      python-xdg
+Suggests:      xdg-user-dirs
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Elisa is a project to create an open source cross platform media
+center solution.
+
+%description -l pl.UTF-8
+Elisa jest projektem stworzenia wieloplatformowego centrum
+multimedialnego o otwartych źródłach.
+
+%prep
+%setup -q -n %{module_name}-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name}/plugins
+
+python setup.py install \
+       --root=$RPM_BUILD_ROOT
+
+#py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+# COPYING contains just some notes, LICENSE.GPL includes excemption clause 
+%doc AUTHORS COPYING FAQ* LICENSE.* NEWS README FIRST_RUN
+%attr(755,root,root) %{_bindir}/%{module_name}*
+%{py_sitescriptdir}/%{module_name}
+%{py_sitescriptdir}/%{module_name}*.egg-info
+%{py_sitescriptdir}/%{module_name}*.pth
+%{_desktopdir}/%{name}.desktop
+%{_desktopdir}/%{name}-mobile.desktop
+%{_pixmapsdir}/%{name}.png
+%{_iconsdir}/%{name}.png
+%{_datadir}/dbus-1/services/com.fluendo.%{module_name}.service
+%{_mandir}/man1/%{name}*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/10/13 23:39:05  emes
+- new SPEC file after project name change s/Elisa/Moovida/, starting with 1.0.7
+

================================================================
Index: packages/moovida-plugins-bad/moovida-plugins-bad.spec
diff -u /dev/null packages/moovida-plugins-bad/moovida-plugins-bad.spec:1.1
--- /dev/null   Wed Oct 14 01:39:11 2009
+++ packages/moovida-plugins-bad/moovida-plugins-bad.spec       Wed Oct 14 
01:39:06 2009
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+%define                module_name     elisa
+Summary:       "Bad" plugins for Moovida
+Summary(pl.UTF-8):     "Złe" wtyczki dla Moovidy
+Name:          moovida-plugins-bad
+Version:       1.0.7
+Release:       1
+License:       GPL v3
+Group:         Applications/Multimedia
+Source0:       http://www.moovida.com/media/public/%{name}-%{version}.tar.gz
+# Source0-md5: 7a63e77549468b45ce9337f5c7acd9ac
+URL:           http://www.moovida.com/
+BuildRequires: moovida = %{version}
+Requires:      python-simplejson
+Provides:      moovida-plugins = %{version}
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+"Bad" plugins for Moovida
+
+%description -l pl.UTF-8
+"Złe" wtyczki dla Moovidy
+
+%prep
+%setup -q -n elisa-plugins-bad-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+       --root=$RPM_BUILD_ROOT
+
+#py_postclean
+
+#install moovida/plugins/amp/slave.py 
$RPM_BUILD_ROOT%{py_sitescriptdir}/moovida/plugins/amp/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{py_sitescriptdir}/*.egg-info
+%{py_sitescriptdir}/*.pth
+%{py_sitescriptdir}/%{module_name}/plugins/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/10/13 23:39:06  emes
+- new SPEC file after project name change s/Elisa/Moovida/, starting with 1.0.7
+

================================================================
Index: packages/moovida-plugins-good/moovida-plugins-good.spec
diff -u /dev/null packages/moovida-plugins-good/moovida-plugins-good.spec:1.1
--- /dev/null   Wed Oct 14 01:39:11 2009
+++ packages/moovida-plugins-good/moovida-plugins-good.spec     Wed Oct 14 
01:39:06 2009
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+%define                module_name     elisa
+Summary:       "Good" plugins for Moovida
+Summary(pl.UTF-8):     "Dobre" wtyczki dla Moovidy
+Name:          moovida-plugins-good
+Version:       1.0.7
+Release:       1
+License:       GPL v3
+Group:         Applications/Multimedia
+Source0:       http://www.moovida.com/media/public/%{name}-%{version}.tar.gz
+# Source0-md5: 2b6ca9e0e658856d5de411203d36c04a
+URL:           http://www.moovida.com/
+BuildRequires: moovida = %{version}
+Provides:      moovida-plugins = %{version}
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+"Good" plugins for Moovida
+
+%description -l pl.UTF-8
+"Dobre" wtyczki dla Moovidy
+
+%prep
+%setup -q -n elisa-plugins-good-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+       --root=$RPM_BUILD_ROOT
+
+#py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{py_sitescriptdir}/*.egg-info
+%{py_sitescriptdir}/*.pth
+%{py_sitescriptdir}/%{module_name}/plugins/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/10/13 23:39:06  emes
+- new SPEC file after project name change s/Elisa/Moovida/, starting with 1.0.7
+

================================================================
Index: packages/moovida-plugins-ugly/moovida-plugins-ugly.spec
diff -u /dev/null packages/moovida-plugins-ugly/moovida-plugins-ugly.spec:1.1
--- /dev/null   Wed Oct 14 01:39:11 2009
+++ packages/moovida-plugins-ugly/moovida-plugins-ugly.spec     Wed Oct 14 
01:39:06 2009
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+%define                module_name     elisa
+Summary:       "Ugly" plugins for Moovida
+Summary(pl.UTF-8):     "Brzydkie" wtyczki dla Moovidy
+Name:          moovida-plugins-ugly
+Version:       1.0.7
+Release:       1
+License:       GPL v3
+Group:         Applications/Multimedia
+Source0:       http://www.moovida.com/media/public/%{name}-%{version}.tar.gz
+# Source0-md5: 268255619580bd340616c4074750f846
+URL:           http://www.moovida.com/
+BuildRequires: moovida = %{version}
+Requires:      twill
+Provides:      moovida-plugins = %{version}
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+"Ugly" plugins for Moovida
+
+%description -l pl.UTF-8
+"Brzydkie" wtyczki dla Moovidy
+
+%prep
+%setup -q -n elisa-plugins-ugly-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+       --root=$RPM_BUILD_ROOT
+
+#py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{py_sitescriptdir}/*.egg-info
+%{py_sitescriptdir}/*.pth
+%{py_sitescriptdir}/%{module_name}/plugins/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/10/13 23:39:06  emes
+- new SPEC file after project name change s/Elisa/Moovida/, starting with 1.0.7
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to