add patch to spec
This commit is contained in:
parent
2c5f6ea55d
commit
58be84e16a
@ -1,12 +1,13 @@
|
||||
Name: seahorse
|
||||
Version: 0.8
|
||||
Release: 2%{dist}
|
||||
Release: 3%{dist}
|
||||
Summary: GNOME2 interface for gnupg
|
||||
Group: User Interface/Desktops
|
||||
License: GPL
|
||||
URL: http://seahorse.sourceforge.net/
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/seahorse/%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0: gpgme-1.1.X-configure.patch
|
||||
Patch1: illegal_free.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -37,6 +38,7 @@ It uses gpgme as the backend.
|
||||
sed -i "s/update-mime-database/#update-mime-database/g" plugins/nautilus/Makefile.in
|
||||
sed -i "s/update-mime-database/#update-mime-database/g" plugins/nautilus/Makefile.am
|
||||
%patch0 -p0
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-schemas-install --disable-gedit
|
||||
@ -120,6 +122,10 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 23 2006 Seth Vidal <skvidal at linux.duke.edu>
|
||||
- Patch from John Thacker for rh bug #182694
|
||||
|
||||
|
||||
* Mon Jan 16 2006 Seth Vidal <skvidal at linux.duke.edu> - 0.8-2
|
||||
- added configure patch for it to build
|
||||
- disable gedit plugins until seahorse gets fixed to work with gedit 2.13+
|
||||
|
Loading…
Reference in New Issue
Block a user