source: projects/specs/trunk/m/mate-doc-utils/mate-doc-utils-vl.spec @ 8068

Revision 8068, 2.4 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

RevLine 
[5311]1Summary:        Documentation utilities for MATE
2Name:           mate-doc-utils
[7979]3Version:        1.6.2
[8068]4Release:        2%{?_dist_release}
[7697]5Source0:        http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
[5311]6License:        GPLv2
[5316]7Group:          Development/Tools
[6679]8URL:            http://mate-desktop.org/
[5311]9
10BuildRequires:  mate-common
11BuildRequires:  libxml2-devel
[6172]12BuildRequires:  libxml2-python
[5311]13BuildRequires:  libxslt-devel
14BuildRequires:  rarian-devel
15BuildRequires:  gtk-doc
16BuildRequires:  autoconf
17BuildRequires:  automake
18
19Requires:       gnome-doc-utils
20
21BuildRoot:      %{_tmppath}/%{name}-%{version}-root
22
23BuildArch:      noarch
24
25Vendor:         Project Vine
26Distribution:   Vine Linux
27Packager:       Takemikaduchi
28
29
30%description
31PolicyKit-mate provides an Authentication Agent for PolicyKit that
32integrates well with the MATE desktop environment
33
34
35%prep
36%setup -q
37
38
39%build
40(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
41%configure \
42        --disable-static \
43        --disable-scrollkeeper
44
45%{__make} %{?_smp_mflags}
46
47
48%install
49%{__rm} -rf ${RPM_BUILD_ROOT}
50%{__make} install DESTDIR=${RPM_BUILD_ROOT}
51
52find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
53find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
54
55# conflict with gnome-doc-utils
[6172]56%{__rm} -f ${RPM_BUILD_ROOT}%{_bindir}/xml2po
57%{__rm} -rf ${RPM_BUILD_ROOT}%{_mandir}
58%{__rm} -rf ${RPM_BUILD_ROOT}%{python_sitelib}/xml2po
59%{__rm} -f ${RPM_BUILD_ROOT}%{_datadir}/pkgconfig/xml2po.pc
60%{__rm} -rf ${RPM_BUILD_ROOT}%{_datadir}/xml/mallard
[5311]61
62%find_lang %{name}
63
64
65%clean
66%{__rm} -rf ${RPM_BUILD_ROOT}
67
68
69%files -f %{name}.lang
70%defattr(-,root,root,-)
71%doc COPYING ChangeLog NEWS README
72%{_bindir}/mate-doc-prepare
73%{_bindir}/mate-doc-tool
74%{_datadir}/aclocal/mate-doc-utils.m4
75%{_datadir}/mate/help
76%{_datadir}/mate-doc-utils
77%{_datadir}/omf/mate-doc-make
78%{_datadir}/omf/mate-doc-xslt
79%{_datadir}/pkgconfig/*.pc
80%{_datadir}/xml/mate
81
82
83%changelog
[8068]84* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-2
85- rebuild with VineSeed environment
86
[7979]87* Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
88- new upstream release
89
[7697]90* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
91- new upstream release
92
[6679]93* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
94- new upstream release
95
[6172]96* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
97- new upstream release
98- add BuildRequires: libxml2-python
99
[5316]100* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
101- change category
102
[5311]103* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
104- initial build for Vine Linux
105
Note: See TracBrowser for help on using the repository browser.