rpms/bzr/EL-5 bzr.spec,1.24,1.25

Toshio くらとみ toshio at fedoraproject.org
Mon Apr 12 20:50:44 UTC 2010


Author: toshio

Update of /cvs/pkgs/rpms/bzr/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11573

Modified Files:
	bzr.spec 
Log Message:
* Mon Apr 12 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 2.1.1-3
- Clean up some rpmlint warnings
- Fixes so this spec file will also build on EL-5
- define => global




Index: bzr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzr/EL-5/bzr.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- bzr.spec	12 Apr 2010 20:14:15 -0000	1.24
+++ bzr.spec	12 Apr 2010 20:50:44 -0000	1.25
@@ -13,7 +13,7 @@
 %global bzrmajor 2.1
 %global bzrminor .1
 #global bzrrc rc2
-%global release 1
+%global release 3
 
 # Magics to get the dots in Release string correct per the above
 %global subrelease %{?bzrrc:.}%{?bzrrc}
@@ -85,6 +85,9 @@ make docs-sphinx
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install --skip-build --install-data %{_datadir} --root $RPM_BUILD_ROOT
 chmod -R a+rX contrib
+chmod 0644 contrib/debian/init.d
+chmod 0644 contrib/bzr_ssh_path_limiter
+chmod 0644 contrib/bzr_access
 chmod 0755 $RPM_BUILD_ROOT%{python_sitearch}/bzrlib/*.so
 
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/
@@ -134,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_defaultdocdir}/%{name}-doc-%{version}/*
 
 %changelog
+* Mon Apr 12 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 2.1.1-3
+- Clean up some rpmlint warnings
+
 * Mon Apr 12 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 2.1.1-2
 - Fixes so this spec file will also build on EL-5
 - define => global



More information about the scm-commits mailing list