Blame SPECS/seahorse.spec

5b2bad
Name:		seahorse
9b94e1
Version:	3.14.1
9b94e1
Release:	1%{?dist}
5b2bad
Summary:	A GNOME application for managing encryption keys
5b2bad
Group:		User Interface/Desktops
5b2bad
# seahorse is GPLv2+
5b2bad
# libcryptui is LGPLv2+
5b2bad
License:        GPLv2+ and LGPLv2+
9b94e1
URL:            https://wiki.gnome.org/Apps/Seahorse
5b2bad
#VCS: git:git://git.gnome.org/seahorse
9b94e1
Source:         https://download.gnome.org/sources/%{name}/3.14/%{name}-%{version}.tar.xz
9b94e1
9b94e1
# Use GnuPG 1.4.x instead of 2.0.x
9b94e1
Patch0:         set-gnupg-engine.patch
9b94e1
9b94e1
BuildRequires:  pkgconfig(avahi-client)
9b94e1
BuildRequires:  pkgconfig(avahi-glib)
9b94e1
BuildRequires:  pkgconfig(gio-2.0)
9b94e1
BuildRequires:  pkgconfig(gck-1)
9b94e1
BuildRequires:  pkgconfig(gcr-3)
9b94e1
BuildRequires:  pkgconfig(gtk+-3.0)
9b94e1
BuildRequires:  pkgconfig(libsecret-unstable)
9b94e1
BuildRequires:  pkgconfig(libsoup-2.4)
5b2bad
BuildRequires:  desktop-file-utils
5b2bad
BuildRequires:  gettext
5b2bad
BuildRequires:  gpgme-devel >= 1.0
9b94e1
BuildRequires:  gnupg
5b2bad
BuildRequires:  itstool
9b94e1
BuildRequires:  libSM-devel
5b2bad
BuildRequires:  openldap-devel
5b2bad
BuildRequires:  openssh-clients
5b2bad
BuildRequires:  intltool
9b94e1
BuildRequires:  vala
9b94e1
BuildRequires:  /usr/bin/appstream-util
5b2bad
5b2bad
# https://bugzilla.redhat.com/show_bug.cgi?id=474419
5b2bad
# https://bugzilla.redhat.com/show_bug.cgi?id=587328
5b2bad
Requires:       pinentry-gui
5b2bad
5b2bad
Obsoletes: gnome-keyring-manager
5b2bad
Obsoletes: seahorse-devel < 3.1.4-2
9b94e1
Obsoletes: seahorse-plugins < 2.91.6-0.8
5b2bad
# Self-obsoletes to assist with seahorse-sharing package split
5b2bad
Obsoletes: seahorse < 3.1.4
5b2bad
5b2bad
%description
5b2bad
Seahorse is a graphical interface for managing and using encryption keys.
5b2bad
It also integrates with nautilus, gedit and other places for encryption
5b2bad
operations.  It is a keyring manager.
5b2bad
5b2bad
5b2bad
%prep
5b2bad
%setup -q
9b94e1
%patch0 -p1
5b2bad
5b2bad
%build
9b94e1
GNUPG=/usr/bin/gpg ; export GNUPG ; %configure
5b2bad
5b2bad
make %{?_smp_mflags}
5b2bad
# cleanup permissions for files that go into debuginfo
5b2bad
find . -type f -name "*.c" -exec chmod a-x {} ';'
5b2bad
5b2bad
%install
5b2bad
make install DESTDIR=$RPM_BUILD_ROOT
5b2bad
#mkdir -p $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/
5b2bad
#install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/seahorse-agent.sh
5b2bad
5b2bad
%find_lang seahorse --with-gnome --all-name
5b2bad
5b2bad
desktop-file-install --delete-original  \
5b2bad
  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications       \
5b2bad
  --add-category GNOME                                  \
5b2bad
  --add-category Utility                                \
5b2bad
  --add-category X-Fedora                               \
5b2bad
  ${RPM_BUILD_ROOT}%{_datadir}/applications/seahorse.desktop
