source: projects/specs/trunk/g/gnome-doc-utils/gnome-doc-utils-vl.spec @ 5701

Revision 5701, 4.9 KB checked in by Takemikaduchi, 12 years ago (diff)

python-2.7.2

Line 
1Summary: Documentation utilities for the GNOME project
2Summary(ja): GNOMEプロジェクト用ドキュメントユーティリティ
3Name: gnome-doc-utils
4Version: 0.20.6
5Release: 3%{?_dist_release}
6License: LGPL
7Group: Development/Tools
8URL: http://www.gnome.org/
9Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.20/%{name}-%{version}.tar.bz2
10BuildArch: noarch
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12BuildRequires: libxml2-devel >= 2.6.12
13BuildRequires: libxslt-devel >= 1.1.8
14BuildRequires: python-devel
15BuildRequires: python-babel
16BuildRequires: pkgconfig
17Requires: libxml2 >= 2.6.12
18Requires: libxslt >= 1.1.8
19Requires: libxml2-python
20Requires: docbook-dtds
21Requires(post,postun): scrollkeeper
22
23Vendor: Project Vine
24Distribution: Vine Linux
25
26%description
27gnome-doc-utils is a collection of documentation utilities for the GNOME
28project. Notably, it contains utilities for building documentation and
29all auxiliary files in your source tree, and it contains the DocBook
30XSLT stylesheets that were once distributed with Yelp.
31
32%prep
33%setup -q
34
35%build
36%configure --disable-scrollkeeper
37## %__make %{?_smp_mflags}
38## don't use smp option
39%__make
40
41%install
42rm -rf $RPM_BUILD_ROOT
43%makeinstall
44
45mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig/
46
47# remove Requires
48sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc
49
50%find_lang %{name}
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%post
56scrollkeeper-update > /dev/null 2>&1 || :
57
58%postun
59scrollkeeper-update > /dev/null 2>&1 || :
60
61%files -f %{name}.lang
62%defattr(-,root,root,-)
63%doc AUTHORS README NEWS
64%{_bindir}/*
65%{python_sitelib}/xml2po
66%{_datadir}/pkgconfig/*
67%{_datadir}/aclocal/gnome-doc-utils.m4
68%{_datadir}/gnome/help/*
69%{_datadir}/omf/*
70%{_datadir}/xml/*
71#{_datadir}/xml2po
72%{_mandir}/man1/xml2po.1.gz
73%{_datadir}/gnome-doc-utils
74
75%changelog
76* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.6-3
77- rebuild with python-2.7.2
78
79* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.6-2
80- add Requires: docbook-dtds
81
82* Thu May 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.6-1
83- new upstream release
84
85* Sun Jan 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.4-1
86- new upstream release
87
88* Fri Dec 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.2-2
89- remove 'Requires:' from xml2po.pc
90
91* Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.2-1
92- new upstream release
93
94* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.1-2
95- rebuild with rpm-4.8.1 for pkg-config file
96
97* Sat Jul 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.1-1
98- new upstream release
99
100* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.0-1
101- new upstream release
102
103* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.18.1-2
104- rebuilt with python-2.6.4
105- unuse '_smp_mflags'
106
107* Sat Nov 28 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.18.1-1
108- new upstream release
109- add python-babel, pkgconfig to BuildRequires
110- use macro python_sitelib
111
112* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.18.0-1
113- new upstream release
114
115* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.16.0-1
116- new upstream release
117
118* Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.14.2-1vl5
119- new upstream release
120
121* Tue Sep 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.14.0-1vl5
122- spec in UTF-8
123- new upstream release
124
125* Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.12.2-1vl5
126- new upstream release
127
128* Sat Nov 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.12.0-0vl1
129- new upstream release
130
131* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.3-0vl1
132- new upstream release
133
134* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-0vl1
135- new upstream release
136
137* Sat Mar 10 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.6.0-0vl3
138- add Requires: libxml2-pyhon (required by xml2po)
139
140* Sun Oct 15 2006 NAKAMURA Kenta <kenta@vinelinux.org> 0.6.0-0vl2
141- moved pkgconfig/*.pc to %%{_datadir}
142
143* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-0vl1
144- new upstream release
145
146* Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.7-0vl1
147- new upstream release
148
149* Wed Oct 12 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.3-0vl1
150- new upstream release
151- added %post and %postun section for scrollkeeper
152
153* Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.2-0vl1
154- new upstream release
155
156* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-0vl1
157- new upstream release
158
159* Thu Apr 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-0vl1
160- new upstream release
161
162* Thu Mar 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.3-0vl1
163- initial build for Vine Linux based on FC package
164
165* Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> - 0.1.3-1
166- Update to upstream version 0.1.3
167
168* Wed Feb  2 2005 Nalin Dahyabhai <nalin@redhat.com> - 0.1.2-2
169- remove explicit libxml dependency (should have been libxml2)
170- add libxml2-devel and libxslt-devel as buildprereqs
171
172* Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> - 0.1.2-1
173- Initial build.
Note: See TracBrowser for help on using the repository browser.