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

Revision 12310, 3.7 KB checked in by tomop, 4 years ago (diff)

updated 18 packages

bind-9.11.12-1

bison-3.4.2-1

clisp-2.49.93-1

exiv2-0.27.2-1

firefox-68.2.0-1

galera-26.4.3-1

gcr-3.28.1-1

glib2-2.62.2-1

golang-1.13.4-1

incron-0.5.12-3

libgexiv2-0.12.0-1

libsecret-0.18.8-2

mariadb-10.4.10-1

perl-Bit-Vector-7.4-1

perl-Class-Accessor-0.51-1

seahorse-3.34-1

thunderbird-68.2.1-1

wireshark-3.0.6-1

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