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

Revision 12120, 3.4 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

Line 
1Name:           libsecret
2Version:        0.18.8
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
21
22
23%description
24libsecret is a library for storing and retrieving passwords and other secrets.
25It communicates with the "Secret Service" using DBus. gnome-keyring and
26ksecretservice are both implementations of a Secret Service.
27
28libsecret replaces libgnome-keyring.
29
30%package        devel
31Summary:        Development files for %{name}
32Summary(ja):    %{name} の開発ファイル
33Group:          Development/Libraries
34Requires:       %{name} = %{version}-%{release}
35Requires:       pkgconfig
36
37
38%description    devel
39The %{name}-devel package contains libraries and header files for
40developing applications that use %{name}.
41
42
43%package        doc
44Summary:        Documentation for %{name}
45Summary(ja):    %{name} 用のドキュメント
46Group:          Documentation
47Requires:       %{name} = %{version}-%{release}
48BuildArch:      noarch
49
50%description    doc
51This package contains documentation for %{name}.
52
53
54%prep
55%setup -q
56
57%build
58%configure --disable-static
59make %{?_smp_mflags}
60
61%check
62
63%install
64rm -rf $RPM_BUILD_ROOT
65make install DESTDIR=$RPM_BUILD_ROOT
66find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
67
68%find_lang %{name}
69
70%clean
71rm -rf $RPM_BUILD_ROOT
72
73
74%post -p /sbin/ldconfig
75
76%postun -p /sbin/ldconfig
77
78
79%files -f %{name}.lang
80%defattr(-,root,root,-)
81%license COPYING
82%doc AUTHORS ChangeLog 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* Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.18.8-1
102- new upstream release.
103
104* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.5-1
105- new upstream release
106
107* Sun Jan 24 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.4-1
108- new upstream release
109
110* Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.3-1
111- new upstream release
112
113* Sun May 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.2-1
114- new upstream release
115
116* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18-1
117- new upstream release
118
119* Wed Feb 19 2014 NAKAMURA Kenta <kenta@vinelinux.org> 0.16-3
120- rebuilt with libgcrypt-1.6
121
122* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16-2
123- rebuild with VineSeed environment
124
125* Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16-1
126- new upstream release
127
128* Thu Apr 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15-1
129- new upstream release
130
131* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.11-1
132- new upstream release
133
134* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10-1
135- initial build
Note: See TracBrowser for help on using the repository browser.