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

Revision 623, 3.0 KB checked in by Takemikaduchi, 14 years ago (diff)

takemikaduchi fix and add spec file

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