Author: qboosh Date: Tue Aug 16 16:34:36 2011 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/python-aafigure: python-aafigure.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/python-aafigure/python-aafigure.spec diff -u /dev/null packages/python-aafigure/python-aafigure.spec:1.1 --- /dev/null Tue Aug 16 18:34:36 2011 +++ packages/python-aafigure/python-aafigure.spec Tue Aug 16 18:34:31 2011 @@ -0,0 +1,59 @@ +# $Revision$, $Date$ +Summary: ASCII art to image converter +Summary(pl.UTF-8): Konwerter ASCII art do obrazków +Name: python-aafigure +Version: 0.5 +Release: 1 +License: BSD +Group: Applications +Source0: http://pypi.python.org/packages/source/a/aafigure/aafigure-%{version}.tar.gz +# Source0-md5: 5322888a21eb0bb2e749fbf98eddf574 +URL: https://launchpad.net/aafigure/ +BuildRequires: python-devel +BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.219 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This package provides a module "aafigure", that can be used from other +programs, and a command line tool "aafigure". + +%description -l pl.UTF-8 +Ten pakiet dostarcza moduł "aafigure", który może być wykorzystywany z +poziomu innych programów, oraz działające z linii poleceń narzędzie +"aafigure". + +%prep +%setup -q -n aafigure-%{version} + +%build +%{__python} setup.py build + +%install +rm -rf $RPM_BUILD_ROOT + +%{__python} setup.py install \ + --optimize=2 \ + --root=$RPM_BUILD_ROOT + +%py_postclean + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc CHANGES.txt LICENSE.txt README.txt +%attr(755,root,root) %{_bindir}/aafigure +%{py_sitescriptdir}/aafigure +%{py_sitescriptdir}/aafigure-%{version}-py*.egg-info + +%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 2011/08/16 16:34:31 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
