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

Revision 5316, 2.1 KB checked in by Takemikaduchi, 12 years ago (diff)

mate: change category
fontconfig: rebuild
others: new upstream release

Line 
1Summary:        PolicyKit integration for the MATE desktop
2Name:           mate-polkit
3Version:        1.1.0
4Release:        2%{?_dist_release}
5Source0:        %{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          Applications/System
8URL:            https://matsusoft.com.ar/projects/mate/
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 polkit-mate-1
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 polkit-mate-1.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* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
89- change category
90
91* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
92- initial build for Vine Linux
93
Note: See TracBrowser for help on using the repository browser.