source: projects/specs/trunk/m/mate-polkit/mate-polkit-vl.spec @ 9797

Revision 9797, 2.9 KB checked in by Takemikaduchi, 8 years ago (diff)

MATE-1.12.0

Line 
1Summary:        PolicyKit integration for the MATE desktop
2Name:           mate-polkit
3Version:        1.12.0
4Release:        1%{?_dist_release}
5Source0:        http://pub.mate-desktop.org/releases/1.12/%{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          Applications/System
8URL:            http://mate-desktop.org/
9
10BuildRequires:  mate-common
11BuildRequires:  gtk2-devel
12BuildRequires:  polkit-devel
13BuildRequires:  gtk-doc
14BuildRequires:  autoconf
15BuildRequires:  automake
16
17BuildRoot:      %{_tmppath}/%{name}-%{version}-root
18
19Vendor:         Project Vine
20Distribution:   Vine Linux
21Packager:       Takemikaduchi
22
23
24%description
25PolicyKit-mate provides an Authentication Agent for PolicyKit that
26integrates well with the MATE desktop environment
27
28
29%package        devel
30Summary:        Development tools for mate-polkit
31Summary(ja):    mate-polkit の開発環境
32Group:          Development/Libraries
33Requires:       %{name} = %{version}-%{release}
34Requires:       pkgconfig
35
36%description    devel
37Header files and libraries for building a extension library for the
38mate-polkit.
39
40
41%prep
42%setup -q
43
44
45%build
46(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
47%configure \
48        --libexecdir=%{_libexecdir}/mate \
49        --disable-static
50
51%{__make} %{?_smp_mflags}
52
53
54%install
55%{__rm} -rf ${RPM_BUILD_ROOT}
56%{__make} install DESTDIR=${RPM_BUILD_ROOT}
57
58find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
59find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
60
61%find_lang %{name}
62
63
64%clean
65%{__rm} -rf ${RPM_BUILD_ROOT}
66
67%post -p /sbin/ldconfig
68
69%postun -p /sbin/ldconfig
70
71%files -f %{name}.lang
72%defattr(-,root,root,-)
73%doc COPYING ChangeLog NEWS README
74%{_sysconfdir}/xdg/autostart/polkit-mate-authentication-agent-1.desktop
75%{_libdir}/libpolkit-gtk-mate-1.so.*
76%{_libdir}/girepository-1.0/PolkitGtkMate-1.0.typelib
77%{_libexecdir}/mate/polkit-mate-authentication-agent-1
78
79%files devel
80%defattr(-,root,root,-)
81%{_includedir}/polkit-gtk-mate-1
82%{_libdir}/libpolkit-gtk-mate-1.so
83%{_libdir}/pkgconfig/polkit-gtk-mate-1.pc
84%{_datadir}/gir-1.0/PolkitGtkMate-1.0.gir
85
86
87%changelog
88* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
89- new upstream release
90
91* Fri Oct 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
92- new upstream release
93
94* Wed Sep 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
95- new upstream release
96
97* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
98- new upstream release
99
100* Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
101- new upstream release
102
103* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
104- rebuild with VineSeed environment
105
106* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
107- new upstream release
108
109* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
110- new upstream release
111
112* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
113- new upstream release
114
115* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
116- change category
117
118* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
119- initial build for Vine Linux
120
Note: See TracBrowser for help on using the repository browser.