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

Revision 4850, 7.1 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.0

Line 
1Summary:        A GNOME2 frontend for GnuPG
2Summary(ja):    GnuPG の GNOME2 フロントエンド
3Name:           seahorse
4Version:        3.2.0
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 GNOME2 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) の GNOME2 フロントエンドです。
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
78desktop-file-install \
79  --vendor="" --dir=%{buildroot}/%{_datadir}/applications \
80  --remove-category=Utility \
81  --remove-category=Security \
82  --remove-category=GTK \
83  --remove-category=GNOME \
84  --add-category=Applications \
85  --add-category=X-GNOME-PersonalSettings \
86  --add-category=Settings \
87  %{buildroot}/%{_datadir}/applications/seahorse.desktop
88
89%find_lang %{name}
90
91%clean
92[ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
93
94%post
95/sbin/ldconfig
96%{_bindir}/scrollkeeper-update -q ||:
97
98%postun
99/sbin/ldconfig
100%{_bindir}/scrollkeeper-update -q ||:
101glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
102
103%posttrans
104glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
105
106%files -f %{name}.lang
107%defattr(-,root,root)
108%doc AUTHORS COPYING ChangeLog NEWS README TODO
109## %{_sysconfdir}/xdg/autostart/*.desktop
110%{_bindir}/seahorse
111%{_libdir}/seahorse
112%{_datadir}/GConf/gsettings/*.convert
113%{_datadir}/applications/*.desktop
114%{_datadir}/glib-2.0/schemas/*.xml
115%{_datadir}/gnome/help/*
116%{_datadir}/omf/*
117%{_datadir}/icons/*
118%{_datadir}/seahorse
119%{_datadir}/pixmaps/*
120%{_mandir}/man1/*
121
122
123%changelog
124* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
125- new upstream release
126
127* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
128- new upstream release
129
130* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
131- new upstream release
132
133* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
134- new upstream release
135- change BuildRequires: gtk3-devel instead of gtk2-devel
136- delete -devel sub package
137
138* Mon Jun 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
139- add BuildRequires: desktop-file-utils, gnome-keyring-devel
140- change category of seahorse.desktop
141
142* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
143- new upstream release
144- add BuildRequires: gobejct-introspection-devel
145- remove BuildRequires: libglade2-devel
146- remove SOURCE1 and SOURCE2
147- add Obsoletes: gnome-keyring-manager < 2.21
148- add Provides: gnome-keyring-manager < 2.21
149- add configure option (--enable-introspection=yes)
150
151* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-5
152- rebuild with rpm-4.8.1 for pkg-config file
153
154* Sun Aug 15 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-5
155- update Source2
156- fix URI of Source0
157
158* Tue Aug 03 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-4
159- update Source2
160
161* Wed Jun 16 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.30.1-3
162- add Source1-2 for japanese help.
163- add autoconf to BR for japanese help.
164
165* Sat Jun 12 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
166- add BuildRequires: openssh-clients
167
168* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
169- new upstream release
170
171* Thu Apr 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
172- new upstream release
173
174* Mon Mar 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.1-1
175- new upstream release
176- add BuildRequires: gnome-doc-utils >= 0.3.2, libSM-devel, docbook-dtds
177
178* Thu Apr  9 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.26.0-1
179- new upstream release
180- built with openldap-2.4.11
181- spec in UTF-8
182- made devel subpackage
183
184* Sun Apr 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
185- new upstream release
186
187* Tue Oct 24 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.2-0vl2
188- rebuild with gnutls-1.4.1
189
190* Sat Sep 30 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.2-0vl1
191- new upstream release
192- enable LDAP support
193- add --disable-update-mime-database option to %%configure
194- update Makefile.patch (patch0)
195- update dependencies
196
197* Tue Feb 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8-0vl1
198- new upstream release
199- drop obsolete gedit.patch (patch1)
200- remove unneeded files
201
202* Sun Sep 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.9-0vl1
203- new upstream release
204- dropped SOURCE1 (merged into source)
205- added Patch1 for building with gedit 2.12
206- rebuild with libsoup 2.2.6.1
207
208* Fri May 13 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.8-0vl2
209- add BuildRequires: libsoup >= 2.2 for HKP keyserver support
210
211* Thu May 12 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.8-0vl1
212- upstream release
213- update ja.po, Makefile.patch
214- update files list
215
216* Sun Mar 06 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.7.6-0vl1
217- initial build for Vine Linux
218- update ja.po
219
220* Wed Oct 26 2004 Nate Nielsen <nielsen@memberwebs.com>
221- Remove *.a and *.la from RPM_BUILD_ROOT
222- Remove updated mime database from RPM_BUILD_ROOT
223
224* Wed Oct 13 2004 Nate Nielsen <nielsen@memberwebs.com>
225- Added new mime info
226
227* Tue Oct 12 2004 Nate Nielsen <nielsen@memberwebs.com>
228- Added the gedit plugin to the default manifest
229
230* Fri May 02 2003 Yanko Kaneti <yaneti@declera.com>
231- Add some new files to the manifest
232
233* Wed Jan 15 2002 Jean Schurger <yshark@schurger.org>
234- Scrollkeeper stuff
235- locales install by %find_lang
236- secure use of rm -rf
237
238* Tue Jan 14 2002 Yanko Kaneti <yaneti@declera.com>
239- First spec
Note: See TracBrowser for help on using the repository browser.