1 |
# $Id: gnome-doc-utils.spec,v 1.3 2008/04/02 15:22:03 slords Exp $ |
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")} |
|
# Authority: slords |
|
|
# Name: Shad L. Lords |
|
2 |
|
|
3 |
### Abstract ### |
### Abstract ### |
4 |
|
|
5 |
Name: gnome-doc-utils |
Name: gnome-doc-utils |
6 |
Version: 0.12.2 |
Version: 0.19.5 |
7 |
Release: 1%{?dist} |
Release: 1%{?dist} |
8 |
License: GPLv2+ and LGPLv2+ and GFDL |
License: GPLv2+ and LGPLv2+ and GFDL |
9 |
Group: Development/Tools |
Group: Development/Tools |
10 |
Summary: Documentation utilities for the GNOME project |
Summary: Documentation utilities for GNOME |
11 |
URL: http://www.gnome.org/ |
URL: http://www.gnome.org/ |
12 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
Source: http://download.gnome.org/sources/gnome-doc-utils/0.18/%{name}-%{version}.tar.bz2 |
|
Source: http://download.gnome.org/sources/gnome-doc-utils/0.12/%{name}-%{version}.tar.bz2 |
|
13 |
|
|
14 |
BuildArch: noarch |
BuildArch: noarch |
15 |
|
|
16 |
### Patches ### |
### Patches ### |
17 |
|
|
18 |
|
# RH bug #438638 / GNOME bug #524207 |
19 |
|
Patch1: gnome-doc-utils-0.14.0-package.patch |
20 |
|
|
21 |
### Dependencies ### |
### Dependencies ### |
22 |
|
|
23 |
Requires: libxml2 >= 2.6.12 |
Requires: libxml2 >= 2.6.12 |
36 |
|
|
37 |
BuildRequires: libxml2-devel >= 2.6.12 |
BuildRequires: libxml2-devel >= 2.6.12 |
38 |
BuildRequires: libxslt-devel >= 1.1.8 |
BuildRequires: libxslt-devel >= 1.1.8 |
39 |
|
BuildRequires: libxml2-python |
40 |
|
|
41 |
BuildRequires: perl(XML::Parser) |
BuildRequires: intltool |
42 |
BuildRequires: gettext |
BuildRequires: gettext |
43 |
BuildRequires: scrollkeeper |
BuildRequires: scrollkeeper |
44 |
|
|
45 |
%description |
%description |
46 |
gnome-doc-utils is a collection of documentation utilities for the GNOME |
gnome-doc-utils is a collection of documentation utilities for the GNOME |
47 |
project. Notably, it contains utilities for building documentation and |
project. Notably, it contains utilities for building documentation and |
48 |
all auxiliary files in your source tree, and it contains the DocBook |
all auxiliary files in your source tree. |
|
XSLT stylesheets that were once distributed with Yelp. |
|
49 |
|
|
50 |
# note that this is an "inverse dependency" subpackage |
# note that this is an "inverse dependency" subpackage |
51 |
%package stylesheets |
%package stylesheets |
53 |
License: LGPLv2+ |
License: LGPLv2+ |
54 |
Group: Development/Tools |
Group: Development/Tools |
55 |
# for /usr/share/pkgconfig |
# for /usr/share/pkgconfig |
56 |
Requires: pkgconfig |
Requires: pkgconfig |
57 |
# for /usr/share/xml |
# for /usr/share/xml |
58 |
Requires: xml-common |
Requires: xml-common |
59 |
|
|
60 |
%description stylesheets |
%description stylesheets |
61 |
The gnome-doc-utils-stylesheets package contains XSL |
The gnome-doc-utils-stylesheets package contains XSL stylesheets which |
62 |
stylesheets which are used by the tools in gnome-doc-utils. |
are used by the tools in gnome-doc-utils and by yelp. |
63 |
|
|
64 |
%prep |
%prep |
65 |
%setup -q |
%setup -q |
66 |
|
%patch1 -p1 -b .package |
67 |
|
|
68 |
%build |
%build |
69 |
%configure --disable-scrollkeeper |
%configure --disable-scrollkeeper --enable-build-utils |
70 |
make |
make |
71 |
|
|
72 |
%install |
%install |
74 |
|
|
75 |
make install DESTDIR=$RPM_BUILD_ROOT |
make install DESTDIR=$RPM_BUILD_ROOT |
76 |
|
|
77 |
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig/ |
sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc |
|
mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc $RPM_BUILD_ROOT%{_datadir}/pkgconfig |
|
78 |
|
|
79 |
%find_lang %{name} |
%find_lang %{name} |
80 |
|
|
90 |
%{_datadir}/gnome/help/gnome-doc-xslt |
%{_datadir}/gnome/help/gnome-doc-xslt |
91 |
%{_datadir}/omf/gnome-doc-make |
%{_datadir}/omf/gnome-doc-make |
92 |
%{_datadir}/omf/gnome-doc-xslt |
%{_datadir}/omf/gnome-doc-xslt |
|
%{_datadir}/xml2po |
|
93 |
%{_datadir}/gnome-doc-utils |
%{_datadir}/gnome-doc-utils |
94 |
%doc %{_mandir}/man1/xml2po.1.gz |
%doc %{_mandir}/man1/xml2po.1.gz |
95 |
|
%{python_sitelib}/xml2po/ |
96 |
|
|
97 |
%files stylesheets |
%files stylesheets |
98 |
%defattr(-,root,root,-) |
%defattr(-,root,root,-) |
99 |
%{_datadir}/pkgconfig/* |
%{_datadir}/pkgconfig/* |
100 |
%{_datadir}/xml/gnome |
%{_datadir}/xml/gnome |
101 |
|
%{_datadir}/xml/mallard |
102 |
|
|
103 |
%changelog |
%changelog |
104 |
|
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 0.19.5-1 |
105 |
|
- Update to 0.19.5 |
106 |
|
|
107 |
|
* Mon Feb 08 2010 Matthew Barnes <mbarnes@redhat.com> - 0.19.4-1 |
108 |
|
- Update to 0.19.4 |
109 |
|
|
110 |
|
* Mon Jan 23 2010 Matthew Barnes <mbarnes@redhat.com> - 0.19.3-1 |
111 |
|
- Update to 0.19.3 |
112 |
|
|
113 |
|
* Mon Jan 11 2010 Matthew Barnes <mbarnes@redhat.com> - 0.19.2-1 |
114 |
|
- Update to 0.19.2 |
115 |
|
|
116 |
|
* Wed Jan 06 2010 Matthew Barnes <mbarnes@redhat.com> - 0.19.1-1 |
117 |
|
- Update to 0.19.1 |
118 |
|
|
119 |
|
* Sun Dec 20 2009 Matthew Barnes <mbarnes@redhat.com> - 0.18.1-1 |
120 |
|
- Update to 0.18.1 |
121 |
|
|
122 |
|
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 0.18.0-1 |
123 |
|
- Update to 0.18.0 |
124 |
|
|
125 |
|
* Mon Sep 7 2009 Matthias Clasen <mclasen@redhat.com> - 0.17.5-1 |
126 |
|
- Update to 0.17.5 |
127 |
|
|
128 |
|
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 0.17.4-1 |
129 |
|
- Update to 0.17.4 |
130 |
|
|
131 |
|
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 0.17.3-1 |
132 |
|
- Update to 0.17.3 |
133 |
|
|
134 |
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.2-2 |
135 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
136 |
|
|
137 |
|
* Mon Jun 29 2009 Matthew Barnes <mbarnes@redhat.com> - 0.17.2-1 |
138 |
|
- Update to 0.17.2 |
139 |
|
- Require libxml2-python for building. |
140 |
|
|
141 |
|
* Mon Jun 15 2009 Matthias Clasen <mclasen@redhat.com> - 0.17.1-1 |
142 |
|
- Update to 0.17.1 |
143 |
|
|
144 |
|
* Tue Apr 14 2009 Matthias Clasen <mclasen@redhat.com> - 0.16.1-1 |
145 |
|
- Update to 0.16.1 |
146 |
|
|
147 |
|
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 0.16.0-1 |
148 |
|
- Update to 0.16.0 |
149 |
|
|
150 |
|
* Mon Mar 02 2009 Matthew Barnes <mbarnes@redhat.com> - 0.15.2-1 |
151 |
|
- Update to 0.15.2 |
152 |
|
|
153 |
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-3 |
154 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild |
155 |
|
|
156 |
|
* Tue Feb 3 2009 Matthias Clasen <mclasen@redhat.com> - 0.15.1-2 |
157 |
|
- Update to 0.15.1 |
158 |
|
|
159 |
|
* Sun Jan 11 2009 Matthias Clasen <mclasen@redhat.com> - 0.14.2-1 |
160 |
|
- Update to 0.14.2 |
161 |
|
|
162 |
|
* Wed Dec 17 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.1-1 |
163 |
|
- Update to 0.14.1 |
164 |
|
|
165 |
|
* Mon Dec 8 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-7 |
166 |
|
- Fight pkg-config-induced dependency bloat |
167 |
|
|
168 |
|
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.14.0-4 |
169 |
|
- Rebuild for Python 2.6 |
170 |
|
|
171 |
|
* Sat Nov 29 2008 Matthew Barnes <mbarnes@redhat.com> - 0.14.0-3 |
172 |
|
- Add patch for RH bug #438638 (monospace <package> elements). |
173 |
|
|
174 |
|
* Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-2 |
175 |
|
- Tweak %%summary and %%description |
176 |
|
|
177 |
|
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-1 |
178 |
|
- Update to 0.14.0 |
179 |
|
|
180 |
|
* Tue Sep 2 2008 Matthias Clasen <mclasen@redhat.com> - 0.13.1-1 |
181 |
|
- Update to 0.13.1 |
182 |
|
|
183 |
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.12.2-1 |
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.12.2-1 |
184 |
- Update to 0.12.2 |
- Update to 0.12.2 |
185 |
|
|