This commit is contained in:
parent
2b5f76f9b3
commit
3b761adcec
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 27 12:32:12 CEST 2007 - sbrabec@suse.cz
|
||||
|
||||
- Do not call meinproc (#227624).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 7 12:27:30 CET 2007 - sbrabec@suse.cz
|
||||
|
||||
|
12
ghex.spec
12
ghex.spec
@ -11,13 +11,13 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: ghex
|
||||
BuildRequires: gail-devel gnome-common gnutls-devel intltool kdelibs3-doc libglade2-devel libgnomeprintui-devel libgnomeui-devel libwnck-devel mDNSResponder-devel perl-XML-Parser update-desktop-files
|
||||
BuildRequires: gail-devel gnome-common gnutls-devel intltool libglade2-devel libgnomeprintui-devel libgnomeui-devel libwnck-devel mDNSResponder-devel perl-XML-Parser update-desktop-files
|
||||
# FIXME: only for directory ownership:
|
||||
BuildRequires: scrollkeeper
|
||||
License: GNU General Public License (GPL)
|
||||
Group: Development/Tools/Other
|
||||
Version: 2.8.2
|
||||
Release: 38
|
||||
Release: 52
|
||||
Summary: GNOME Binary Editor
|
||||
URL: http://www.gnome.org/
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/%{name}-%{version}.tar.bz2
|
||||
@ -26,7 +26,6 @@ Patch: ghex_59873.diff
|
||||
Patch4: ghex_60921.diff
|
||||
Patch5: ghex_60922.diff
|
||||
Patch6: ghex-search-crash.patch
|
||||
Autoreqprov: on
|
||||
|
||||
%gconf_schemas_prereq
|
||||
|
||||
@ -92,9 +91,6 @@ sed -e "s@;Development;@;@" < $RPM_BUILD_ROOT%{_datadir}/applications/ghex.deskt
|
||||
> $RPM_BUILD_ROOT%{_datadir}/applications/ghex.desktop.new
|
||||
mv $RPM_BUILD_ROOT%{_datadir}/applications/ghex.desktop.new \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/ghex.desktop
|
||||
for xml in $RPM_BUILD_ROOT%{_datadir}/gnome/help/ghex2/*/ghex2.xml; do
|
||||
meinproc --check --cache `echo $xml | sed 's/xml$/cache.bz2/'` $xml || :
|
||||
done
|
||||
%find_lang %{name}-2.0
|
||||
%find_lang %{name}2
|
||||
%find_gconf_schemas
|
||||
@ -132,7 +128,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/*.*a
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog -n ghex
|
||||
%changelog
|
||||
* Fri Apr 27 2007 - sbrabec@suse.cz
|
||||
- Do not call meinproc (#227624).
|
||||
* Wed Feb 07 2007 - sbrabec@suse.cz
|
||||
- Do not build unusable static libraries (#238552).
|
||||
* Wed Jan 03 2007 - sbrabec@suse.cz
|
||||
|
Loading…
Reference in New Issue
Block a user