Author: luzik Date: Fri May 2 18:47:45 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: SPECS: elisa-plugins-good.spec (NONE -> 1.1) (NEW), elisa-plugins-bad.spec (NONE -> 1.1) (NEW), elisa-plugins-ugly.spec (NONE -> 1.1) (NEW), pigment-python.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/elisa-plugins-good.spec diff -u /dev/null SPECS/elisa-plugins-good.spec:1.1 --- /dev/null Fri May 2 20:47:45 2008 +++ SPECS/elisa-plugins-good.spec Fri May 2 20:47:39 2008 @@ -0,0 +1,47 @@ +Summary: "Good" plugins for elisa +Summary(pl.UTF-8): "Dobre" wtyczki dla elisy +Name: elisa-plugins-good +Version: 0.3.5 +Release: 0.1 +License: GPL v3 +Group: Applications/Multimedia +Source0: http://elisa.fluendo.com/static/download/elisa/%{name}-%{version}.tar.gz +# Source0-md5: 5ea57ac5b0f53e2fdd289e41db5660f9 +URL: http://www.fluendo.com/elisa/ +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +"Good" plugins for elisa + +%description -l pl.UTF-8 +"Dobre" wtyczki dla elisy + + +%prep +%setup -q + +%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}/elisa/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 ================================================================ Index: SPECS/elisa-plugins-bad.spec diff -u /dev/null SPECS/elisa-plugins-bad.spec:1.1 --- /dev/null Fri May 2 20:47:45 2008 +++ SPECS/elisa-plugins-bad.spec Fri May 2 20:47:39 2008 @@ -0,0 +1,47 @@ +Summary: "Bad" plugins for elisa +Summary(pl.UTF-8): "Z�e" wtyczki dla elisy +Name: elisa-plugins-bad +Version: 0.3.5 +Release: 0.1 +License: GPL v3 +Group: Applications/Multimedia +Source0: http://elisa.fluendo.com/static/download/elisa/%{name}-%{version}.tar.gz +# Source0-md5: 63d4df54eb08d527b6f6d9624304f3cc +URL: http://www.fluendo.com/elisa/ +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +"Bad" plugins for elisa + +%description -l pl.UTF-8 +"Z�e" wtyczki dla elisy + + +%prep +%setup -q + +%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}/elisa/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 ================================================================ Index: SPECS/elisa-plugins-ugly.spec diff -u /dev/null SPECS/elisa-plugins-ugly.spec:1.1 --- /dev/null Fri May 2 20:47:45 2008 +++ SPECS/elisa-plugins-ugly.spec Fri May 2 20:47:39 2008 @@ -0,0 +1,47 @@ +Summary: "Ugly" plugins for elisa +Summary(pl.UTF-8): "Ochydne" wtyczki dla elisy +Name: elisa-plugins-ugly +Version: 0.3.5 +Release: 0.1 +License: GPL v3 +Group: Applications/Multimedia +Source0: http://elisa.fluendo.com/static/download/elisa/%{name}-%{version}.tar.gz +# Source0-md5: a24fc586c88001ddf3324bf64d14ff69 +URL: http://www.fluendo.com/elisa/ +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +"Ugly" plugins for elisa + +%description -l pl.UTF-8 +"Ochydne" wtyczki dla elisy + + +%prep +%setup -q + +%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}/elisa/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 ================================================================ Index: SPECS/pigment-python.spec diff -u /dev/null SPECS/pigment-python.spec:1.1 --- /dev/null Fri May 2 20:47:45 2008 +++ SPECS/pigment-python.spec Fri May 2 20:47:40 2008 @@ -0,0 +1,52 @@ +# $Revision$, $Date$ +Summary: Pigment python files +Summary(pl.UTF-8): Pytonowe pliki Pigmenta +Name: pigment-python +Version: 0.3.3 +Release: 0.1 +License: GPL v3 +Group: Applications/Multimedia +Source0: http://elisa.fluendo.com/static/download/pigment/%{name}-%{version}.tar.gz +# Source0-md5: bfbc1976812f07436b57200574369926 +URL: http://www.fluendo.com/elisa/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This module contains a wrapper that allows Pigment applications to be +written in Python. + +%description -l pl.UTF-8 +This module contains a wrapper that allows Pigment applications to be +written in Python. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS COPYING INSTALL NEWS README RELEASE TODO ChangeLog +%{py_sitedir}/*.so +%{py_sitescriptdir}/pgm +%{_datadir}/%{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 2008-05-02 18:47:40 luzik +- initial PLD release + ================================================================
_______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
