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

Revision 11415, 3.5 KB checked in by iwaim, 6 years ago (diff)

mate-polkit 1.18.2-1

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