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

Revision 10886, 3.2 KB checked in by iwaim, 7 years ago (diff)

mate-polkit 1.16.0-1

Line 
1Summary:        PolicyKit integration for the MATE desktop
2Name:           mate-polkit
3Version:        1.16.0
4Release:        1%{?_dist_release}
5Source0:        http://pub.mate-desktop.org/releases/1.14/%{name}-%{version}.tar.xz
6License:        LGPLv2
7Group:          Applications/System
8URL:            http://mate-desktop.org/
9
10BuildRequires:  mate-common
11BuildRequires:  gtk3-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, iwaim
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 26 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
89- new upstream release
90- update GTK+ version
91 - BR: gtk3-devel
92- fix License
93- update Packager
94
95* Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
96- new upstream release
97
98* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
99- new upstream release
100
101* Fri Oct 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
102- new upstream release
103
104* Wed Sep 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
105- new upstream release
106
107* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
108- new upstream release
109
110* Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
111- new upstream release
112
113* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
114- rebuild with VineSeed environment
115
116* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
117- new upstream release
118
119* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
120- new upstream release
121
122* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
123- new upstream release
124
125* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
126- change category
127
128* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
129- initial build for Vine Linux
130
Note: See TracBrowser for help on using the repository browser.