rpms/scribes/devel scribes.spec,1.9,1.10

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Mon Oct 16 00:08:32 UTC 2006


Author: pgordon

Update of /cvs/extras/rpms/scribes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8939

Modified Files:
	scribes.spec 
Log Message:
Fix the rpmlint issue fixing; tweak %files a bit


Index: scribes.spec
===================================================================
RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- scribes.spec	15 Oct 2006 23:49:02 -0000	1.9
+++ scribes.spec	16 Oct 2006 00:08:02 -0000	1.10
@@ -4,7 +4,7 @@
 
 Name:		scribes
 Version:	0.2.9.87
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A sleek, simple, and powerful text editor for the GNOME desktop
 Group:		Applications/Editors
 License:	GPL
@@ -98,9 +98,9 @@
 	--add-category X-Fedora	\
 	--delete-original	\
 	%{buildroot}/%{_datadir}/applications/%{name}.desktop
-chmod +x %{python_sitelib}/%{python_module_name}/syntax.py
-chmod +x %{python_sitelib}/%{python_module_name}/error.py
-chmod +x %{python_sitelib}/%{python_module_name}/license.py
+chmod +x %{buildroot}/%{python_sitelib}/%{python_module_name}/syntax.py
+chmod +x %{buildroot}/%{python_sitelib}/%{python_module_name}/error.py
+chmod +x %{buildroot}/%{python_sitelib}/%{python_module_name}/license.py
 
 
 %post
@@ -139,7 +139,7 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%{python_sitelib}/%{python_module_name}
+%{python_sitelib}/%{python_module_name}/
 %{_bindir}/%{name}
 %{_bindir}/.scribesclient
 %{_datadir}/%{name}/
@@ -152,6 +152,10 @@
 
 
 %changelog
+* Sun Oct 25 2006 Peter Gordon <peter at thecodergeek.com> - 0.2.9.87-3
+- Actually fix the rpmlint issues (adding the proper %%buildroot prefix)
+- Minor aesthetic change (add trailing slash to the python directory in the %%files section)
+
 * Sun Oct 25 2006 Peter Gordon <peter at thecodergeek.com> - 0.2.9.87-2
 - Reenable NLS build detection (accidentally dropped in the 0.2.9.87-1 update)
 - Fix a few "non-executable file" rpmlint issues




More information about the scm-commits mailing list