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

Revision 521, 3.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Documentation utilities for the GNOME project
2Summary(ja): GNOMEプロジェクト用ドキュメントユーティリティ
3Name: gnome-doc-utils
4Version: 0.18.1
5Release: 2%{?_dist_release}
6License: LGPL
7Group: Development/Tools
8URL: http://www.gnome.org/
9Source0: %{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/
42mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc $RPM_BUILD_ROOT%{_datadir}/pkgconfig
43
44%find_lang %{name}
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%post
50scrollkeeper-update > /dev/null 2>&1 || :
51
52%postun
53scrollkeeper-update > /dev/null 2>&1 || :
54
55%files -f %{name}.lang
56%defattr(-,root,root,-)
57%doc AUTHORS README NEWS
58%{_bindir}/*
59%{python_sitelib}/xml2po
60%{_datadir}/pkgconfig/*
61%{_datadir}/aclocal/gnome-doc-utils.m4
62%{_datadir}/gnome/help/*
63%{_datadir}/omf/*
64%{_datadir}/xml/*
65#{_datadir}/xml2po
66%{_mandir}/man1/xml2po.1.gz
67%{_datadir}/gnome-doc-utils
68
69%changelog
70* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.18.1-2
71- rebuilt with python-2.6.4
72- unuse '_smp_mflags'
73
74* Sat Nov 28 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.18.1-1
75- new upstream release
76- add python-babel, pkgconfig to BuildRequires
77- use macro python_sitelib
78
79* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.18.0-1
80- new upstream release
81
82* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.16.0-1
83- new upstream release
84
85* Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.14.2-1vl5
86- new upstream release
87
88* Tue Sep 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.14.0-1vl5
89- spec in UTF-8
90- new upstream release
91
92* Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.12.2-1vl5
93- new upstream release
94
95* Sat Nov 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.12.0-0vl1
96- new upstream release
97
98* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.3-0vl1
99- new upstream release
100
101* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-0vl1
102- new upstream release
103
104* Sat Mar 10 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.6.0-0vl3
105- add Requires: libxml2-pyhon (required by xml2po)
106
107* Sun Oct 15 2006 NAKAMURA Kenta <kenta@vinelinux.org> 0.6.0-0vl2
108- moved pkgconfig/*.pc to %%{_datadir}
109
110* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-0vl1
111- new upstream release
112
113* Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.7-0vl1
114- new upstream release
115
116* Wed Oct 12 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.3-0vl1
117- new upstream release
118- added %post and %postun section for scrollkeeper
119
120* Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.2-0vl1
121- new upstream release
122
123* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-0vl1
124- new upstream release
125
126* Thu Apr 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.0-0vl1
127- new upstream release
128
129* Thu Mar 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.3-0vl1
130- initial build for Vine Linux based on FC package
131
132* Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> - 0.1.3-1
133- Update to upstream version 0.1.3
134
135* Wed Feb  2 2005 Nalin Dahyabhai <nalin@redhat.com> - 0.1.2-2
136- remove explicit libxml dependency (should have been libxml2)
137- add libxml2-devel and libxslt-devel as buildprereqs
138
139* Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> - 0.1.2-1
140- Initial build.
Note: See TracBrowser for help on using the repository browser.