/[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.6 - (show annotations) (download)
Wed Feb 24 18:29:40 2010 UTC (14 years, 3 months ago) by slords
Branch: MAIN
Changes since 1.5: +97 -17 lines
Initial import

1 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
2
3 ### Abstract ###
4
5 Name: gnome-doc-utils
6 Version: 0.19.5
7 Release: 1%{?dist}
8 License: GPLv2+ and LGPLv2+ and GFDL
9 Group: Development/Tools
10 Summary: Documentation utilities for GNOME
11 URL: http://www.gnome.org/
12 Source: http://download.gnome.org/sources/gnome-doc-utils/0.18/%{name}-%{version}.tar.bz2
13
14 BuildArch: noarch
15
16 ### Patches ###
17
18 # RH bug #438638 / GNOME bug #524207
19 Patch1: gnome-doc-utils-0.14.0-package.patch
20
21 ### Dependencies ###
22
23 Requires: libxml2 >= 2.6.12
24 Requires: libxslt >= 1.1.8
25 Requires: libxml2-python
26 # for /usr/share/aclocal
27 Requires: automake
28 # for /usr/share/gnome/help
29 #Requires: yelp
30 # Currently creates a chicken/egg problem; gnome-doc-utils is needed in
31 # the build-chain for yelp, thus making it nearly impossible to ever
32 # update yelp for say newer Firefox.
33 Requires: gnome-doc-utils-stylesheets = %{version}-%{release}
34
35 ### Build Dependencies ###
36
37 BuildRequires: libxml2-devel >= 2.6.12
38 BuildRequires: libxslt-devel >= 1.1.8
39 BuildRequires: libxml2-python
40
41 BuildRequires: intltool
42 BuildRequires: gettext
43 BuildRequires: scrollkeeper
44
45 %description
46 gnome-doc-utils is a collection of documentation utilities for the GNOME
47 project. Notably, it contains utilities for building documentation and
48 all auxiliary files in your source tree.
49
50 # note that this is an "inverse dependency" subpackage
51 %package stylesheets
52 Summary: XSL stylesheets used by gnome-doc-utils
53 License: LGPLv2+
54 Group: Development/Tools
55 # for /usr/share/pkgconfig
56 Requires: pkgconfig
57 # for /usr/share/xml
58 Requires: xml-common
59
60 %description stylesheets
61 The gnome-doc-utils-stylesheets package contains XSL stylesheets which
62 are used by the tools in gnome-doc-utils and by yelp.
63
64 %prep
65 %setup -q
66 %patch1 -p1 -b .package
67
68 %build
69 %configure --disable-scrollkeeper --enable-build-utils
70 make
71
72 %install
73 rm -rf $RPM_BUILD_ROOT
74
75 make install DESTDIR=$RPM_BUILD_ROOT
76
77 sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc
78
79 %find_lang %{name}
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %files -f %{name}.lang
85 %defattr(-,root,root,-)
86 %doc AUTHORS README NEWS COPYING COPYING.GPL COPYING.LGPL
87 %{_bindir}/*
88 %{_datadir}/aclocal/gnome-doc-utils.m4
89 %{_datadir}/gnome/help/gnome-doc-make
90 %{_datadir}/gnome/help/gnome-doc-xslt
91 %{_datadir}/omf/gnome-doc-make
92 %{_datadir}/omf/gnome-doc-xslt
93 %{_datadir}/gnome-doc-utils
94 %doc %{_mandir}/man1/xml2po.1.gz
95 %{python_sitelib}/xml2po/
96
97 %files stylesheets
98 %defattr(-,root,root,-)
99 %{_datadir}/pkgconfig/*
100 %{_datadir}/xml/gnome
101 %{_datadir}/xml/mallard
102
103 %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
184 - Update to 0.12.2
185
186 * Mon Feb 18 2008 Matthew Barnes <mbarnes@redhat.com> - 0.12.1-2
187 - Package review corrections (RH bug #225816).
188
189 * Tue Feb 12 2008 Matthew Barnes <mbarnes@redhat.com> - 0.12.1-1
190 - Update to 0.12.1
191
192 * Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 0.12.0-1
193 - Update to 0.12.0
194
195 * Mon Sep 3 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.2-1
196 - Update to 0.11.2
197
198 * Thu Aug 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.1-2
199 - Update the license field
200
201 * Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.1-1
202 - Update to 0.11.1
203
204 * Mon Jul 23 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.3-4
205 - Split out stylesheets as subpackage to avoid pulling automake
206 in the live CD
207
208 * Fri Jul 20 2007 Jesse Keating <jkeating@redhat.com> - 0.10.3-3
209 - Don't require yelp for now
210
211 * Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.3-2
212 - Fix up Requires and BuildRequires
213
214 * Mon Apr 09 2007 Matthew Barnes <mbarnes@redhat.com> - 0.10.3-1.fc7
215 - Update to 0.10.3
216
217 * Mon Mar 12 2007 Matthew Barnes <mbarnes@redhat.com> - 0.10.1-1.fc7
218 - Update to 0.10.1
219
220 * Wed Jan 31 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.2-1
221 - Update to 0.9.2
222
223 * Sat Dec 09 2006 Matthew Barnes <mbarnes@redhat.com> - 0.8.0-3
224 - Add patch for GNOME bug #355521 (look for local m4 files).
225
226 * Fri Sep 8 2006 Matthias Clasen <mclasen@redhat.com> - 0.8.0-2
227 - Fix some directory ownership issues (#205677)
228
229 * Mon Sep 4 2006 Matthias Clasen <mclasen@redhat.com> - 0.8.0-1.fc6
230 - Update to 0.8.0
231
232 * Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1.fc6
233 - Update to 0.7.2
234
235 * Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
236 - Update to 0.7.1
237
238 * Tue Jun 6 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.0-3
239 - Add a BuildRequires for perl-XML-Parser
240
241 * Tue Apr 11 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.0-2
242 - Add a missing Requires
243
244 * Sun Mar 12 2006 Ray Strode <rstrode@redhat.com> - 0.6.0-1
245 - Update to 0.6.0
246
247 * Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.7-1
248 - Update to 0.5.7
249
250 * Mon Feb 20 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.6-1
251 - Update to 0.5.6
252
253 * Sun Feb 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.5-1
254 - Update to 0.5.5
255
256 * Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.4-1
257 - Update to 0.5.4
258
259 * Tue Jan 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.3-1
260 - Update to 0.5.3
261
262 * Wed Dec 20 2005 Matthias Clasen <mclasen@redhat.com> - 0.5.2-1
263 - Update to 0.5.2
264
265 * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
266 - rebuilt
267
268 * Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> - 0.5.1-1
269 - Update to 0.5.1
270
271 * Tue Oct 25 2005 Matthias Clasen <mclasen@redhat.com> - 0.4.3-1
272 - Update to 0.4.3
273
274 * Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> - 0.4.2-1
275 - Update to 0.4.2
276
277 * Thu Sep 8 2005 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
278 - Update to 0.4.0
279
280 * Wed Jul 27 2005 Christopher Aillon <caillon@redhat.com> - 0.3.2-1
281 - Update to 0.3.2
282
283 * Wed Jul 13 2005 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
284 - Newer upstream version
285
286 * Tue Apr 26 2005 Ray Strode <rstrode@redhat.com> - 0.2.0-2
287 - Add patch that might fix yelp links (bug 146862)
288
289 * Fri Apr 8 2005 Ray Strode <rstrode@redhat.com> - 0.2.0-1
290 - Update to upstream version 0.2.0
291
292 * Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> - 0.1.3-1
293 - Update to upstream version 0.1.3
294
295 * Wed Feb 2 2005 Nalin Dahyabhai <nalin@redhat.com> - 0.1.2-2
296 - remove explicit libxml dependency (should have been libxml2)
297 - add libxml2-devel and libxslt-devel as buildprereqs
298
299 * Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> - 0.1.2-1
300 - Initial build.

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