5b2bad
5b2bad
# nuke the icon cache
5b2bad
rm -f ${RPM_BUILD_ROOT}/usr/share/icons/hicolor/icon-theme.cache
5b2bad
5b2bad
find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
5b2bad
find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';'
5b2bad
9b94e1
9b94e1
%check
9b94e1
appstream-util validate-relax --nonet $RPM_BUILD_ROOT/%{_datadir}/appdata/*.appdata.xml
9b94e1
5b2bad
5b2bad
%post
5b2bad
/sbin/ldconfig
5b2bad
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
5b2bad
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
9b94e1
touch --no-create %{_datadir}/mime/packages &>/dev/null || :
5b2bad
5b2bad
%postun
5b2bad
/sbin/ldconfig
5b2bad
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
5b2bad
if [ $1 -eq 0 ]; then
5b2bad
  touch --no-create %{_datadir}/icons/hicolor >&/dev/null|| :
5b2bad
  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
5b2bad
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
9b94e1
  update-mime-database %{_datadir}/mime &> /dev/null || :
5b2bad
fi
5b2bad
5b2bad
%posttrans
5b2bad
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
5b2bad
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
9b94e1
update-mime-database -n %{_datadir}/mime &> /dev/null || :
5b2bad
5b2bad
5b2bad
%files -f %{name}.lang
9b94e1
%doc AUTHORS NEWS README TODO
9b94e1
%license COPYING COPYING.LIB
5b2bad
%{_bindir}/*
5b2bad
%dir %{_datadir}/%{name}
5b2bad
%{_datadir}/%{name}/*
9b94e1
%{_datadir}/appdata/*.appdata.xml
5b2bad
%{_datadir}/applications/*.desktop
5b2bad
%{_datadir}/icons/hicolor/*/apps/seahorse.png
5b2bad
%{_datadir}/icons/hicolor/*/apps/seahorse-preferences.png
9b94e1
%{_mandir}/man1/*.1*
5b2bad
%dir %{_libdir}/seahorse
5b2bad
%{_libdir}/seahorse/*
9b94e1
%{_datadir}/dbus-1/services/org.gnome.seahorse.Application.service
5b2bad
%{_datadir}/GConf/gsettings/*.convert
5b2bad
%{_datadir}/glib-2.0/schemas/*.gschema.xml
9b94e1
%dir %{_datadir}/gnome-shell/
9b94e1
%dir %{_datadir}/gnome-shell/search-providers/
9b94e1
%{_datadir}/gnome-shell/search-providers/seahorse-search-provider.ini
5b2bad
5b2bad
%changelog
9b94e1
* Thu May 14 2015 David King <dking@redhat.com> - 3.14.1-1
9b94e1
- Rebase to 3.14.1 (#1193148)
9b94e1
a779da
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.2-3
a779da
- Mass rebuild 2014-01-24
a779da
a779da
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.2-2
a779da
- Mass rebuild 2013-12-27
a779da
5b2bad
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
5b2bad
- Update to 3.8.2
5b2bad
5b2bad
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
5b2bad
- Update to 3.8.1
5b2bad
5b2bad
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
5b2bad
- Update to 3.8.0
5b2bad
5b2bad
* Fri Mar  8 2013 Matthias Clasen <mclasen@redhat.com> 0- 3.7.91-1
5b2bad
- Update to 3.7.91
5b2bad
5b2bad
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-1
5b2bad
- Update to 3.7.5
5b2bad
5b2bad
* Thu Jan 03 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.2-1
5b2bad
- Update to 3.7.2
5b2bad
5b2bad
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
5b2bad
- Update to 3.7.1
5b2bad
5b2bad
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
5b2bad
- Update to 3.6.1
5b2bad
5b2bad
* Wed Sep 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
5b2bad
- Update to 3.6.0
5b2bad
5b2bad
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
5b2bad
- Update to 3.5.92
5b2bad
5b2bad
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
5b2bad
- Update to 3.5.91
5b2bad
5b2bad
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
5b2bad
- Update to 3.5.90
5b2bad
5b2bad
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
5b2bad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5b2bad
5b2bad
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
5b2bad
- Update to 3.5.4
5b2bad
5b2bad
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
5b2bad
- Update to 3.4.1
5b2bad
5b2bad
* Thu Apr 12 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-2
5b2bad
- Added self-obsoletes to assist with seahorse-sharing package split
5b2bad
5b2bad
* Mon Mar 26 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.4.0-1
5b2bad
- Update to 3.4.0
5b2bad
5b2bad
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
5b2bad
- Update to 3.3.92
5b2bad
5b2bad
* Thu Mar 15 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
5b2bad
- Update to 3.3.91
5b2bad
5b2bad
* Tue Feb 28 2012 Ray Strode <rstrode@redhat.com> 3.3.5-2
5b2bad
- Drop fedora- vendor prefix
5b2bad
5b2bad
* Tue Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
5b2bad
- Update to 3.3.5
5b2bad
5b2bad
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
5b2bad
- Update to 3.3.4
5b2bad
5b2bad
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
5b2bad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5b2bad
5b2bad
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
5b2bad
- Update to 3.3.3
5b2bad
5b2bad
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
5b2bad
- Update to 3.3.1
5b2bad
5b2bad
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
5b2bad
- Rebuilt for glibc bug#747377
5b2bad
5b2bad
* Wed Oct 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
5b2bad
- Update to 3.2.1
5b2bad
5b2bad
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
5b2bad
- Update to 3.2.0
5b2bad
5b2bad
* Tue Sep 20 2011 Kalev Lember <kalevlember@gmail.com> 3.1.92-1
5b2bad
- Update to 3.1.92
5b2bad
5b2bad
* Wed Sep 07 2011 Kalev Lember <kalevlember@gmail.com> 3.1.91-1
5b2bad
- Update to 3.1.91
5b2bad
5b2bad
* Wed Aug 31 2011 Kalev Lember <kalevlember@gmail.com> 3.1.90-1
5b2bad
- Update to 3.1.90
5b2bad
- Remove and obsolete seahorse-devel
5b2bad
- Switch to gsettings and obsolete the gconf schema
5b2bad
5b2bad
* Mon Jul 23 2011 Matthew Barnes <mbarnes@redhat.com> 3.1.4-1
5b2bad
- Update to 3.1.4
5b2bad
5b2bad
* Mon May  9 2011 Tomas Bzatek <tbzatek@redhat.com> 3.1.1-1
5b2bad
- Update to 3.1.1
5b2bad
5b2bad
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
5b2bad
- Update to 3.0.1
5b2bad
5b2bad
* Thu Apr  7 2011 Christopher Aillon <caillon@redhat.com> 3.0.0-1
5b2bad
- Update to 3.0.0
5b2bad
5b2bad
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> 2.91.93-1
5b2bad
- Update to 2.91.93
5b2bad
5b2bad
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
5b2bad
- Update to 2.91.92
5b2bad
5b2bad
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-1
5b2bad
- Update to 2.91.91
5b2bad
5b2bad
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-5
5b2bad
- Rebuild against newer gtk
5b2bad
5b2bad
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.4-4
5b2bad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5b2bad
5b2bad
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-3
5b2bad
- Rebuild against newer gtk
5b2bad
5b2bad
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-2
5b2bad
- Rebuild against newer gtk3
5b2bad
5b2bad
* Mon Jan  3 2011 Tomas Bzatek <tbzatek@redhat.com> 2.91.4-1
5b2bad
- Update to 2.91.4
5b2bad
5b2bad
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-2
5b2bad
- Rebuild against new gtk
5b2bad
5b2bad
* Tue Nov  9 2010 Tomas Bzatek <tbzatek@redhat.com> 2.91.2-1
5b2bad
- Update to 2.91.2
5b2bad
5b2bad
* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-0.1.gitc548f3b
5b2bad
- git snapshot
5b2bad
- build against libnotify 0.7.0
5b2bad
5b2bad
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.1.1-1
5b2bad
- Update to 2.91.1.1
5b2bad
5b2bad
* Mon Oct 18 2010 Tomas Bzatek <tbzatek@redhat.com> 2.91.1-1
5b2bad
- Update to 2.91.1
5b2bad
5b2bad
* Wed Sep 29 2010 Tomas Bzatek <tbzatek@redhat.com> 2.32.0-1
5b2bad
- Update to 2.32.0
5b2bad
5b2bad
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-2
5b2bad
- Rebuild against newer gobject-introspection
5b2bad
5b2bad
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
5b2bad
- Update to 2.31.91
5b2bad
5b2bad
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.30.1-3
5b2bad
- Rebuild with new gobject-introspection
5b2bad
5b2bad
* Tue May 04 2010 Rex Dieter <rdieter@fedoraproject.org> 2.30.1-2
5b2bad
- Requires: pinentry-gui (#587328)
5b2bad
5b2bad
* Tue Apr 27 2010 Tomas Bzatek <tbzatek@redhat.com> 2.30.1-1
5b2bad
- Update to 2.30.1
5b2bad
5b2bad
* Mon Apr 19 2010 Rahul Sundaram <sundaram@fedoraproject.org> 2.30.0-2
5b2bad
- Fix description to mention keyring manager
5b2bad
- Resolves rhbz#536945
5b2bad
5b2bad
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
5b2bad
- Update to 2.30.0
5b2bad
5b2bad
* Mon Feb 22 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.91-1
5b2bad
- Update to 2.29.91
5b2bad
5b2bad
* Tue Feb  9 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.90-1
5b2bad
- Update to 2.29.90
5b2bad
- Removed daemon autostart file (upstream)
5b2bad
5b2bad
* Fri Jan  8 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.4-2
5b2bad
- Fix bad usage of g_strconcat: missing NULL (#553647)
5b2bad
5b2bad
* Thu Jan  7 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.4-1
5b2bad
- Update to 2.29.4
5b2bad
5b2bad
* Mon Dec 14 2009 Matthias Clasen <mclasen@redhat.com> 2.29.3-2
5b2bad
- Fix a wrong use of gdk_property_get that can lead to crashes
5b2bad
5b2bad
* Mon Nov 30 2009 Tomas Bzatek <tbzatek@redhat.com> 2.29.3-1
5b2bad
- Update to 2.29.3
5b2bad
5b2bad
* Mon Nov  2 2009 Tomas Bzatek <tbzatek@redhat.com> 2.29.1-1
5b2bad
- Update to 2.29.1
5b2bad
5b2bad
* Tue Sep 22 2009 Tomas Bzatek <tbzatek@redhat.com> 2.28.0-1
5b2bad
- Update to 2.28.0
5b2bad
5b2bad
* Mon Sep 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
5b2bad
- Update to 2.27.92
5b2bad
5b2bad
* Wed Aug 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-2
5b2bad
- Make seahorse respect the button-images setting
5b2bad
5b2bad
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
5b2bad
- Update to 2.27.90
5b2bad
5b2bad
* Thu Aug  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-2
5b2bad
- Bring the password tab back
5b2bad
5b2bad
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
5b2bad
- Update to 2.27.5
5b2bad
5b2bad
* Mon Jul 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.1-4
5b2bad
- Drop unneeded direct deps
5b2bad
5b2bad
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.1-3
5b2bad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5b2bad
5b2bad
* Mon Jun  1 2009 Tomas Bzatek <tbzatek@redhat.com> 2.27.1-2
5b2bad
- Require pinentry-gtk (#474419)
5b2bad
5b2bad
* Mon May  4 2009 Tomas Bzatek <tbzatek@redhat.com> 2.27.1-1
5b2bad
- Update to 2.27.1
5b2bad
5b2bad
* Sun Apr 12 2009 Matthias Clasen <mclasen@redhat.com> 2.26.1-1
5b2bad
- Update to 2.26.1
5b2bad
- See http://download.gnome.org/sources/seahorse/2.26/seahorse-2.26.1.news
5b2bad
5b2bad
* Fri Apr 10 2009 Matthias Clasen <mclasen@redhat.com> 2.26.0-2
5b2bad
- Fix directory ownership
5b2bad
5b2bad
* Mon Mar 16 2009 Tomas Bzatek <tbzatek@redhat.com> 2.26.0-1
5b2bad
- Update to 2.26.0
5b2bad
5b2bad
* Mon Mar  2 2009 Tomas Bzatek <tbzatek@redhat.com> 2.25.92-1
5b2bad
- Update to 2.25.92
5b2bad
5b2bad
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
5b2bad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5b2bad
5b2bad
* Sat Feb 14 2009 Matthias Clasen <mclasen@redhat.com> 2.25.91-1
5b2bad
- Update to 2.25.91
5b2bad
5b2bad
* Tue Feb  3 2009 Matthias Clasen <mclasen@redhat.com> 2.25.90-1
5b2bad
- Update to 2.25.90
5b2bad
5b2bad
* Wed Jan  7 2009 Matthias Clasen <mclasen@redhat.com> 2.25.4-1
5b2bad
- Update to 2.25.4
5b2bad
5b2bad
* Mon Dec 22 2008 Tomas Bzatek <tbzatek@redhat.com> 2.25.3-1
5b2bad
- Update to 2.25.3
5b2bad
5b2bad
* Tue Dec  2 2008 Matthias Clasen <mclasen@redhat.com> 2.25.1-3
5b2bad
- Rebuild for pkg-config provides
5b2bad
5b2bad
* Mon Dec  1 2008 Tomas Bzatek <tbzatek@redhat.com> 2.25.1-2
5b2bad
- Mark Seahorse as an official replacement for gnome-keyring-manager
5b2bad
5b2bad
* Thu Nov 13 2008 Matthias Clasen <mclasen@redhat.com> 2.25.1-1
5b2bad
- Update to 2.25.1
5b2bad
5b2bad
* Sun Oct 19 2008 Matthias Clasen <mclasen@redhat.com> 2.24.1-1
5b2bad
- Update to 2.24.1
5b2bad
5b2bad
* Thu Oct  9 2008 Matthias Clasen <mclasen@redhat.com> 2.24.0-3
5b2bad
- Save some space
5b2bad
5b2bad
* Sun Sep 21 2008 Matthias Clasen <mclasen@redhat.com> 2.24.0-2
5b2bad
- Update to 2.24.0
5b2bad
5b2bad
* Sun Sep  7 2008 Matthias Clasen <mclasen@redhat.com> 2.23.92-1
5b2bad
- Update to 2.23.92
5b2bad
5b2bad
* Thu Sep  4 2008 Matthias Clasen <mclasen@redhat.com> 2.23.91-1
5b2bad
- Update to 2.23.91
5b2bad
5b2bad
* Sat Aug 30 2008 Michel Salim <salimma@fedoraproject.org> 2.23.90-2
5b2bad
- Patch configure to detect gpg2 binary
5b2bad
5b2bad
* Sat Aug 23 2008 Matthias Clasen <mclasen@redhat.com> 2.23.90-1
5b2bad
- Update to 2.23.90
5b2bad
5b2bad
* Tue Aug  5 2008 Matthias Clasen <mclasen@redhat.com> 2.23.6-1
5b2bad
- Update to 2.23.6
5b2bad
- Split off a -devel package
5b2bad
5b2bad
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> 2.23.5-1
5b2bad
- Update to 2.23.5
5b2bad
5b2bad
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> 2.22.1-1
5b2bad
- Update to 2.22.1
5b2bad
5b2bad
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> 2.22.0-1
5b2bad
- Update to 2.22.0
5b2bad
5b2bad
* Tue Feb 26 2008 Matthias Clasen <mclasen@redhat.com> 2.21.92-1
5b2bad
- Update to 2.21.92
5b2bad
5b2bad
* Fri Feb 15 2008 Matthias Clasen <mclasen@redhat.com> 2.21.90-2
5b2bad
- Rebuild
5b2bad
5b2bad
* Tue Jan 29 2008 Seth Vidal <skvidal at fedoraproject.org> 2.21.90-1
5b2bad
- 2.21.90
5b2bad
- rebuild for new libsoup
5b2bad
5b2bad
5b2bad
* Mon Jan  7 2008 Seth Vidal <skvidal at fedoraproject.org> 2.21.4-2
5b2bad
- drop in seahorse-agent.sh to xinit - closes bug 427466 but will mean
5b2bad
  that seahorse agent will start if it is installed - even on kde or xfce
5b2bad
  desktops :(
5b2bad
5b2bad
* Thu Jan  3 2008 Seth Vidal <skvidal at fedoraproject.org> 2.21.4-1
5b2bad
- upgrade to 2.21.4
5b2bad
5b2bad
5b2bad
* Sat Dec  1 2007 Matt Domsch <mdomsch at fedoraproject.org> 2.21.3-1
5b2bad
- upgrade to 2.21.3
5b2bad
- enable avahi integration
5b2bad
- rpmlint cleanups: remove rpath, unneeded .so, tag config files
5b2bad
5b2bad
* Wed Aug 22 2007 Seth Vidal <skvidal at fedoraproject.org>
5b2bad
- fix license tag
5b2bad
- rebuild for fun!
5b2bad
5b2bad
* Fri Jul 20 2007 Seth Vidal <skvidal at fedoraproject.org>
5b2bad
- disable gedit plugin in rawhide, for now :(
5b2bad
5b2bad
* Tue Jun 26 2007 Seth Vidal <skvidal at fedoraproject.org>
5b2bad
- update to 1.0.1
5b2bad
5b2bad
* Sun Aug 13 2006 Seth Vidal <skvidal at linux.duke.edu>
5b2bad
- re-enable gedit
5b2bad
- update to 0.8.1
5b2bad
5b2bad
* Tue Mar  7 2006 Seth Vidal <skvidal at linux.duke.edu>
5b2bad
- added openldap-devel buildreq to hopefully close bug # 184124
5b2bad
5b2bad
* Thu Feb 23 2006 Seth Vidal <skvidal at linux.duke.edu>
5b2bad
- Patch from John Thacker for rh bug #182694 
5b2bad
5b2bad
5b2bad
* Mon Jan 16 2006 Seth Vidal <skvidal at linux.duke.edu> - 0.8-2
5b2bad
- added configure patch for it to build
5b2bad
- disable gedit plugins until seahorse gets fixed to work with gedit 2.13+
5b2bad
5b2bad
* Wed Oct 26 2005 Seth Vidal <skvidal@phy.duke.edu> - 0.8-1
5b2bad
- 0.8
5b2bad
5b2bad
* Thu Jul 28 2005 Seth Vidal <skvidal@phy.duke.edu> - 0.7.9-1
5b2bad
- 0.7.9
5b2bad
5b2bad
* Wed May 25 2005 Jeremy Katz <katzj@redhat.com> - 0.7.7-3
5b2bad
- make sure all files are included
5b2bad
- BR nautilus-devel
5b2bad
5b2bad
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.7.7-2
5b2bad
- rebuild on all arches
5b2bad
5b2bad
* Thu May  5 2005 Seth Vidal <skvidal@phy.duke.edu> 0.7.7-1
5b2bad
- 0.7.7
5b2bad
5b2bad
* Tue Apr 19 2005 Seth Vidal <skvidal at phy.duke.edu> 0.7.6-4
5b2bad
- something innocuous to test on
5b2bad
5b2bad
5b2bad
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
5b2bad
- rebuilt
5b2bad
5b2bad
* Fri Feb 25 2005 Phillip Compton <pcompton[AT]proteinmedia.com> 0.7.6-2
5b2bad
- desktop entry fixes.
5b2bad
5b2bad
* Fri Feb 25 2005 Phillip Compton <pcompton[AT]proteinmedia.com> 0.7.6-1
5b2bad
- 0.7.6.
5b2bad
5b2bad
* Mon Nov 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.5
5b2bad
- BuildReq scrollkeeper.
5b2bad
5b2bad
* Wed Oct 22 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.4
5b2bad
- Uncommented .la removal.
5b2bad
5b2bad
* Sun Sep 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.3
5b2bad
- Grabbed new copy os source from upstream.
5b2bad
- Fixed path on Source0, to allow direct download.
5b2bad
- BuildReq desktop-file-utils.
5b2bad
5b2bad
* Sun Sep 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.2
5b2bad
- Fixed file permission on source tarball.
5b2bad
- Fixed Group.
5b2bad
- Removed aesthetic comments.
5b2bad
- Brought more in line with current spec template.
5b2bad
5b2bad
* Sun Aug 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.1
5b2bad
- Fedorification.
5b2bad
- Added path to Source0.
5b2bad
- Added URL.
5b2bad
- buildroot -> RPM_BUILD_ROOT.
5b2bad
- BuildReq libgnomeui-devel, eel2-devel, gpgme03-devel.
5b2bad
- BuildReq gettext.
5b2bad
- post Req GConf2.
5b2bad
- post/postun Req scrollkeeper.
5b2bad
- .la/.a removal.
5b2bad
- cosmetic changes.
5b2bad
5b2bad
* Fri May 02 2003 Matthew Hall <matt@ecsc.co.uk> 0.7.3-1
5b2bad
- 0.7.3 Release
5b2bad
5b2bad
* Wed Apr 23 2003 Matthew Hall <matt@ecsc.co.uk> 0.7.1-3
5b2bad
- Rebuilt against gpgme 0.3.15
5b2bad
5b2bad
* Sat Apr 12 2003 Matthew Hall <matt@ecsc.co.uk> 0.7.1-2
5b2bad
- RedHat 9 Rebuild
5b2bad
5b2bad
* Sun Jan 26 2003 Matthew Hall <matt@ecsc.co.uk>
5b2bad
- New Spec File
5b2bad