SPECS: qbzr.spec (NEW) - new
witekfl
witekfl at pld-linux.org
Wed Jan 28 21:03:28 CET 2009
Author: witekfl Date: Wed Jan 28 20:03:28 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
qbzr.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/qbzr.spec
diff -u /dev/null SPECS/qbzr.spec:1.1
--- /dev/null Wed Jan 28 21:03:28 2009
+++ SPECS/qbzr.spec Wed Jan 28 21:03:23 2009
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary: Plugin for Bazaar-NG (bzr)
+Summary(pl.UTF-8): Wtyczka do Bazaar-NG (bzr)
+Name: qbzr
+Version: 0.9.6
+Release: 0.1
+License: GPL v2+
+Group: Development/Version Control
+Source0: http://launchpad.net/qbzr/trunk/%{version}/+download/qbzr-%{version}.tar.gz
+# Source0-md5: 739820b01f27631d5e0dd8469c0e4f39
+URL: http://bazaar-vcs.org/qbzr
+BuildRequires: python >= 1:2.4
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.219
+Requires(post,postun): desktop-file-utils
+%pyrequires_eq python
+Requires: bzr
+Requires: python-PyQt
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Plugin for Bazaar-NG (bzr)
+
+%prep
+%setup -q -n qbzr
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__python} setup.py install \
+ --install-purelib %{py_sitedir} \
+ --optimize=2 \
+ --root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS.txt NEWS.txt README.txt TODO.txt
+%{py_sitedir}/bzrlib/plugins/qbzr
+
+%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 2009/01/28 20:03:23 witekfl
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list