SHA256
1
0
forked from pool/gucharmap
OBS User unknown 2007-04-27 14:46:59 +00:00 committed by Git OBS Bridge
parent 63ca113178
commit 6176c7da81
2 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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.