source: projects/specs/trunk/lib/libm/libmatekeyring/libmatekeyring-vl.spec @ 8068

Revision 8068, 2.6 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1Summary:        MATE keyring client library
2Name:           libmatekeyring
3Version:        1.6.0
4Release:        2%{?_dist_release}
5Source0:        http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          System Environment/Libraries
8URL:            http://mate-desktop.org/
9
10BuildRequires:  mate-common
11BuildRequires:  glib2-devel
12BuildRequires:  dbus-devel
13BuildRequires:  libgcrypt-devel
14BuildRequires:  gtk-doc
15BuildRequires:  autoconf
16BuildRequires:  automake
17
18BuildRoot:      %{_tmppath}/%{name}-%{version}-root
19
20Vendor:         Project Vine
21Distribution:   Vine Linux
22Packager:       Takemikaduchi
23
24
25%description
26mate-keyring is a program that keep password and other secrets for
27users. The library libmate-keyring is used by applications to integrate
28with the mate keyring system.
29
30
31%package        devel
32Summary:        Development tools for libmatekeyring
33Summary(ja):    libmatekeyring の開発環境
34Group:          Development/Libraries
35Requires:       %{name} = %{version}-%{release}
36Requires:       pkgconfig
37
38%description    devel
39Header files and libraries for building a extension library for the
40libmatekeyring.
41
42
43%package        doc
44Summary:        Documentation for libmatekeyring
45Summary(ja):    libmatekeyring 用のドキュメント
46Group:          Documentation
47Requires:       %{name} = %{version}-%{release}
48BuildArch:      noarch
49
50%description    doc
51This package contains documentation for libmatekeyring.
52
53
54%prep
55%setup -q
56
57
58%build
59(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
60%configure \
61        --disable-static \
62       
63%{__make} %{?_smp_mflags}
64
65
66%install
67%{__rm} -rf ${RPM_BUILD_ROOT}
68%{__make} install DESTDIR=${RPM_BUILD_ROOT}
69
70find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
71find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
72
73%find_lang %{name}
74
75%clean
76%{__rm} -rf ${RPM_BUILD_ROOT}
77
78%post -p /sbin/ldconfig
79
80%postun -p /sbin/ldconfig
81
82%files -f %{name}.lang
83%defattr(-,root,root,-)
84%doc COPYING.LIB ChangeLog NEWS README
85%{_libdir}/libmate-keyring.so.*
86
87%files devel
88%defattr(-,root,root,-)
89%{_includedir}/mate-keyring-1
90%{_libdir}/libmate-keyring.so
91%{_libdir}/pkgconfig/mate-keyring-1.pc
92
93%files doc
94%defattr(-,root,root,-)
95%{_datadir}/gtk-doc/html/mate-keyring
96
97
98%changelog
99* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
100- rebuild with VineSeed environment
101
102* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
103- new upstream release
104
105* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
106- new upstream release
107
108* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
109- new upstream release
110
111* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
112- initial build for Vine Linux
113
Note: See TracBrowser for help on using the repository browser.