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

Revision 2323, 4.4 KB checked in by Takemikaduchi, 13 years ago (diff)

glib2: fix %%filesvinagre, gnome-utils, gnome-doc-utils: create -devel package, others: new upstream release

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