/[smecontribs]/rpms/gnome-doc-utils/contribs8/gnome-doc-utils.spec
ViewVC logotype

Contents of /rpms/gnome-doc-utils/contribs8/gnome-doc-utils.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7 - (show annotations) (download)
Wed Feb 24 18:30:06 2010 UTC (14 years, 3 months ago) by slords
Branch: MAIN
Changes since 1.6: +4 -0 lines
Update spec

1 # $Id: gnome-doc-utils.spec,v 1.5 2008/11/25 16:20:12 slords Exp $
2 # Authority: slords
3 # Name: Shad L. Lords
4
5 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
6
7 ### Abstract ###
8
9 Name: gnome-doc-utils
10 Version: 0.19.5
11 Release: 1%{?dist}
12 License: GPLv2+ and LGPLv2+ and GFDL
13 Group: Development/Tools
14 Summary: Documentation utilities for GNOME
15 URL: http://www.gnome.org/
16 Source: http://download.gnome.org/sources/gnome-doc-utils/0.18/%{name}-%{version}.tar.bz2
17
18 BuildArch: noarch
19
20 ### Patches ###
21
22 # RH bug #438638 / GNOME bug #524207
23 Patch1: gnome-doc-utils-0.14.0-package.patch
24
25 ### Dependencies ###
26
27 Requires: libxml2 >= 2.6.12
28 Requires: libxslt >= 1.1.8
29 Requires: libxml2-python
30 # for /usr/share/aclocal
31 Requires: automake
32 # for /usr/share/gnome/help
33 #Requires: yelp
34 # Currently creates a chicken/egg problem; gnome-doc-utils is needed in
35 # the build-chain for yelp, thus making it nearly impossible to ever
36 # update yelp for say newer Firefox.
37 Requires: gnome-doc-utils-stylesheets = %{version}-%{release}
38
39 ### Build Dependencies ###
40
41 BuildRequires: libxml2-devel >= 2.6.12
42 BuildRequires: libxslt-devel >= 1.1.8
43 BuildRequires: libxml2-python
44
45 BuildRequires: intltool
46 BuildRequires: gettext
47 BuildRequires: scrollkeeper
48
49 %description
50 gnome-doc-utils is a collection of documentation utilities for the GNOME
51 project. Notably, it contains utilities for building documentation and
52 all auxiliary files in your source tree.
53
54 # note that this is an "inverse dependency" subpackage
55 %package stylesheets
56 Summary: XSL stylesheets used by gnome-doc-utils
57 License: LGPLv2+
58 Group: Development/Tools
59 # for /usr/share/pkgconfig
60 Requires: pkgconfig
61 # for /usr/share/xml
62 Requires: xml-common
63
64 %description stylesheets
65 The gnome-doc-utils-stylesheets package contains XSL stylesheets which
66 are used by the tools in gnome-doc-utils and by yelp.
67
68 %prep
69 %setup -q
70 %patch1 -p1 -b .package
71
72 %build
73 %configure --disable-scrollkeeper --enable-build-utils
74 make
75
76 %install
77 rm -rf $RPM_BUILD_ROOT
78
79 make install DESTDIR=$RPM_BUILD_ROOT
80
81 sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc
82
83 %find_lang %{name}
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %files -f %{name}.lang
89 %defattr(-,root,root,-)
90 %doc AUTHORS README NEWS COPYING COPYING.GPL COPYING.LGPL
91 %{_bindir}/*
92 %{_datadir}/aclocal/gnome-doc-utils.m4
93 %{_datadir}/gnome/help/gnome-doc-make
94 %{_datadir}/gnome/help/gnome-doc-xslt
95 %{_datadir}/omf/gnome-doc-make
96 %{_datadir}/omf/gnome-doc-xslt
97 %{_datadir}/gnome-doc-utils
98 %doc %{_mandir}/man1/xml2po.1.gz
99 %{python_sitelib}/xml2po/
100
101 %files stylesheets
102 %defattr(-,root,root,-)
103 %{_datadir}/pkgconfig/*
104 %{_datadir}/xml/gnome
105 %{_datadir}/xml/mallard
106
107 %changelog
108 * Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 0.19.5-1
109 - Update to 0.19.5
110
111 * Mon Feb 08 2010 Matthew Barnes <mbarnes@redhat.com> - 0.19.4-1
112 - Update to 0.19.4
113
114 * Mon Jan 23 2010 Matthew Barnes <mbarnes@redhat.com> - 0.19.3-1
115 - Update to 0.19.3
116
117 * Mon Jan 11 2010 Matthew Barnes <mbarnes@redhat.com> - 0.19.2-1
118 - Update to 0.19.2
119
120 * Wed Jan 06 2010 Matthew Barnes <mbarnes@redhat.com> - 0.19.1-1
121 - Update to 0.19.1
122
123 * Sun Dec 20 2009 Matthew Barnes <mbarnes@redhat.com> - 0.18.1-1
124 - Update to 0.18.1
125
126 * Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 0.18.0-1
127 - Update to 0.18.0
128
129 * Mon Sep 7 2009 Matthias Clasen <mclasen@redhat.com> - 0.17.5-1
130 - Update to 0.17.5
131
132 * Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 0.17.4-1
133 - Update to 0.17.4
134
135 * Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 0.17.3-1
136 - Update to 0.17.3
137
138 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.2-2
139 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
140
141 * Mon Jun 29 2009 Matthew Barnes <mbarnes@redhat.com> - 0.17.2-1
142 - Update to 0.17.2
143 - Require libxml2-python for building.
144
145 * Mon Jun 15 2009 Matthias Clasen <mclasen@redhat.com> - 0.17.1-1
146 - Update to 0.17.1
147
148 * Tue Apr 14 2009 Matthias Clasen <mclasen@redhat.com> - 0.16.1-1
149 - Update to 0.16.1
150
151 * Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 0.16.0-1
152 - Update to 0.16.0
153
154 * Mon Mar 02 2009 Matthew Barnes <mbarnes@redhat.com> - 0.15.2-1
155 - Update to 0.15.2
156
157 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-3
158 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
159
160 * Tue Feb 3 2009 Matthias Clasen <mclasen@redhat.com> - 0.15.1-2
161 - Update to 0.15.1
162
163 * Sun Jan 11 2009 Matthias Clasen <mclasen@redhat.com> - 0.14.2-1
164 - Update to 0.14.2
165
166 * Wed Dec 17 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.1-1
167 - Update to 0.14.1
168
169 * Mon Dec 8 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-7
170 - Fight pkg-config-induced dependency bloat
171
172 * Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.14.0-4
173 - Rebuild for Python 2.6
174
175 * Sat Nov 29 2008 Matthew Barnes <mbarnes@redhat.com> - 0.14.0-3
176 - Add patch for RH bug #438638 (monospace <package> elements).
177
178 * Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-2
179 - Tweak %%summary and %%description
180
181 * Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-1
182 - Update to 0.14.0
183
184 * Tue Sep 2 2008 Matthias Clasen <mclasen@redhat.com> - 0.13.1-1
185 - Update to 0.13.1
186
187 * Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.12.2-1
188 - Update to 0.12.2
189
190 * Mon Feb 18 2008 Matthew Barnes <mbarnes@redhat.com> - 0.12.1-2
191 - Package review corrections (RH bug #225816).
192
193 * Tue Feb 12 2008 Matthew Barnes <mbarnes@redhat.com> - 0.12.1-1
194 - Update to 0.12.1
195
196 * Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 0.12.0-1
197 - Update to 0.12.0
198
199 * Mon Sep 3 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.2-1
200 - Update to 0.11.2
201
202 * Thu Aug 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.1-2
203 - Update the license field
204
205 * Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.1-1
206 - Update to 0.11.1
207
208 * Mon Jul 23 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.3-4
209 - Split out stylesheets as subpackage to avoid pulling automake
210 in the live CD
211
212 * Fri Jul 20 2007 Jesse Keating <jkeating@redhat.com> - 0.10.3-3
213 - Don't require yelp for now
214
215 * Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.3-2
216 - Fix up Requires and BuildRequires
217
218 * Mon Apr 09 2007 Matthew Barnes <mbarnes@redhat.com> - 0.10.3-1.fc7
219 - Update to 0.10.3
220
221 * Mon Mar 12 2007 Matthew Barnes <mbarnes@redhat.com> - 0.10.1-1.fc7
222 - Update to 0.10.1
223
224 * Wed Jan 31 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.2-1
225 - Update to 0.9.2
226
227 * Sat Dec 09 2006 Matthew Barnes <mbarnes@redhat.com> - 0.8.0-3
228 - Add patch for GNOME bug #355521 (look for local m4 files).
229
230 * Fri Sep 8 2006 Matthias Clasen <mclasen@redhat.com> - 0.8.0-2
231 - Fix some directory ownership issues (#205677)
232
233 * Mon Sep 4 2006 Matthias Clasen <mclasen@redhat.com> - 0.8.0-1.fc6
234 - Update to 0.8.0
235
236 * Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1.fc6
237 - Update to 0.7.2
238
239 * Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
240 - Update to 0.7.1
241
242 * Tue Jun 6 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.0-3
243 - Add a BuildRequires for perl-XML-Parser
244
245 * Tue Apr 11 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.0-2
246 - Add a missing Requires
247
248 * Sun Mar 12 2006 Ray Strode <rstrode@redhat.com> - 0.6.0-1
249 - Update to 0.6.0
250
251 * Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.7-1
252 - Update to 0.5.7
253
254 * Mon Feb 20 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.6-1
255 - Update to 0.5.6
256
257 * Sun Feb 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.5-1
258 - Update to 0.5.5
259
260 * Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.4-1
261 - Update to 0.5.4
262
263 * Tue Jan 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.3-1
264 - Update to 0.5.3
265
266 * Wed Dec 20 2005 Matthias Clasen <mclasen@redhat.com> - 0.5.2-1
267 - Update to 0.5.2
268
269 * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
270 - rebuilt
271
272 * Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> - 0.5.1-1
273 - Update to 0.5.1
274
275 * Tue Oct 25 2005 Matthias Clasen <mclasen@redhat.com> - 0.4.3-1
276 - Update to 0.4.3
277
278 * Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> - 0.4.2-1
279 - Update to 0.4.2
280
281 * Thu Sep 8 2005 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
282 - Update to 0.4.0
283
284 * Wed Jul 27 2005 Christopher Aillon <caillon@redhat.com> - 0.3.2-1
285 - Update to 0.3.2
286
287 * Wed Jul 13 2005 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
288 - Newer upstream version
289
290 * Tue Apr 26 2005 Ray Strode <rstrode@redhat.com> - 0.2.0-2
291 - Add patch that might fix yelp links (bug 146862)
292
293 * Fri Apr 8 2005 Ray Strode <rstrode@redhat.com> - 0.2.0-1
294 - Update to upstream version 0.2.0
295
296 * Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> - 0.1.3-1
297 - Update to upstream version 0.1.3
298
299 * Wed Feb 2 2005 Nalin Dahyabhai <nalin@redhat.com> - 0.1.2-2
300 - remove explicit libxml dependency (should have been libxml2)
301 - add libxml2-devel and libxslt-devel as buildprereqs
302
303 * Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> - 0.1.2-1
304 - Initial build.

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed