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