Author: baggins                      Date: Sat Dec  8 00:28:31 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial revision

---- Files affected:
SPECS:
   python-pkpgcounter.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/python-pkpgcounter.spec
diff -u /dev/null SPECS/python-pkpgcounter.spec:1.1
--- /dev/null   Sat Dec  8 01:28:31 2007
+++ SPECS/python-pkpgcounter.spec       Sat Dec  8 01:28:25 2007
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+%define                module  pkpgcounter
+
+Summary:       Page Description Language parser
+Summary(pl.UTF-8):     Parser języka opisu strony
+Name:          python-%{module}
+Version:       3.40
+Release:       1
+License:       LGPL
+Group:         Development/Languages/Python
+Source0:       
http://www.pykota.com/software/pkpgcounter/download/tarballs/%{module}-%{version}.tar.gz
+# Source0-md5: 8dc8760db85857052ba8166fee539b8a
+URL:           http://www.pykota.com/software/pkpgcounter/
+BuildRequires: python >= 1:2.5
+BuildRequires: python-devel >= 1:2.5
+%pyrequires_eq python-modules
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+pkpgcounter is a generic Page Description Language parser which
+can either count the number of pages or compute the percent of
+ink coverage needed to print various types of documents.
+
+%description -l pl.UTF-8
+pkpgcounter jest ogólnym parserem języka opisu strony który
+potrafi policzyć liczbę stron albo procentowe pokrycie atramentem
+potrzebne do wydrukowania różnych typów dokumentów.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+       --root=$RPM_BUILD_ROOT \
+       --optimize=2
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc BUGS CREDITS NEWS README
+%attr(755,root,root) %{_bindir}/pkpgcounter
+%dir %{py_sitescriptdir}/pkpgpdls
+%{py_sitescriptdir}/pkpgpdls/*.py[co]
+%{py_sitescriptdir}/*.egg-info
+%{_mandir}/man1/pkpgcounter.1*
+
+%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  2007-12-08 00:28:25  baggins
+- initial revision
+
+Revision 1.1  2007-12-08 00:15:34  baggins
+- initial revision
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to