source: projects/specs/trunk/s/seahorse/seahorse-vl.spec @ 5168

Revision 5168, 6.9 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Summary:        A GNOME3 frontend for GnuPG
2Summary(ja):    GnuPG の GNOME3 フロントエンド
3Name:           seahorse
4Version:        3.2.2
5Release:        1%{?_dist_release}
6License:        GPL
7Group:          User Interface/Desktops
8URL:            http://seahorse.sourceforge.net/
9Source0:        http://ftp.gnome.org/pub/GNOME/sources/seahorse/3.2/%{name}-%{version}.tar.xz
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires:  libgnome-devel >= 2.32.0
13BuildRequires:  libgnomeui-devel
14BuildRequires:  gtk3-devel >= 3.0.0
15BuildRequires:  gnupg >= 1.2.4
16BuildRequires:  gpgme-devel >= 1.0.0
17BuildRequires:  openldap-devel
18BuildRequires:  libsoup-devel >= 2.32.0
19BuildRequires:  nautilus >= 2.32.0
20BuildRequires:  libgnome-keyring-devel >= 2.32.0
21BuildRequires:  gnome-keyring-devel >= 2.29.4
22BuildRequires:  avahi-glib-devel >= 0.6
23BuildRequires:  dbus-glib-devel >= 0.88
24BuildRequires:  libnotify-devel
25BuildRequires:  openssh
26BuildRequires:  openssh-clients
27BuildRequires:  gnome-doc-utils >= 0.3.2
28BuildRequires:  libSM-devel
29BuildRequires:  docbook-dtds
30BuildRequires:  gobject-introspection-devel
31BuildRequires:  desktop-file-utils
32Requires(post):   scrollkeeper
33Requires(postun): glib2, scrollkeeper
34Requires(posttrans): glib2, scrollkeeper
35
36Obsoletes:      seahorse-devel < 3.1.4
37
38Obsoletes:      gnome-keyring-manager < 2.21
39Provides:       gnome-keyring-manager < 2.21
40
41# for Source1
42BuildRequires:  autoconf
43
44Vendor:         Project Vine
45Distribution:   Vine Linux
46
47%description
48Seahorse is a GNOME3 front end for th GNU Privacy Guard (GnuPG).
49It is a tool for secure communications and data storage. Data encryption
50and digital signature creation can easily be performed through a GUI, and
51Key Management operations also can be performed.
52
53%description -l ja
54Seahorse は GNU Privacy Guard (GnuPG) の GNOME3 フロントエンドです。
55安全なコミュニケーションとデータ保管のためのツールです。データの暗号化や復号、
56デジタル署名の作成・検証を GUI で容易に行うことができます。また、鍵の管理も行
57うことができます。
58
59
60%prep
61%setup -q
62
63%build
64# Remove next line when upstream adopt Source2
65autoreconf
66%configure \
67    --disable-update-mime-database \
68    --disable-static
69make %{?_smp_mflags}
70
71%install
72[ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
73
74export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
75make install DESTDIR=$RPM_BUILD_ROOT
76unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
77
78%find_lang %{name}
79
80%clean
81[ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
82
83%post
84/sbin/ldconfig
85%{_bindir}/scrollkeeper-update -q ||:
86
87%postun
88/sbin/ldconfig
89%{_bindir}/scrollkeeper-update -q ||:
90glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
91
92%posttrans
93glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
94
95%files -f %{name}.lang
96%defattr(-,root,root)
97%doc AUTHORS COPYING ChangeLog NEWS README TODO
98## %{_sysconfdir}/xdg/autostart/*.desktop
99%{_bindir}/seahorse
100%{_libdir}/seahorse
101%{_datadir}/GConf/gsettings/*.convert
102%{_datadir}/applications/*.desktop
103%{_datadir}/glib-2.0/schemas/*.xml
104%{_datadir}/gnome/help/*
105%{_datadir}/omf/*
106%{_datadir}/icons/*
107%{_datadir}/seahorse
108%{_datadir}/pixmaps/*
109%{_mandir}/man1/*
110
111
112%changelog
113* Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
114- new upstream release
115
116* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
117- new upstream release
118
119* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
120- new upstream release
121
122* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
123- new upstream release
124
125* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
126- new upstream release
127
128* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
129- new upstream release
130- change BuildRequires: gtk3-devel instead of gtk2-devel
131- delete -devel sub package
132
133* Mon Jun 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
134- add BuildRequires: desktop-file-utils, gnome-keyring-devel
135- change category of seahorse.desktop
136
137* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
138- new upstream release
139- add BuildRequires: gobejct-introspection-devel
140- remove BuildRequires: libglade2-devel
141- remove SOURCE1 and SOURCE2
142- add Obsoletes: gnome-keyring-manager < 2.21
143- add Provides: gnome-keyring-manager < 2.21
144- add configure option (--enable-introspection=yes)
145
146* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-5
147- rebuild with rpm-4.8.1 for pkg-config file
148
149* Sun Aug 15 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-5
150- update Source2
151- fix URI of Source0
152
153* Tue Aug 03 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-4
154- update Source2
155
156* Wed Jun 16 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-3
157- add Source1-2 for japanese help.
158- add autoconf to BR for japanese help.
159
160* Sat Jun 12 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
161- add BuildRequires: openssh-clients
162
163* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
164- new upstream release
165
166* Thu Apr 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
167- new upstream release
168
169* Mon Mar 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
170- new upstream release
171- add BuildRequires: gnome-doc-utils >= 0.3.2, libSM-devel, docbook-dtds
172
173* Thu Apr  9 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.26.0-1
174- new upstream release
175- built with openldap-2.4.11
176- spec in UTF-8
177- made devel subpackage
178
179* Sun Apr 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
180- new upstream release
181
182* Tue Oct 24 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.2-0vl2
183- rebuild with gnutls-1.4.1
184
185* Sat Sep 30 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.2-0vl1
186- new upstream release
187- enable LDAP support
188- add --disable-update-mime-database option to %%configure
189- update Makefile.patch (patch0)
190- update dependencies
191
192* Tue Feb 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8-0vl1
193- new upstream release
194- drop obsolete gedit.patch (patch1)
195- remove unneeded files
196
197* Sun Sep 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.9-0vl1
198- new upstream release
199- dropped SOURCE1 (merged into source)
200- added Patch1 for building with gedit 2.12
201- rebuild with libsoup 2.2.6.1
202
203* Fri May 13 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.8-0vl2
204- add BuildRequires: libsoup >= 2.2 for HKP keyserver support
205
206* Thu May 12 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.8-0vl1
207- upstream release
208- update ja.po, Makefile.patch
209- update files list
210
211* Sun Mar 06 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.6-0vl1
212- initial build for Vine Linux
213- update ja.po
214
215* Wed Oct 26 2004 Nate Nielsen <nielsen@memberwebs.com>
216- Remove *.a and *.la from RPM_BUILD_ROOT
217- Remove updated mime database from RPM_BUILD_ROOT
218
219* Wed Oct 13 2004 Nate Nielsen <nielsen@memberwebs.com>
220- Added new mime info
221
222* Tue Oct 12 2004 Nate Nielsen <nielsen@memberwebs.com>
223- Added the gedit plugin to the default manifest
224
225* Fri May 02 2003 Yanko Kaneti <yaneti@declera.com>
226- Add some new files to the manifest
227
228* Wed Jan 15 2002 Jean Schurger <yshark@schurger.org>
229- Scrollkeeper stuff
230- locales install by %find_lang
231- secure use of rm -rf
232
233* Tue Jan 14 2002 Yanko Kaneti <yaneti@declera.com>
234- First spec
Note: See TracBrowser for help on using the repository browser.