source: projects/specs/trunk/lib/libs/libsecret/libsecret-vl.spec @ 9988

Revision 9988, 3.2 KB checked in by Takemikaduchi, 8 years ago (diff)

mate-utils: add usermode (use consolehelper)
others: new upstream release

Line 
1Name:           libsecret
2Version:        0.18.4
3Release:        1%{?_dist_release}
4Summary:        GObject based library for accessing the Secret Service API
5Summary(ja):    シークレットサービス API アクセス用の GObject 基本ライブラリ
6
7Group:          System Environment/Libraries
8License:        LGPLv2+
9URL:            https://live.gnome.org/Libsecret
10Source0:        http://download.gnome.org/sources/libsecret/0.18/%{name}-%{version}.tar.xz
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12
13BuildRequires:  glib2-devel >= 2.12.0
14BuildRequires:  gobject-introspection-devel
15BuildRequires:  libxslt-devel
16BuildRequires:  libgcrypt-devel
17BuildRequires:  gtk-doc
18
19Vendor:         Project Vine
20Distribution:   Vine Linux
21Packager:       Takemikaduchi
22
23
24%description
25libsecret is a library for storing and retrieving passwords and other secrets.
26It communicates with the "Secret Service" using DBus. gnome-keyring and
27ksecretservice are both implementations of a Secret Service.
28
29libsecret replaces libgnome-keyring.
30
31%package        devel
32Summary:        Development files for %{name}
33Summary(ja):    %{name} の開発ファイル
34Group:          Development/Libraries
35Requires:       %{name} = %{version}-%{release}
36Requires:       pkgconfig
37
38
39%description    devel
40The %{name}-devel package contains libraries and header files for
41developing applications that use %{name}.
42
43
44%package        doc
45Summary:        Documentation for %{name}
46Summary(ja):    %{name} 用のドキュメント
47Group:          Documentation
48Requires:       %{name} = %{version}-%{release}
49BuildArch:      noarch
50
51%description    doc
52This package contains documentation for %{name}.
53
54
55%prep
56%setup -q
57
58%build
59%configure --disable-static
60make %{?_smp_mflags}
61
62%check
63
64%install
65rm -rf $RPM_BUILD_ROOT
66make install DESTDIR=$RPM_BUILD_ROOT
67find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
68
69%find_lang %{name}
70
71%clean
72rm -rf $RPM_BUILD_ROOT
73
74
75%post -p /sbin/ldconfig
76
77%postun -p /sbin/ldconfig
78
79
80%files -f %{name}.lang
81%defattr(-,root,root,-)
82%doc AUTHORS ChangeLog COPYING NEWS README
83%{_bindir}/secret-tool
84%{_libdir}/*.so.*
85%{_libdir}/girepository-1.0/*.typelib
86%{_mandir}/man1/secret-tool.1.gz
87
88%files devel
89%defattr(-,root,root,-)
90%{_includedir}/%{name}-1
91%{_libdir}/*.so
92%{_libdir}/pkgconfig/*.pc
93%{_datadir}/gir-1.0/*.gir
94
95%files doc
96%defattr(-,root,root,-)
97%{_datadir}/gtk-doc/html/%{name}-1
98
99
100%changelog
101* Sun Jan 24 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.4-1
102- new upstream release
103
104* Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.3-1
105- new upstream release
106
107* Sun May 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.2-1
108- new upstream release
109
110* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18-1
111- new upstream release
112
113* Wed Feb 19 2014 NAKAMURA Kenta <kenta@vinelinux.org> 0.16-3
114- rebuilt with libgcrypt-1.6
115
116* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16-2
117- rebuild with VineSeed environment
118
119* Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16-1
120- new upstream release
121
122* Thu Apr 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15-1
123- new upstream release
124
125* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.11-1
126- new upstream release
127
128* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10-1
129- initial build
Note: See TracBrowser for help on using the repository browser.