This commit is contained in:
parent
b3dcfbeea2
commit
ab0840199b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 19 22:11:03 CET 2009 - crrodriguez@suse.de
|
||||
|
||||
- remove "la" files [BNC#357465]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 02 17:28:13 CEST 2008 - mboman@novell.com
|
||||
|
||||
|
19
ghex.spec
19
ghex.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghex (Version 2.22.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -28,7 +28,7 @@ BuildRequires: scrollkeeper
|
||||
License: GPL v2 or later
|
||||
Group: Development/Tools/Other
|
||||
Version: 2.22.0
|
||||
Release: 1
|
||||
Release: 7
|
||||
Summary: GNOME Binary Editor
|
||||
Url: http://www.gnome.org/
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/%{name}-%{version}.tar.bz2
|
||||
@ -76,11 +76,10 @@ Authors:
|
||||
%patch7
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
intltoolize --force
|
||||
autoreconf -f -i -v
|
||||
# FIXME: Build as root modifies system!
|
||||
# ghex-2.8.2: --disable-schemas-install is not implemented.
|
||||
%configure\
|
||||
%configure --with-pic\
|
||||
--disable-static\
|
||||
--disable-scrollkeeper\
|
||||
--disable-schemas-install
|
||||
@ -98,6 +97,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/applications/ghex.desktop.new \
|
||||
%find_gconf_schemas
|
||||
cat %{name}.schemas_list >%{name}.lst
|
||||
cat %{name}-2.0.lang %{name}2.lang > %{name}.lang
|
||||
%{__rm} -vf %{buildroot}%{_libdir}/*.la
|
||||
%if %suse_version > 1020
|
||||
%fdupes -s $RPM_BUILD_ROOT
|
||||
%endif
|
||||
@ -129,10 +129,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.*a
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Mon Jan 19 2009 crrodriguez@suse.de
|
||||
- remove "la" files [BNC#357465]
|
||||
* Tue Sep 02 2008 mboman@novell.com
|
||||
- Update to version 2.22.0:
|
||||
+ Cosmetic version bump
|
||||
@ -175,7 +176,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- I18N fix.
|
||||
* Tue Feb 28 2006 sbrabec@suse.cz
|
||||
- Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14).
|
||||
* Sat Feb 18 2006 sreeves@suse.de
|
||||
* Fri Feb 17 2006 sreeves@suse.de
|
||||
- Update .desktop file (Name, GenericName, Comment, DocPath)
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
@ -216,7 +217,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- add %%run_ldconfig
|
||||
* Mon Oct 27 2003 sbrabec@suse.cz
|
||||
- Updated to version 2.4.0.1 (GNOME 2.4).
|
||||
* Mon Sep 15 2003 adrian@suse.de
|
||||
* Sun Sep 14 2003 adrian@suse.de
|
||||
- add Editor Category
|
||||
* Mon Aug 18 2003 sbrabec@suse.cz
|
||||
- Updated to version 2.2.1 (GNOME2).
|
||||
@ -231,7 +232,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- removed wrong docdir
|
||||
* Fri Sep 27 2002 ro@suse.de
|
||||
- Added alsa alsa-devel to neededforbuild (esound)
|
||||
* Sat Jul 27 2002 adrian@suse.de
|
||||
* Fri Jul 26 2002 adrian@suse.de
|
||||
- fix neededforbuild
|
||||
* Tue May 28 2002 ro@suse.de
|
||||
- removed gpc from neededforbuild
|
||||
|
Loading…
Reference in New Issue
Block a user