rpms/alacarte/devel alacarte-0.11.3-pypath.patch, NONE, 1.1 alacarte.spec, 1.36, 1.37 python25.patch, 1.1, NONE

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Thu Dec 6 17:09:01 UTC 2007


Author: rstrode

Update of /cvs/pkgs/rpms/alacarte/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10929/devel

Modified Files:
	alacarte.spec 
Added Files:
	alacarte-0.11.3-pypath.patch 
Removed Files:
	python25.patch 
Log Message:
Fixes from Todd Zullinger:
- put the python scripts in sitelib, not sitearch
- remove autoconf, automake, and intltool BRs
- don't run autoconf/automake in %%build
- BR perl(XML::Parser)
- remove smeg Obsoletes and Provides
- minor rpmlint cleanups



alacarte-0.11.3-pypath.patch:

--- NEW FILE alacarte-0.11.3-pypath.patch ---
diff -up alacarte-0.11.3/Alacarte/Makefile.in.pypath alacarte-0.11.3/Alacarte/Makefile.in
--- alacarte-0.11.3/Alacarte/Makefile.in.pypath	2007-02-12 16:20:38.000000000 -0500
+++ alacarte-0.11.3/Alacarte/Makefile.in	2007-12-02 23:31:46.000000000 -0500
@@ -204,7 +204,7 @@ sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-appdir = $(pyexecdir)/Alacarte
+appdir = $(pythondir)/Alacarte
 app_PYTHON = __init__.py MainWindow.py MenuEditor.py util.py
 nodist_app_PYTHON = config.py
 CLEANFILES = config.py


Index: alacarte.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alacarte/devel/alacarte.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- alacarte.spec	11 Aug 2007 23:02:10 -0000	1.36
+++ alacarte.spec	6 Dec 2007 17:08:24 -0000	1.37
@@ -2,40 +2,35 @@
 
 Name:           alacarte
 Version:        0.11.3
-Release: 	4%{?dist}
+Release:        5%{?dist}
 Summary:        Simple menu editor for GNOME
 
 Group:          Applications/System
 License:        LGPLv2+
 URL:            http://www.gnome.org
 Source0:        http://ftp.gnome.org/pub/gnome/sources/alacarte/0.11/%{name}-%{version}.tar.bz2
+Patch0:         alacarte-0.11.3-pypath.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python, python-devel, intltool, gettext
+BuildRequires:  python, python-devel, perl(XML::Parser), gettext
 BuildRequires:  pygtk2-devel
 BuildRequires:  pkgconfig
-BuildRequires:	gnome-menus-devel >= 2.15.4
-BuildRequires:	autoconf, automake
-Requires: 	pygtk2, gnome-python2-gconf 
-Requires:	gnome-menus >= 2.15.4
-Obsoletes:      smeg
-Provides:       smeg-%{version}-%{release}
+BuildRequires:  gnome-menus-devel >= 2.15.4
+Requires:       pygtk2, gnome-python2-gconf
+Requires:       gnome-menus >= 2.15.4
 
 %description
 Alacarte is a menu editor for GNOME that lets you get things done,
-simply and quickly. 
+simply and quickly.
 
 Just click and type to edit, add, and delete any menu entry.
 
 %prep
-%setup -q 
+%setup -q
+%patch0 -p1 -b .pypath
 
 %build
-intltoolize --force
-aclocal
-autoconf
-automake
 %configure
 make
 
@@ -71,6 +66,14 @@
 %{_datadir}/icons/hicolor/scalable/apps/alacarte.svg
 
 %changelog
+* Sun Dec 02 2007 Todd Zullinger <tmz at pobox.com> - 0.11.3-5
+- put the python scripts in sitelib, not sitearch
+- remove autoconf, automake, and intltool BRs
+- don't run autoconf/automake in %%build
+- BR perl(XML::Parser)
+- remove smeg Obsoletes and Provides
+- minor rpmlint cleanups
+
 * Sat Aug 11 2007 Matthias Clasen <mclasen at redhat.com> - 0.11.3-4
 - Fix the build with intltool 0.36
 - Update the license field
@@ -147,7 +150,7 @@
 
 * Wed Jun 01 2005 Sindre Pedersen Bjordal <foolish[AT]fedoraforum.org> - 0.7.1-1
 - Rebuilt for 0.7.1
-- Smeg now use the stock gnome menu icon, removed pixmaps from %files
+- Smeg now use the stock gnome menu icon, removed pixmaps from %%files
 
 * Wed Jun 01 2005 Sindre Pedersen Bjordal <foolish[AT]fedoraforum.org> - 0.7-2
 - Added missing dependency gnome-python2-gconf
@@ -157,7 +160,7 @@
 
 * Mon May 30 2005 Sindre Pedersen Bjordal <foolish[AT]fedoraforum.org> - 0.6.2-2
 - Added desktop-file-utils to Buildrequires
-- Addded desktop-file-utils %post and %postun
+- Addded desktop-file-utils %%post and %%postun
 
 * Sat May 29 2005 Sindre Pedersen Bjordal <foolish[AT]fedoraforum.org> - 0.6.2-1
 - Rebuilt for 0.6.2


--- python25.patch DELETED ---




More information about the fedora-extras-commits mailing list