diff --git a/gucharmap.changes b/gucharmap.changes index a1ea428..05309bc 100644 --- a/gucharmap.changes +++ b/gucharmap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 27 12:32:13 CEST 2007 - sbrabec@suse.cz + +- Do not call meinproc (#227624). + ------------------------------------------------------------------- Mon Apr 9 12:53:57 CDT 2007 - maw@suse.de diff --git a/gucharmap.spec b/gucharmap.spec index 3ddbe70..a802189 100644 --- a/gucharmap.spec +++ b/gucharmap.spec @@ -11,19 +11,18 @@ # norootforbuild Name: gucharmap -BuildRequires: docbook_4 gnome-doc-utils-devel gnome-icon-theme intltool kdelibs3-doc libgnomeui-devel scrollkeeper update-desktop-files +BuildRequires: docbook_4 gnome-doc-utils-devel gnome-icon-theme intltool libgnomeui-devel scrollkeeper update-desktop-files License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: System/GUI/GNOME -Autoreqprov: on Version: 1.10.0 -Release: 1 +Release: 6 Summary: A Feature-Rich Unicode Character Map Source: ftp://ftp.gnome.org/pub/gnome/sources/gucharmap/1.8/%{name}-%{version}.tar.bz2 Patch: %name-desktop.patch Patch1: gucharmap-no-root.patch URL: http://gucharmap.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-build -PreReq: filesystem +PreReq: filesystem Requires: gnome-icon-theme %description @@ -39,7 +38,6 @@ Authors: Summary: Include Files and Libraries mandatory for Development. Group: System/GUI/GNOME Requires: %{name} = %{version} glib2-devel gtk2-devel libgnome-devel libgnomeui-devel -Autoreqprov: on %description devel This package contains all necessary include files and libraries needed @@ -59,18 +57,13 @@ Authors: %build autoreconf -f -i # FIXME: Build as root modifies system! -# gucharmap-1.8.0: --disable-scrollkeeper does not work properly. +# gucharmap-1.8.0: --disable-scrollkeeper does not work properly. %configure\ --disable-scrollkeeper make %{?jobs:-j%jobs} %install %makeinstall -for xml in $RPM_BUILD_ROOT%{_datadir}/gnome/help/*/*/*.xml; do - if echo $xml | egrep 'share/gnome/help/([^/]*)/[^/]*/\1\.xml$' > /dev/null; then - meinproc --cache `echo $xml | sed 's/xml$/cache.bz2/'` $xml || : - fi -done %find_lang %{name} %suse_update_desktop_file %{name} @@ -102,6 +95,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Fri Apr 27 2007 - sbrabec@suse.cz +- Do not call meinproc (#227624). * Mon Apr 09 2007 - maw@suse.de - Update to version 1.10.0 - Now requires a newer version of libtool.