SPECS: python-launchpad-bugs.spec (NEW) - new
glen
glen at pld-linux.org
Thu Apr 24 10:28:07 CEST 2008
Author: glen Date: Thu Apr 24 08:28:07 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
python-launchpad-bugs.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/python-launchpad-bugs.spec
diff -u /dev/null SPECS/python-launchpad-bugs.spec:1.1
--- /dev/null Thu Apr 24 10:28:07 2008
+++ SPECS/python-launchpad-bugs.spec Thu Apr 24 10:28:02 2008
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+Summary: Simple Python Interface to Bugs in Launchpad
+Name: python-launchpad-bugs
+Version: 0.2.30
+Release: 0.1
+License: GPL v2/LGPL
+Group: Development/Languages/Python
+Source0: ftp://ftp.ubuntu.com/ubuntu/pool/main/p/python-launchpad-bugs/%{name}_%{version}.tar.gz
+# Source0-md5: 21e633b3ecb48df2171ec51a704e7362
+URL: https://launchpad.net/python-launchpad-bugs
+BuildRequires: rpm-pythonprov
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Classes to access bug information in Launchpad.
+
+%prep
+%setup -q -n %{name}-0.2.29
+
+%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 AUTHORS TODO
+%doc docs/* examples
+%dir %{py_sitescriptdir}/launchpadbugs
+%{py_sitescriptdir}/launchpadbugs/*.py[co]
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008-04-24 08:28:02 glen
+- new
================================================================
More information about the pld-cvs-commit
mailing list