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

Revision 11079, 3.4 KB checked in by iwaim, 7 years ago (diff)

mate-polkit 1.18.1-1

RevLine 
[11000]1%define major_ver 1.18
[11079]2%define ver %{major_ver}.1
[11000]3%define rel 1
4
[5311]5Summary:        PolicyKit integration for the MATE desktop
6Name:           mate-polkit
[11000]7Version:        %{ver}
8Release:        %{rel}%{?_dist_release}
9Source0:        http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
[10886]10License:        LGPLv2
[5316]11Group:          Applications/System
[6679]12URL:            http://mate-desktop.org/
[5311]13
14BuildRequires:  mate-common
[10886]15BuildRequires:  gtk3-devel
[11000]16BuildRequires:  polkit-devel >= 0.97
[5311]17BuildRequires:  gtk-doc
18BuildRequires:  autoconf
19BuildRequires:  automake
20
21BuildRoot:      %{_tmppath}/%{name}-%{version}-root
22
23Vendor:         Project Vine
24Distribution:   Vine Linux
[10886]25Packager:       Takemikaduchi, iwaim
[5311]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 \
[6679]53        --disable-static
[5311]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
[6679]65%find_lang %{name}
[5311]66
67
68%clean
69%{__rm} -rf ${RPM_BUILD_ROOT}
70
71%post -p /sbin/ldconfig
72
73%postun -p /sbin/ldconfig
74
[6679]75%files -f %{name}.lang
[5311]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
[11079]92* Wed May 10 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.1-1
93- update to 1.18.1
94
[11000]95* Sun Apr  2 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.0-1
96- update to 1.18.0
97
[10886]98* Sat Nov 26 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
99- new upstream release
100- update GTK+ version
101 - BR: gtk3-devel
102- fix License
103- update Packager
104
[10255]105* Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
106- new upstream release
107
[9797]108* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
109- new upstream release
110
[9760]111* Fri Oct 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
112- new upstream release
113
[9726]114* Wed Sep 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
115- new upstream release
116
[9552]117* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
118- new upstream release
119
[8359]120* Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
121- new upstream release
122
[8068]123* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
124- rebuild with VineSeed environment
125
[7697]126* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
127- new upstream release
128
[6679]129* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
130- new upstream release
131
[6172]132* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
133- new upstream release
134
[5316]135* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
136- change category
137
[5311]138* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
139- initial build for Vine Linux
140
Note: See TracBrowser for help on using the repository browser.