1 |
### Abstract ### |
2 |
|
3 |
Name: gnome-doc-utils |
4 |
Version: 0.12.2 |
5 |
Release: 1%{?dist} |
6 |
License: GPLv2+ and LGPLv2+ and GFDL |
7 |
Group: Development/Tools |
8 |
Summary: Documentation utilities for the GNOME project |
9 |
URL: http://www.gnome.org/ |
10 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
11 |
Source: http://download.gnome.org/sources/gnome-doc-utils/0.12/%{name}-%{version}.tar.bz2 |
12 |
|
13 |
BuildArch: noarch |
14 |
|
15 |
### Patches ### |
16 |
|
17 |
### Dependencies ### |
18 |
|
19 |
Requires: libxml2 >= 2.6.12 |
20 |
Requires: libxslt >= 1.1.8 |
21 |
Requires: libxml2-python |
22 |
# for /usr/share/aclocal |
23 |
Requires: automake |
24 |
# for /usr/share/gnome/help |
25 |
#Requires: yelp |
26 |
# Currently creates a chicken/egg problem; gnome-doc-utils is needed in |
27 |
# the build-chain for yelp, thus making it nearly impossible to ever |
28 |
# update yelp for say newer Firefox. |
29 |
Requires: gnome-doc-utils-stylesheets = %{version}-%{release} |
30 |
|
31 |
### Build Dependencies ### |
32 |
|
33 |
BuildRequires: libxml2-devel >= 2.6.12 |
34 |
BuildRequires: libxslt-devel >= 1.1.8 |
35 |
|
36 |
BuildRequires: perl(XML::Parser) |
37 |
BuildRequires: gettext |
38 |
BuildRequires: scrollkeeper |
39 |
|
40 |
%description |
41 |
gnome-doc-utils is a collection of documentation utilities for the GNOME |
42 |
project. Notably, it contains utilities for building documentation and |
43 |
all auxiliary files in your source tree, and it contains the DocBook |
44 |
XSLT stylesheets that were once distributed with Yelp. |
45 |
|
46 |
# note that this is an "inverse dependency" subpackage |
47 |
%package stylesheets |
48 |
Summary: XSL stylesheets used by gnome-doc-utils |
49 |
License: LGPLv2+ |
50 |
Group: Development/Tools |
51 |
# for /usr/share/pkgconfig |
52 |
Requires: pkgconfig |
53 |
# for /usr/share/xml |
54 |
Requires: xml-common |
55 |
|
56 |
%description stylesheets |
57 |
The gnome-doc-utils-stylesheets package contains XSL |
58 |
stylesheets which are used by the tools in gnome-doc-utils. |
59 |
|
60 |
%prep |
61 |
%setup -q |
62 |
|
63 |
%build |
64 |
%configure --disable-scrollkeeper |
65 |
make |
66 |
|
67 |
%install |
68 |
rm -rf $RPM_BUILD_ROOT |
69 |
|
70 |
make install DESTDIR=$RPM_BUILD_ROOT |
71 |
|
72 |
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig/ |
73 |
mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc $RPM_BUILD_ROOT%{_datadir}/pkgconfig |
74 |
|
75 |
%find_lang %{name} |
76 |
|
77 |
%clean |
78 |
rm -rf $RPM_BUILD_ROOT |
79 |
|
80 |
%files -f %{name}.lang |
81 |
%defattr(-,root,root,-) |
82 |
%doc AUTHORS README NEWS COPYING COPYING.GPL COPYING.LGPL |
83 |
%{_bindir}/* |
84 |
%{_datadir}/aclocal/gnome-doc-utils.m4 |
85 |
%{_datadir}/gnome/help/gnome-doc-make |
86 |
%{_datadir}/gnome/help/gnome-doc-xslt |
87 |
%{_datadir}/omf/gnome-doc-make |
88 |
%{_datadir}/omf/gnome-doc-xslt |
89 |
%{_datadir}/xml2po |
90 |
%{_datadir}/gnome-doc-utils |
91 |
%doc %{_mandir}/man1/xml2po.1.gz |
92 |
|
93 |
%files stylesheets |
94 |
%defattr(-,root,root,-) |
95 |
%{_datadir}/pkgconfig/* |
96 |
%{_datadir}/xml/gnome |
97 |
|
98 |
%changelog |
99 |
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.12.2-1 |
100 |
- Update to 0.12.2 |
101 |
|
102 |
* Mon Feb 18 2008 Matthew Barnes <mbarnes@redhat.com> - 0.12.1-2 |
103 |
- Package review corrections (RH bug #225816). |
104 |
|
105 |
* Tue Feb 12 2008 Matthew Barnes <mbarnes@redhat.com> - 0.12.1-1 |
106 |
- Update to 0.12.1 |
107 |
|
108 |
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 0.12.0-1 |
109 |
- Update to 0.12.0 |
110 |
|
111 |
* Mon Sep 3 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.2-1 |
112 |
- Update to 0.11.2 |
113 |
|
114 |
* Thu Aug 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.1-2 |
115 |
- Update the license field |
116 |
|
117 |
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.1-1 |
118 |
- Update to 0.11.1 |
119 |
|
120 |
* Mon Jul 23 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.3-4 |
121 |
- Split out stylesheets as subpackage to avoid pulling automake |
122 |
in the live CD |
123 |
|
124 |
* Fri Jul 20 2007 Jesse Keating <jkeating@redhat.com> - 0.10.3-3 |
125 |
- Don't require yelp for now |
126 |
|
127 |
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.3-2 |
128 |
- Fix up Requires and BuildRequires |
129 |
|
130 |
* Mon Apr 09 2007 Matthew Barnes <mbarnes@redhat.com> - 0.10.3-1.fc7 |
131 |
- Update to 0.10.3 |
132 |
|
133 |
* Mon Mar 12 2007 Matthew Barnes <mbarnes@redhat.com> - 0.10.1-1.fc7 |
134 |
- Update to 0.10.1 |
135 |
|
136 |
* Wed Jan 31 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.2-1 |
137 |
- Update to 0.9.2 |
138 |
|
139 |
* Sat Dec 09 2006 Matthew Barnes <mbarnes@redhat.com> - 0.8.0-3 |
140 |
- Add patch for GNOME bug #355521 (look for local m4 files). |
141 |
|
142 |
* Fri Sep 8 2006 Matthias Clasen <mclasen@redhat.com> - 0.8.0-2 |
143 |
- Fix some directory ownership issues (#205677) |
144 |
|
145 |
* Mon Sep 4 2006 Matthias Clasen <mclasen@redhat.com> - 0.8.0-1.fc6 |
146 |
- Update to 0.8.0 |
147 |
|
148 |
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1.fc6 |
149 |
- Update to 0.7.2 |
150 |
|
151 |
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1 |
152 |
- Update to 0.7.1 |
153 |
|
154 |
* Tue Jun 6 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.0-3 |
155 |
- Add a BuildRequires for perl-XML-Parser |
156 |
|
157 |
* Tue Apr 11 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.0-2 |
158 |
- Add a missing Requires |
159 |
|
160 |
* Sun Mar 12 2006 Ray Strode <rstrode@redhat.com> - 0.6.0-1 |
161 |
- Update to 0.6.0 |
162 |
|
163 |
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.7-1 |
164 |
- Update to 0.5.7 |
165 |
|
166 |
* Mon Feb 20 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.6-1 |
167 |
- Update to 0.5.6 |
168 |
|
169 |
* Sun Feb 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.5-1 |
170 |
- Update to 0.5.5 |
171 |
|
172 |
* Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.4-1 |
173 |
- Update to 0.5.4 |
174 |
|
175 |
* Tue Jan 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.3-1 |
176 |
- Update to 0.5.3 |
177 |
|
178 |
* Wed Dec 20 2005 Matthias Clasen <mclasen@redhat.com> - 0.5.2-1 |
179 |
- Update to 0.5.2 |
180 |
|
181 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> |
182 |
- rebuilt |
183 |
|
184 |
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> - 0.5.1-1 |
185 |
- Update to 0.5.1 |
186 |
|
187 |
* Tue Oct 25 2005 Matthias Clasen <mclasen@redhat.com> - 0.4.3-1 |
188 |
- Update to 0.4.3 |
189 |
|
190 |
* Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> - 0.4.2-1 |
191 |
- Update to 0.4.2 |
192 |
|
193 |
* Thu Sep 8 2005 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1 |
194 |
- Update to 0.4.0 |
195 |
|
196 |
* Wed Jul 27 2005 Christopher Aillon <caillon@redhat.com> - 0.3.2-1 |
197 |
- Update to 0.3.2 |
198 |
|
199 |
* Wed Jul 13 2005 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1 |
200 |
- Newer upstream version |
201 |
|
202 |
* Tue Apr 26 2005 Ray Strode <rstrode@redhat.com> - 0.2.0-2 |
203 |
- Add patch that might fix yelp links (bug 146862) |
204 |
|
205 |
* Fri Apr 8 2005 Ray Strode <rstrode@redhat.com> - 0.2.0-1 |
206 |
- Update to upstream version 0.2.0 |
207 |
|
208 |
* Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> - 0.1.3-1 |
209 |
- Update to upstream version 0.1.3 |
210 |
|
211 |
* Wed Feb 2 2005 Nalin Dahyabhai <nalin@redhat.com> - 0.1.2-2 |
212 |
- remove explicit libxml dependency (should have been libxml2) |
213 |
- add libxml2-devel and libxslt-devel as buildprereqs |
214 |
|
215 |
* Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> - 0.1.2-1 |
216 |
- Initial build. |