|
@@ -2,12 +2,15 @@ Summary: A GNOME2 frontend for GnuPG
|
|
Summary(ja): GnuPG の GNOME2 フロントエンド
|
|
Summary(ja): GnuPG の GNOME2 フロントエンド
|
|
Name: seahorse
|
|
Name: seahorse
|
|
Version: 2.30.1
|
|
Version: 2.30.1
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Release: 3%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: User Interface/Desktops
|
|
Group: User Interface/Desktops
|
|
URL: http://seahorse.sourceforge.net/
|
|
URL: http://seahorse.sourceforge.net/
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.26/%{name}-%{version}.tar.bz2
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.26/%{name}-%{version}.tar.bz2
|
|
-#Patch0: seahorse-0.8.2-Makefile.patch
|
|
|
|
|
|
+# Remove next line when upstream adopt Source1
|
|
|
|
+Source1: seahorse.help.Makefile.am
|
|
|
|
+# Remove next line when upstream adopt Source2
|
|
|
|
+Source2: seahorse.help.master.ja.po
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: libgnome-devel >= 2.30.0
|
|
BuildRequires: libgnome-devel >= 2.30.0
|
|
@@ -34,6 +37,9 @@ Requires(pre): GConf2
|
|
Requires(preun): GConf2
|
|
Requires(preun): GConf2
|
|
Requires(postun): scrollkeeper
|
|
Requires(postun): scrollkeeper
|
|
|
|
|
|
|
|
+# for Source1
|
|
|
|
+BuildRequires: autoconf
|
|
|
|
+
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
@@ -62,7 +68,15 @@ developing applications that use %{name}.
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
|
|
+# Remove next line when upstream adopt Source1
|
|
|
|
+cp -f %{SOURCE1} help/Makefile.am
|
|
|
|
+# Remove next 2 lines when upstream adopt Source2
|
|
|
|
+mkdir help/ja
|
|
|
|
+cp -f %{SOURCE2} help/ja/ja.po
|
|
|
|
+
|
|
%build
|
|
%build
|
|
|
|
+# Remove next line when upstream adopt Source2
|
|
|
|
+autoreconf
|
|
%configure \
|
|
%configure \
|
|
--disable-schemas-install \
|
|
--disable-schemas-install \
|
|
--disable-update-mime-database \
|
|
--disable-update-mime-database \
|
|
@@ -135,6 +149,10 @@ fi
|
|
%{_datadir}/gtk-doc/html/libseahorse
|
|
%{_datadir}/gtk-doc/html/libseahorse
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Jun 16 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-3
|
|
|
|
+- add Source1-2 for japanese help.
|
|
|
|
+- add autoconf to BR for japanese help.
|
|
|
|
+
|
|
* Sat Jun 12 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
|
|
* Sat Jun 12 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
|
|
- add BuildRequires: openssh-clients
|
|
- add BuildRequires: openssh-clients
|
|
|
|
|