rpms/bzr-explorer/F-13 bzr-explorer.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

julian julian at fedoraproject.org
Fri Jun 18 08:07:45 UTC 2010


Author: julian

Update of /cvs/pkgs/rpms/bzr-explorer/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3008/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	bzr-explorer.spec import.log 
Log Message:
initial import



--- NEW FILE bzr-explorer.spec ---
%define explorer explorer

Name:		bzr-explorer
Version:	1.0.2
Release:	1%{?dist}
Summary:	Graphical application for using Bazaar

Group:		Development/Tools
License:	GPLv2+
URL:		http://launchpad.net/%{name}
Source0:	http://launchpad.net/%{name}/1.0/%{version}/+download/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:	noarch

BuildRequires:	python2-devel
BuildRequires:	python-distutils-extra
BuildRequires:	gettext
BuildRequires:	desktop-file-utils

Requires:	qbzr >= 0.18
Requires:	bzr >= 2.1.2

%description
Bazaar Explorer is a desktop application for using the
Bazaar Version Control System. It provides a high level
interface to all commonly used features.

If you want to use different action dialogs, you can
additionally install bzr-gtk.


%prep
%setup -q


%build
%{__python} setup.py build


%install
rm -rf %{buildroot}

#use the icon from the main bzr package
sed -i 's/\#Icon/Icon/' %{name}.desktop

desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop

%{__python} setup.py install --skip-build --root %{buildroot}

#put the locale in the right place
mkdir -p %{buildroot}%{_datadir}
mv %{buildroot}%{python_sitelib}/bzrlib/plugins/%{explorer}/locale %{buildroot}%{_datadir}

%find_lang %{explorer}


%clean
rm -rf %{buildroot}


%files -f %{explorer}.lang
%defattr(-,root,root,-)
%{python_sitelib}/bzrlib/plugins/%{explorer}/
%{python_sitelib}/*.egg-info
%{_datadir}/applications/%{name}.desktop
%doc README.txt COPYING.txt NEWS doc


%changelog
* Thu Jun 03 2010 Julian Aloofi <julian at, fedoraproject.org> 1.0.2-1
- updated to latest upstream version
- removed the patch for the locales, it's upstreamed (https://bugs.launchpad.net/bzr-explorer/+bug/585942)
- removed the workaround for the desktop file version, it's upstreamed (https://bugs.launchpad.net/bzr-explorer/+bug/585590)

* Sat May 29 2010 Julian Aloofi <julian at, fedoraproject.org> 1.0.1-3
- changed the summary again
- use the bzr icon
- a clearer description

* Fri May 28 2010 Julian Aloofi <julian at, fedoraproject.org> 1.0.1-2
- added a macro for explorer
- inserted several macros
- using glob for the egg-info
- changed the summary to one used by upstream and other distribution

* Tue May 25 2010 Julian Aloofi <julian at, fedoraproject.org> 1.0.1-1
- initial package


--- NEW FILE import.log ---
bzr-explorer-1_0_2-1_fc13:F-13:bzr-explorer-1.0.2-1.fc13.src.rpm:1276848427


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bzr-explorer/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Jun 2010 20:37:03 -0000	1.1
+++ .cvsignore	18 Jun 2010 08:07:44 -0000	1.2
@@ -0,0 +1 @@
+bzr-explorer-1.0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bzr-explorer/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Jun 2010 20:37:03 -0000	1.1
+++ sources	18 Jun 2010 08:07:45 -0000	1.2
@@ -0,0 +1 @@
+2ccdb66043c55f7fcf5fbd2fe745cd4f  bzr-explorer-1.0.2.tar.gz



More information about the scm-commits mailing list