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

Revision 8084, 5.1 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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