2005-03-08 02:16:03 +00:00
|
|
|
Name: seahorse
|
2008-01-03 22:18:38 +00:00
|
|
|
Version: 2.21.4
|
2007-12-05 15:52:08 +00:00
|
|
|
Release: 1%{?dist}
|
2007-06-26 19:34:52 +00:00
|
|
|
Summary: GNOME2 interface for gnupg
|
2005-03-08 02:16:03 +00:00
|
|
|
Group: User Interface/Desktops
|
2007-08-16 04:37:15 +00:00
|
|
|
# seahorse is GPLv2+
|
|
|
|
# libcryptui is LGPLv2+
|
|
|
|
License: GPLv2+ and LGPLv2+
|
2007-06-26 19:34:52 +00:00
|
|
|
URL: http://seahorse.sourceforge.net/
|
2007-12-05 15:52:08 +00:00
|
|
|
Source: http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.21/%{name}-%{version}.tar.gz
|
2005-03-08 02:16:03 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
2007-06-26 19:34:52 +00:00
|
|
|
BuildRequires: gedit-devel
|
2005-03-08 02:16:03 +00:00
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gpgme-devel >= 1.0
|
2007-06-26 19:34:52 +00:00
|
|
|
BuildRequires: gnupg
|
|
|
|
BuildRequires: libgnome-devel
|
|
|
|
BuildRequires: libgnomeui-devel
|
2005-03-08 02:16:03 +00:00
|
|
|
BuildRequires: scrollkeeper
|
2005-05-26 01:29:00 +00:00
|
|
|
BuildRequires: nautilus-devel
|
2005-10-26 21:57:37 +00:00
|
|
|
BuildRequires: libsoup-devel
|
2007-06-26 19:34:52 +00:00
|
|
|
BuildRequires: openldap-devel
|
|
|
|
BuildRequires: gnome-panel-devel
|
|
|
|
BuildRequires: libnotify-devel
|
|
|
|
BuildRequires: perl-XML-Parser
|
2007-07-20 14:52:11 +00:00
|
|
|
BuildRequires: openssh-clients
|
|
|
|
BuildRequires: gnome-doc-utils >= 0.3.2
|
|
|
|
BuildRequires: gnome-keyring-devel
|
2007-12-05 15:52:08 +00:00
|
|
|
BuildRequires: avahi-devel
|
|
|
|
BuildRequires: avahi-glib-devel
|
|
|
|
BuildRequires: chrpath
|
2007-06-26 19:34:52 +00:00
|
|
|
Requires(post): desktop-file-utils
|
2005-03-08 02:16:03 +00:00
|
|
|
Requires(post): GConf2
|
|
|
|
Requires(post): scrollkeeper
|
2007-06-26 19:34:52 +00:00
|
|
|
Requires(post): shared-mime-info
|
|
|
|
Requires(postun): desktop-file-utils
|
2005-03-08 02:16:03 +00:00
|
|
|
Requires(postun): scrollkeeper
|
2007-06-26 19:34:52 +00:00
|
|
|
Requires(postun): shared-mime-info
|
2004-11-08 05:20:20 +00:00
|
|
|
|
|
|
|
%description
|
2007-06-26 19:34:52 +00:00
|
|
|
Seahorse is a gnome2 interface for gnupg.
|
|
|
|
It uses gpgme as the backend.
|
2004-11-08 05:20:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2007-06-26 19:34:52 +00:00
|
|
|
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
|
2004-11-08 05:20:20 +00:00
|
|
|
|
|
|
|
%build
|
2007-06-26 19:34:52 +00:00
|
|
|
%configure --disable-scrollkeeper
|
2004-11-08 05:20:20 +00:00
|
|
|
make %{?_smp_mflags}
|
2007-12-05 15:52:08 +00:00
|
|
|
# cleanup permissions for files that go into debuginfo
|
|
|
|
find . -type f -name "*.c" -exec chmod a-x {} ';'
|
2004-11-08 05:20:20 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
2007-06-26 19:34:52 +00:00
|
|
|
|
|
|
|
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
|
|
|
%makeinstall
|
|
|
|
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
|
|
|
%find_lang seahorse
|
|
|
|
|
|
|
|
# get rid of the cryptui-devel stuff until we figure out whast do with it later
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}/usr/include/libcryptui
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}/usr/lib/pkgconfig/cryptui-0.0.pc
|
2007-07-20 14:52:11 +00:00
|
|
|
rm -rf ${RPM_BUILD_ROOT}/usr/lib64/pkgconfig/cryptui-0.0.pc
|
2007-12-05 15:52:08 +00:00
|
|
|
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcryptui.so
|
2007-06-26 19:34:52 +00:00
|
|
|
|
2007-12-05 15:52:08 +00:00
|
|
|
# Nuke rpath
|
|
|
|
for f in %{_bindir}/seahorse{,-preferences,-tool,-daemon,-agent} \
|
|
|
|
%{_libdir}/seahorse/seahorse-{ssh-askpass,applet} \
|
|
|
|
%{_libdir}/gedit-2/plugins/libseahorse-pgp.so; do
|
|
|
|
chrpath --delete $RPM_BUILD_ROOT${f}
|
|
|
|
done
|
2004-11-08 05:20:20 +00:00
|
|
|
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}/var/scrollkeeper
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/applications
|
2005-03-08 02:16:03 +00:00
|
|
|
desktop-file-install --vendor fedora --delete-original \
|
|
|
|
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
|
2007-06-26 19:34:52 +00:00
|
|
|
--add-category X-Fedora \
|
2005-03-08 02:16:03 +00:00
|
|
|
${RPM_BUILD_ROOT}%{_datadir}/applications/seahorse-pgp-encrypted.desktop
|
|
|
|
|
2004-11-08 05:20:20 +00:00
|
|
|
desktop-file-install --vendor fedora --delete-original \
|
2005-03-05 19:28:28 +00:00
|
|
|
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
|
2007-06-26 19:34:52 +00:00
|
|
|
--add-category X-Fedora \
|
2005-03-08 02:16:03 +00:00
|
|
|
${RPM_BUILD_ROOT}%{_datadir}/applications/seahorse-pgp-signature.desktop
|
|
|
|
|
|
|
|
desktop-file-install --vendor fedora --delete-original \
|
|
|
|
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
|
|
|
|
--add-category GNOME \
|
2004-11-08 05:20:20 +00:00
|
|
|
--add-category Utility \
|
2007-06-26 19:34:52 +00:00
|
|
|
--add-category X-Fedora \
|
2005-03-08 02:16:03 +00:00
|
|
|
${RPM_BUILD_ROOT}%{_datadir}/applications/seahorse.desktop
|
|
|
|
|
2007-06-26 19:34:52 +00:00
|
|
|
# nuke the icon cache
|
|
|
|
rm -f ${RPM_BUILD_ROOT}/usr/share/icons/hicolor/icon-theme.cache
|
2004-11-08 05:20:20 +00:00
|
|
|
|
|
|
|
find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
|
2007-06-26 19:34:52 +00:00
|
|
|
find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';'
|
2004-11-08 05:20:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
2005-03-08 02:16:03 +00:00
|
|
|
/sbin/ldconfig
|
2004-11-08 05:20:20 +00:00
|
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
2007-06-26 19:34:52 +00:00
|
|
|
gconftool-2 \
|
|
|
|
--makefile-install-rule \
|
|
|
|
%{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
|
|
|
|
scrollkeeper-update -q ||:
|
|
|
|
update-mime-database %{_datadir}/mime/ > /dev/null
|
|
|
|
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
2007-01-04 20:23:50 +00:00
|
|
|
fi
|
2004-11-08 05:20:20 +00:00
|
|
|
|
|
|
|
|
2007-06-26 19:34:52 +00:00
|
|
|
|
2004-11-08 05:20:20 +00:00
|
|
|
%postun
|
2005-03-08 02:16:03 +00:00
|
|
|
/sbin/ldconfig
|
2004-11-08 05:20:26 +00:00
|
|
|
scrollkeeper-update -q ||:
|
2007-06-26 19:34:52 +00:00
|
|
|
update-mime-database %{_datadir}/mime/ > /dev/null
|
|
|
|
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor || :
|
|
|
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
|
|
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
|
|
fi
|
2004-11-08 05:20:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS COPYING NEWS README TODO
|
|
|
|
%{_bindir}/*
|
2007-06-26 19:34:52 +00:00
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
%{_datadir}/%{name}/*
|
2005-03-08 02:16:03 +00:00
|
|
|
%{_datadir}/applications/*.desktop
|
2007-06-26 19:34:52 +00:00
|
|
|
%dir %{_datadir}/gnome/help/%{name}
|
|
|
|
%{_datadir}/gnome/help/%{name}/*
|
|
|
|
%{_datadir}/gnome/help/%{name}-applet/*
|
2005-03-08 02:16:03 +00:00
|
|
|
%{_datadir}/mime/packages/*
|
2007-06-26 19:34:52 +00:00
|
|
|
%{_datadir}/icons/*
|
|
|
|
%dir %{_datadir}/omf/%{name}
|
|
|
|
%{_datadir}/omf/%{name}/*
|
|
|
|
%dir %{_datadir}/omf/%{name}-applet
|
|
|
|
%{_datadir}/omf/%{name}-applet/*
|
2004-11-08 05:20:20 +00:00
|
|
|
%{_datadir}/pixmaps/*
|
2007-06-26 19:34:52 +00:00
|
|
|
%{_mandir}/man1/*.gz
|
|
|
|
%dir %{_libdir}/seahorse
|
|
|
|
%{_libdir}/seahorse/*
|
|
|
|
%{_datadir}/gnome-2.0/ui/GNOME_SeahorseApplet.xml
|
|
|
|
%{_libdir}/libcryptui*
|
2007-08-22 23:55:21 +00:00
|
|
|
%{_libdir}/gedit-2/plugins/*
|
2005-05-05 22:37:05 +00:00
|
|
|
%{_libdir}/nautilus/extensions-1.0/libnautilus-seahorse.so
|
2007-12-05 15:52:08 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/gconf/schemas/*
|
2007-06-26 19:34:52 +00:00
|
|
|
%{_libdir}/bonobo/servers/GNOME_SeahorseApplet.server
|
|
|
|
%{_datadir}/dbus-1/services/org.gnome.seahorse.service
|
2004-11-08 05:20:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2008-01-03 22:18:38 +00:00
|
|
|
* Thu Jan 3 2008 Seth Vidal <skvidal at fedoraproject.org> 2.21.4-1
|
|
|
|
- upgrade to 2.21.4
|
|
|
|
|
|
|
|
|
2007-12-05 15:52:08 +00:00
|
|
|
* Sat Dec 1 2007 Matt Domsch <mdomsch at fedoraproject.org> 2.21.3-1
|
|
|
|
- upgrade to 2.21.3
|
|
|
|
- enable avahi integration
|
|
|
|
- rpmlint cleanups: remove rpath, unneeded .so, tag config files
|
|
|
|
|
2007-08-22 21:31:19 +00:00
|
|
|
* Wed Aug 22 2007 Seth Vidal <skvidal at fedoraproject.org>
|
|
|
|
- fix license tag
|
|
|
|
- rebuild for fun!
|
|
|
|
|
2007-07-20 18:33:02 +00:00
|
|
|
* Fri Jul 20 2007 Seth Vidal <skvidal at fedoraproject.org>
|
|
|
|
- disable gedit plugin in rawhide, for now :(
|
|
|
|
|
2007-06-26 19:34:52 +00:00
|
|
|
* Tue Jun 26 2007 Seth Vidal <skvidal at fedoraproject.org>
|
|
|
|
- update to 1.0.1
|
2006-08-29 03:14:09 +00:00
|
|
|
|
2006-08-14 04:32:01 +00:00
|
|
|
* Sun Aug 13 2006 Seth Vidal <skvidal at linux.duke.edu>
|
|
|
|
- re-enable gedit
|
|
|
|
- update to 0.8.1
|
|
|
|
|
2006-03-07 06:27:03 +00:00
|
|
|
* Tue Mar 7 2006 Seth Vidal <skvidal at linux.duke.edu>
|
|
|
|
- added openldap-devel buildreq to hopefully close bug # 184124
|
|
|
|
|
2006-02-24 04:02:12 +00:00
|
|
|
* Thu Feb 23 2006 Seth Vidal <skvidal at linux.duke.edu>
|
|
|
|
- Patch from John Thacker for rh bug #182694
|
|
|
|
|
|
|
|
|
2006-02-23 17:26:28 +00:00
|
|
|
* 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+
|
|
|
|
|
2005-10-26 21:39:38 +00:00
|
|
|
* Wed Oct 26 2005 Seth Vidal <skvidal@phy.duke.edu> - 0.8-1
|
|
|
|
- 0.8
|
|
|
|
|
2005-07-29 05:43:45 +00:00
|
|
|
* Thu Jul 28 2005 Seth Vidal <skvidal@phy.duke.edu> - 0.7.9-1
|
|
|
|
- 0.7.9
|
|
|
|
|
2005-05-26 01:29:00 +00:00
|
|
|
* Wed May 25 2005 Jeremy Katz <katzj@redhat.com> - 0.7.7-3
|
|
|
|
- make sure all files are included
|
|
|
|
- BR nautilus-devel
|
|
|
|
|
2005-05-22 23:15:48 +00:00
|
|
|
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.7.7-2
|
|
|
|
- rebuild on all arches
|
|
|
|
|
2005-05-05 22:37:05 +00:00
|
|
|
* Thu May 5 2005 Seth Vidal <skvidal@phy.duke.edu> 0.7.7-1
|
|
|
|
- 0.7.7
|
|
|
|
|
2005-04-19 18:24:14 +00:00
|
|
|
* Tue Apr 19 2005 Seth Vidal <skvidal at phy.duke.edu> 0.7.6-4
|
|
|
|
- something innocuous to test on
|
|
|
|
|
|
|
|
|
2005-04-06 22:13:31 +00:00
|
|
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-03-08 02:16:03 +00:00
|
|
|
* Fri Feb 25 2005 Phillip Compton <pcompton[AT]proteinmedia.com> 0.7.6-2
|
|
|
|
- desktop entry fixes.
|
|
|
|
|
|
|
|
* Fri Feb 25 2005 Phillip Compton <pcompton[AT]proteinmedia.com> 0.7.6-1
|
|
|
|
- 0.7.6.
|
2005-03-04 21:00:23 +00:00
|
|
|
|
2006-02-23 17:26:28 +00:00
|
|
|
* Mon Nov 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.5
|
|
|
|
- BuildReq scrollkeeper.
|
|
|
|
|
|
|
|
* Wed Oct 22 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.4
|
|
|
|
- Uncommented .la removal.
|
|
|
|
|
|
|
|
* Sun Sep 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.3
|
|
|
|
- Grabbed new copy os source from upstream.
|
|
|
|
- Fixed path on Source0, to allow direct download.
|
|
|
|
- BuildReq desktop-file-utils.
|
|
|
|
|
|
|
|
* Sun Sep 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.2
|
|
|
|
- Fixed file permission on source tarball.
|
|
|
|
- Fixed Group.
|
|
|
|
- Removed aesthetic comments.
|
|
|
|
- Brought more in line with current spec template.
|
|
|
|
|
|
|
|
* Sun Aug 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.1
|
|
|
|
- Fedorification.
|
|
|
|
- Added path to Source0.
|
|
|
|
- Added URL.
|
|
|
|
- buildroot -> RPM_BUILD_ROOT.
|
|
|
|
- BuildReq libgnomeui-devel, eel2-devel, gpgme03-devel.
|
|
|
|
- BuildReq gettext.
|
|
|
|
- post Req GConf2.
|
|
|
|
- post/postun Req scrollkeeper.
|
|
|
|
- .la/.a removal.
|
|
|
|
- cosmetic changes.
|
|
|
|
|
|
|
|
* Fri May 02 2003 Matthew Hall <matt@ecsc.co.uk> 0.7.3-1
|
|
|
|
- 0.7.3 Release
|
|
|
|
|
|
|
|
* Wed Apr 23 2003 Matthew Hall <matt@ecsc.co.uk> 0.7.1-3
|
|
|
|
- Rebuilt against gpgme 0.3.15
|
|
|
|
|
|
|
|
* Sat Apr 12 2003 Matthew Hall <matt@ecsc.co.uk> 0.7.1-2
|
|
|
|
- RedHat 9 Rebuild
|
|
|
|
|
|
|
|
* Sun Jan 26 2003 Matthew Hall <matt@ecsc.co.uk>
|
|
|
|
- New Spec File
|
|
|
|
|