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

Revision 4704, 7.0 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2 beta 1 (3.1.90)

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