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

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

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

Revision 1.3 by slords, Wed Apr 2 15:22:03 2008 UTC Revision 1.7 by slords, Wed Feb 24 18:30:06 2010 UTC
# Line 1  Line 1 
1  # $Id: gnome-doc-utils.spec,v 1.2 2008/04/02 15:12:56 slords Exp $  # $Id: gnome-doc-utils.spec,v 1.5 2008/11/25 16:20:12 slords Exp $
2  # Authority: slords  # Authority: slords
3  # Name: Shad L. Lords  # 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 ###  ### Abstract ###
8    
9  Name: gnome-doc-utils  Name: gnome-doc-utils
10  Version: 0.12.2  Version: 0.19.5
11  Release: 1%{?dist}  Release: 1%{?dist}
12  License: GPLv2+ and LGPLv2+ and GFDL  License: GPLv2+ and LGPLv2+ and GFDL
13  Group: Development/Tools  Group: Development/Tools
14  Summary: Documentation utilities for the GNOME project  Summary: Documentation utilities for GNOME
15  URL: http://www.gnome.org/  URL: http://www.gnome.org/
16  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  
17    
18  BuildArch: noarch  BuildArch: noarch
19    
20  ### Patches ###  ### Patches ###
21    
22    # RH bug #438638 / GNOME bug #524207
23    Patch1: gnome-doc-utils-0.14.0-package.patch
24    
25  ### Dependencies ###  ### Dependencies ###
26    
27  Requires: libxml2 >= 2.6.12  Requires: libxml2 >= 2.6.12
# Line 36  Requires: gnome-doc-utils-stylesheets = Line 40  Requires: gnome-doc-utils-stylesheets =
40    
41  BuildRequires: libxml2-devel >= 2.6.12  BuildRequires: libxml2-devel >= 2.6.12
42  BuildRequires: libxslt-devel >= 1.1.8  BuildRequires: libxslt-devel >= 1.1.8
43    BuildRequires: libxml2-python
44    
45  BuildRequires: perl(XML::Parser)  BuildRequires: intltool
46  BuildRequires: gettext  BuildRequires: gettext
47  BuildRequires: scrollkeeper  BuildRequires: scrollkeeper
48    
49  %description  %description
50  gnome-doc-utils is a collection of documentation utilities for the GNOME  gnome-doc-utils is a collection of documentation utilities for the GNOME
51  project. Notably, it contains utilities for building documentation and  project. Notably, it contains utilities for building documentation and
52  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.  
53    
54  # note that this is an "inverse dependency" subpackage  # note that this is an "inverse dependency" subpackage
55  %package stylesheets  %package stylesheets
# Line 53  Summary: XSL stylesheets used by gnome-d Line 57  Summary: XSL stylesheets used by gnome-d
57  License: LGPLv2+  License: LGPLv2+
58  Group: Development/Tools  Group: Development/Tools
59  # for /usr/share/pkgconfig  # for /usr/share/pkgconfig
60  Requires: pkgconfig    Requires: pkgconfig
61  # for /usr/share/xml  # for /usr/share/xml
62  Requires: xml-common  Requires: xml-common
63    
64  %description stylesheets  %description stylesheets
65  The gnome-doc-utils-stylesheets package contains XSL  The gnome-doc-utils-stylesheets package contains XSL stylesheets which
66  stylesheets which are used by the tools in gnome-doc-utils.  are used by the tools in gnome-doc-utils and by yelp.
67    
68  %prep  %prep
69  %setup -q  %setup -q
70    %patch1 -p1 -b .package
71    
72  %build  %build
73  %configure --disable-scrollkeeper  %configure --disable-scrollkeeper --enable-build-utils
74  make  make
75    
76  %install  %install
# Line 73  rm -rf $RPM_BUILD_ROOT Line 78  rm -rf $RPM_BUILD_ROOT
78    
79  make install DESTDIR=$RPM_BUILD_ROOT  make install DESTDIR=$RPM_BUILD_ROOT
80    
81  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  
82    
83  %find_lang %{name}  %find_lang %{name}
84    
# Line 90  rm -rf $RPM_BUILD_ROOT Line 94  rm -rf $RPM_BUILD_ROOT
94  %{_datadir}/gnome/help/gnome-doc-xslt  %{_datadir}/gnome/help/gnome-doc-xslt
95  %{_datadir}/omf/gnome-doc-make  %{_datadir}/omf/gnome-doc-make
96  %{_datadir}/omf/gnome-doc-xslt  %{_datadir}/omf/gnome-doc-xslt
 %{_datadir}/xml2po  
97  %{_datadir}/gnome-doc-utils  %{_datadir}/gnome-doc-utils
98  %doc %{_mandir}/man1/xml2po.1.gz  %doc %{_mandir}/man1/xml2po.1.gz
99    %{python_sitelib}/xml2po/
100    
101  %files stylesheets  %files stylesheets
102  %defattr(-,root,root,-)  %defattr(-,root,root,-)
103  %{_datadir}/pkgconfig/*  %{_datadir}/pkgconfig/*
104  %{_datadir}/xml/gnome  %{_datadir}/xml/gnome
105    %{_datadir}/xml/mallard
106    
107  %changelog  %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  * Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.12.2-1
188  - Update to 0.12.2  - Update to 0.12.2
189    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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