|
@@ -2,7 +2,7 @@ Summary: A GNOME2 frontend for GnuPG
|
|
Summary(ja): GnuPG の GNOME2 フロントエンド
|
|
Summary(ja): GnuPG の GNOME2 フロントエンド
|
|
Name: seahorse
|
|
Name: seahorse
|
|
Version: 2.32.0
|
|
Version: 2.32.0
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: User Interface/Desktops
|
|
Group: User Interface/Desktops
|
|
URL: http://seahorse.sourceforge.net/
|
|
URL: http://seahorse.sourceforge.net/
|
|
@@ -19,6 +19,7 @@ BuildRequires: openldap-devel
|
|
BuildRequires: libsoup-devel >= 2.32.0
|
|
BuildRequires: libsoup-devel >= 2.32.0
|
|
BuildRequires: nautilus >= 2.32.0
|
|
BuildRequires: nautilus >= 2.32.0
|
|
BuildRequires: libgnome-keyring-devel >= 2.32.0
|
|
BuildRequires: libgnome-keyring-devel >= 2.32.0
|
|
|
|
+BuildRequires: gnome-keyring-devel >= 2.29.4
|
|
BuildRequires: avahi-glib-devel >= 0.6
|
|
BuildRequires: avahi-glib-devel >= 0.6
|
|
BuildRequires: dbus-glib-devel >= 0.88
|
|
BuildRequires: dbus-glib-devel >= 0.88
|
|
BuildRequires: libnotify-devel
|
|
BuildRequires: libnotify-devel
|
|
@@ -28,6 +29,7 @@ BuildRequires: gnome-doc-utils >= 0.3.2
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: docbook-dtds
|
|
BuildRequires: docbook-dtds
|
|
BuildRequires: gobject-introspection-devel
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
+BuildRequires: desktop-file-utils
|
|
Requires(post): GConf2, scrollkeeper
|
|
Requires(post): GConf2, scrollkeeper
|
|
Requires(pre): GConf2
|
|
Requires(pre): GConf2
|
|
Requires(preun): GConf2
|
|
Requires(preun): GConf2
|
|
@@ -86,6 +88,17 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|
|
|
|
|
|
|
+desktop-file-install \
|
|
|
|
+ --vendor="" --dir=%{buildroot}/%{_datadir}/applications \
|
|
|
|
+ --remove-category=Utility \
|
|
|
|
+ --remove-category=Security \
|
|
|
|
+ --remove-category=GTK \
|
|
|
|
+ --remove-category=GNOME \
|
|
|
|
+ --add-category=Applications \
|
|
|
|
+ --add-category=X-GNOME-PersonalSettings \
|
|
|
|
+ --add-category=Settings \
|
|
|
|
+ %{buildroot}/%{_datadir}/applications/seahorse.desktop
|
|
|
|
+
|
|
%find_lang %{name}
|
|
%find_lang %{name}
|
|
|
|
|
|
%clean
|
|
%clean
|
|
@@ -145,6 +158,10 @@ fi
|
|
%{_datadir}/gir-1.0
|
|
%{_datadir}/gir-1.0
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Jun 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
|
|
|
|
+- add BuildRequires: desktop-file-utils, gnome-keyring-devel
|
|
|
|
+- change category of seahorse.desktop
|
|
|
|
+
|
|
* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
|
|
* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- add BuildRequires: gobejct-introspection-devel
|
|
- add BuildRequires: gobejct-introspection-devel
|