rpms/bzr/devel bzr-icon-64.png,NONE,1.1 bzr.spec,1.90,1.91

Toshio くらとみ toshio at fedoraproject.org
Mon May 31 17:26:05 UTC 2010


Author: toshio

Update of /cvs/pkgs/rpms/bzr/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4529

Modified Files:
	bzr.spec 
Added Files:
	bzr-icon-64.png 
Log Message:

* Mon May 31 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 2.2-0.6.b1
- Add an icon for bzr.  This lets the gtk and qbzr plugins share the same icon
  for things like associating an image with a file type.



Index: bzr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzr/devel/bzr.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -p -r1.90 -r1.91
--- bzr.spec	13 Apr 2010 12:59:20 -0000	1.90
+++ bzr.spec	31 May 2010 17:26:05 -0000	1.91
@@ -13,7 +13,7 @@
 %global bzrmajor 2.2
 #global bzrminor .0
 %global bzrrc b1
-%global release 0.5
+%global release 0.6
 
 # Magics to get the dots in Release string correct per the above
 %global subrelease %{?bzrrc:.}%{?bzrrc}
@@ -28,6 +28,7 @@ License:        GPLv2+
 URL:            http://www.bazaar-vcs.org/
 Source0:        https://launchpad.net/%{name}/%{bzrmajor}/%{version}%{?bzrrc}/+download/%{name}-%{version}%{?bzrrc}.tar.gz
 Source1:        https://launchpad.net/%{name}/%{bzrmajor}/%{version}%{?bzrrc}/+download/%{name}-%{version}%{?bzrrc}.tar.gz.sig
+Source2:        bzr-icon-64.png
 Patch0: bzr-old-sphinx.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -113,6 +114,9 @@ for dir in *; do
 done
 cd ..
 
+install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps
+install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps/bzr.png
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -124,7 +128,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 %{python_sitearch}/bzrlib/
 %{_sysconfdir}/bash_completion.d/
-
+%{_datadir}/pixmaps/bzr.png
 %if 0%{?fedora} || 0%{?rhel} > 5
 %{python_sitearch}/*.egg-info
 %endif
@@ -134,6 +138,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_defaultdocdir}/%{name}-doc-%{version}/*
 
 %changelog
+* Mon May 31 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 2.2-0.6.b1
+- Add an icon for bzr.  This lets the gtk and qbzr plugins share the same icon
+  for things like associating an image with a file type.
+
 * Tue Apr 13 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 2.2-0.5.b1
 - Clean up rhel/fedora conditionals bz#537254
 



More information about the scm-commits mailing list