Author: japhy                        Date: Sat Dec 16 17:21:54 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- New spec file.

---- Files affected:
SPECS:
   bzr-gtk.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/bzr-gtk.spec
diff -u /dev/null SPECS/bzr-gtk.spec:1.1
--- /dev/null   Sat Dec 16 18:21:54 2006
+++ SPECS/bzr-gtk.spec  Sat Dec 16 18:21:45 2006
@@ -0,0 +1,85 @@
+# $Revision$, $Date$
+Summary:       Plugin for Bazaar-NG providing GUI to most operations.
+Summary(pl):   Wtyczka do Bazaar-NG udostępniająca interfejs graficzny dla 
większości operacji
+Name:          bzr-gtk
+Version:       0.13.0
+Release:       1
+License:       GPL v2
+Group:         Development/Version Control
+Source0:       http://samba.org/~jelmer/bzr/%{name}-%{version}.tar.gz
+# Source0-md5: e5734611d676ad2a1e5b0cd32679e10b
+URL:           http://bazaar-vcs.org/bzr-gtk
+BuildRequires: python >= 1:2.4
+BuildRequires: rpmbuild(macros) >= 1.219
+%pyrequires_eq  python
+Requires:      bzr >= 0.13
+Requires:      python-pygtk-glade
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+bzr-gtk is a plugin for Bazaar-NG (bzr) that aims to provide GTK+
+interfaces to most Bazaar operations. Provided commands are:
+- gcommit
+- gdiff
+- visualise
+- gannotate
+- gbranch
+
+%description -l pl
+bzr-gtk jest wtyczką dla Bazaar-NG (bzr), która ma na celu
+dostarczenie graficznego interfejsu GTK+ dla większości poleceń
+Bazaar.  Dostępnymi poleceniami są:
+- gcommit
+- gdiff
+- visualise
+- gannotate
+- gbranch
+
+%prep
+%setup -q
+
+%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
+
+%post
+%update_desktop_database_post
+%banner %{name} -e << EOF
+For full functionality, you need to install:
+- python-pycairo (for graphs in the visualisation tool)
+- python-gnome (for Nautilus integration)
+EOF
+
+
+%postun
+%update_desktop_database_postun
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README TODO
+%{py_sitescriptdir}/*
+%{_pixmapsdir}/*
+%{_desktopdir}/*
+%{_datadir}/olive
+%attr(755,root,root) %{_bindir}/*
+
+%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  2006/12/16 17:21:45  japhy
+- New spec file.
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to