rpms/bzr-gtk/devel bzr-gtk.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Tue Sep 19 21:18:19 UTC 2006


Author: wtogami

Update of /cvs/extras/rpms/bzr-gtk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17844/devel

Modified Files:
	.cvsignore sources 
Added Files:
	bzr-gtk.spec 
Log Message:
auto-import bzr-gtk-0.10.0-2 on branch devel from bzr-gtk-0.10.0-2.src.rpm


--- NEW FILE bzr-gtk.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           bzr-gtk
Version:        0.10.0
Release:        2%{?dist}
Summary:        Bazaar plugin for GTK+ interfaces to most Bazaar operations

Group:          Development/Tools
License:        GPL
URL:            http://bazaar-vcs.org/bzr-gtk?action=show&redirect=BzrGtk
Source0:        http://samba.org/~jelmer/bzr/bzr-gtk-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel bzr
Requires:       bzr >= 0.10

%description
bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces to most
Bazaar operations.

%prep
%setup -q


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README
# For noarch packages: sitelib
%{python_sitelib}/*

%changelog
* Sun Sep 17 2006 Warren Togami <wtogami at redhat.com> 0.10.0-2
- Fix review issues #206877

* Sun Sep 17 2006 Warren Togami <wtogami at redhat.com> 0.10.0-1
- 0.10.0

* Sat Sep 16 2006 Warren Togami <wtogami at redhat.com> 0.9.0-1
- initial Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bzr-gtk/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Sep 2006 21:17:48 -0000	1.1
+++ .cvsignore	19 Sep 2006 21:18:19 -0000	1.2
@@ -0,0 +1 @@
+bzr-gtk-0.10.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bzr-gtk/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Sep 2006 21:17:48 -0000	1.1
+++ sources	19 Sep 2006 21:18:19 -0000	1.2
@@ -0,0 +1 @@
+80b558931493f0c111f0741ae7ad3314  bzr-gtk-0.10.0.tar.gz




More information about the fedora-extras-commits mailing list