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

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sun Oct 15 23:49:32 UTC 2006


Author: pgordon

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

Modified Files:
	scribes.spec 
Log Message:
Silence a few rpmlint issues, reenable NLS build detection which was accidentally dropped in the 0.2.9.87-1 update.


Index: scribes.spec
===================================================================
RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- scribes.spec	15 Oct 2006 23:24:16 -0000	1.8
+++ scribes.spec	15 Oct 2006 23:49:02 -0000	1.9
@@ -4,7 +4,7 @@
 
 Name:		scribes
 Version:	0.2.9.87
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A sleek, simple, and powerful text editor for the GNOME desktop
 Group:		Applications/Editors
 License:	GPL
@@ -18,6 +18,8 @@
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	pkgconfig >= 0.9.0
+BuildRequires:	gettext
+BuildRequires:	perl(XML::Parser)
 BuildRequires:	scrollkeeper
 BuildRequires:	autoconf
 BuildRequires:	gnome-doc-utils
@@ -73,7 +75,7 @@
 %{__autoconf}
 # ...and now configure it. Scrollkeeper and GConf schema stuff are disabled
 # since they'll be installed with the scriptlets.
-%configure --disable-scrollkeeper --disable-schemas-install
+%configure --disable-scrollkeeper --disable-schemas-install --enable-nls
 
 
 %build
@@ -96,6 +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
 
 
 %post
@@ -147,6 +152,10 @@
 
 
 %changelog
+* 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
+
 * Sun Oct 25 2006 Peter Gordon <peter at thecodergeek.com> - 0.2.9.87-1
 - Update to new upstream version
 - Add patch to bypass failure in depcheck.py call:




More information about the scm-commits mailing list