source: projects/specs/trunk/g/gnome-keyring-manager/gnome-keyring-manager-vl.spec @ 521

Revision 521, 2.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Keyring management program for the GNOME Desktop
2Summary(ja): GNOMEデスクトップ向けの鍵束管理ツール
3Name: gnome-keyring-manager
4Version: 2.18.0
5Release: 1%{?_dist_release}
6License: GPL
7Group: User Interface/Desktops
8Source: gnome-keyring-manager-%{version}.tar.bz2
9URL: http://www.gnome.org/
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires: gnome-keyring-devel
13BuildRequires: libgnomeui-devel
14BuildRequires: pkgconfig
15BuildRequires: gnome-doc-utils >= 0.3.2
16
17%description
18gnome-keyring-manager is an application that lets you manage the
19passwords and other secrets you have saved in your keyring.
20
21
22%prep
23%setup -q -n gnome-keyring-manager-%{version}
24
25%build
26
27%configure --disable-scrollkeeper
28%__make %{?_smp_mflags}
29
30%install
31rm -fr %{buildroot}
32export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
33%makeinstall
34unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
35
36%find_lang %{name}
37
38%clean
39rm -fr %{buildroot}
40
41%post
42export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
43SCHEMAS="gnome-keyring-manager.schemas"
44for S in $SCHEMAS; do
45  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
46done
47
48%files -f %{name}.lang
49%defattr(-, root, root)
50%doc AUTHORS COPYING ChangeLog NEWS README
51%{_bindir}/*
52%{_datadir}/applications/*
53%{_sysconfdir}/gconf/schemas/*.schemas
54%{_datadir}/gnome-keyring-manager
55%{_datadir}/gnome/help/gnome-keyring-manager
56%{_datadir}/omf/gnome-keyring-manager
57%{_datadir}/man/man1/*
58
59%changelog
60* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.18.0-1vl5
61- applied new versioning policy, spec in utf-8
62
63* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
64- new upstream release
65
66* Tue May 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
67- initial build for Vine Linux
68
69* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> 2.14.0-1
70- Update to 2.14.0
71
72* Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de> 2.12.0-3
73- BuildRequires: gnome-doc-utils
74
75* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.12.0-2.2.1
76- bump again for double-long bug on ppc(64)
77
78* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.12.0-2.2
79- rebuilt for new gcc4.1 snapshot and glibc changes
80
81* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
82- rebuilt
83
84* Wed Nov  2 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-2
85- Avoid the error dialog if there is no default keyring.
86
87* Wed Sep  7 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
88- Update to 2.12.0
89
90* Tue Aug 16 2005 David Zeuthen <davidz@redhat.com>
91- Rebuilt
92
93* Thu Aug  4 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1-1
94- New upstream version
95
96* Mon Mar 21 2005 David Zeuthen <davidz@redhat.com> 0.0.4-3
97- Fix Group tag for consistency (#147903)
98
99* Wed Mar  2 2005 Alex Larsson <alexl@redhat.com> 0.0.4-2
100- Rebuild
101
102* Tue Feb  1 2005 Matthias Clasen <mclasen@redhat.com> - 0.0.4-1
103- Update to 0.0.4
104
105* Mon Aug 16 2004 Alexander Larsson <alexl@redhat.com> - 0.0.3-1
106- First version
Note: See TracBrowser for help on using the repository browser.