source: projects/specs/trunk/g/gtk-doc/gtk-doc-vl.spec @ 12321

Revision 12321, 5.9 KB checked in by tomop, 4 years ago (diff)

updated 7 packages

bash-5.0.16-1

gtk-doc-1.32-3

libmariadb-3.1.7-1

libpq-12.2-1

librsvg2-2.46.4-1

postgresql-12.2-1

python-pygments-2.5.2-1

Line 
1Name:           gtk-doc
2Summary:        API documentation generation tool for GTK+ and GNOME
3Summary(ja):    GTK+/GNOME 用 API ドキュメント生成ツール
4Version:        1.32
5Release:        3%{_dist_release}
6License:        LGPL
7Group:          Development/Tools
8
9Vendor:         Project Vine
10Distribution:   Vine Linux
11Packager:       daisuke
12
13URL:            https://www.gtk.org/gtk-doc/
14Source:         https://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.xz
15Source1:        filter-requires-gtk-doc.sh
16BuildRoot:      %{_tmppath}/%{name}-%{version}-root
17BuildArch:      noarch
18
19BuildRequires:  yelp-tools
20BuildRequires:  docbook-utils
21BuildRequires:  docbook-style-xsl
22BuildRequires:  openjade
23BuildRequires:  libxslt
24BuildRequires:  vim
25BuildRequires:  python3
26BuildRequires:  python3-pygments
27
28Requires:       docbook-utils
29Requires:       docbook-style-xsl
30Requires:       openjade
31Requires:       libxslt
32Requires:       vim
33Requires:       diffutils
34Requires:       python3-pygments
35
36#define __find_requires %{SOURCE1}
37%define __perl_requires %{SOURCE1}
38
39%description
40gtk-doc is a tool for generating API reference documentation.
41It is used for generating the documentation for GTK+, GLib
42and GNOME.
43
44%prep
45%setup -q
46# Move this doc file to avoid name collisions
47mv doc/README doc/README.docs
48
49%build
50%configure \
51        --docdir=%{_datadir}/gnome/help/gtk-doc-manual \
52        --with-highlight=vim
53make
54
55%install
56[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
57
58make install DESTDIR=$RPM_BUILD_ROOT
59
60sed -i -e "s|^pkg_config = .*$|pkg_config = '/usr/bin/pkg-config'|" %{buildroot}/%{_datadir}/gtk-doc/python/gtkdoc/config.py
61
62%clean
63[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
64
65
66%files
67%defattr(-, root, root)
68%license COPYING
69%doc AUTHORS ChangeLog INSTALL NEWS README doc/* examples
70%{_bindir}/*
71%{_datadir}/aclocal/gtk-doc.m4
72%{_datadir}/gtk-doc
73%dir %{_datadir}/help
74%dir %{_datadir}/help/*
75%{_datadir}/help/*/gtk-doc-manual
76%{_datadir}/pkgconfig/*.pc
77%dir %{_datadir}/cmake
78%{_datadir}/cmake/GtkDoc
79
80%changelog
81* Sat Feb 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.32-3
82- added R:python3-pygments.
83
84* Thu Oct 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.32-2
85- fixed path of pkg-config for i686.
86
87* Sun Oct 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.32-1
88- new upstream release.
89
90* Thu Oct 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.24-1
91- new upstream release
92
93* Thu May 14 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.22-1
94- new upstream release
95
96* Wed Aug 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.21-1
97- new upstream release
98- remove Patch0 (gtk-doc-1.20-perl-5.12.x.patch)
99
100* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20-1
101- new upstream release
102- add Patch0 (gtk-doc-1.20-perl-5.12.x.patch)
103
104* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.19-2
105- rebuild with VineSeed environment
106
107* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.19-1
108- new upstream release
109- remove Patch0 (gtk-doc-1.18-git20120924.patch)
110
111* Fri Sep 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.18-2
112- add Patch0 (gtk-doc-1.18-git20120924.patch)
113- add BuildRequires: yelp-tools
114
115* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.18-1
116- new upstream release
117
118* Mon Jun 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.17-3
119- R/BR: vim instead of vim-tiny
120
121* Sun May 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.17-2
122- use vim for highlighting instead of source-highlight
123- drop BR:/R: source-highlight
124- add BR:R: vim-tiny
125
126* Sun Apr 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.17-1
127- new upstream release
128
129* Wed Jan 26 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.16-1
130- new upstream release
131
132* Sun Oct 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.15-3
133- add BuildRequires: and Requires: source-highlight
134
135* Mon Oct 11 2010 Shu KONNO <owa@bg.wakwak.com> 1.15-2
136- rebuilt with rpm-4.8.1 for pkg-config
137- s/__find_requires/__perl_requires/
138
139* Sat May 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.15-1
140- new upstream release
141
142* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14-1
143- new upstream release
144
145* Thu Mar 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.13-1
146- new upstream release
147
148* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.11-1
149- new upstream release
150
151* Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.10-1vl5
152- new upstream release
153- added --docdir
154
155* Thu Sep 20 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8-0vl1
156- new upstream release
157- added SOURCE1 for removing dependancy
158- added %post and %postun section
159- added Requires(post,postun): scrollkeeper
160
161* Sun Sep 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4-0vl1
162- new upstream release
163
164* Tue Apr 27 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2-1vl1
165- new upstream release
166- added some files %file section (based on Fedora 1.2-1)
167- s/Copyright/License/
168
169* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-0vl1
170- new upstream release
171
172* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
173- new upstream release
174
175* Sat Sep 28 2002 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9-5vl1
176- Based on Redhat, changed summary and description
177  * Thu May 30 2002 Chip Turner <cturner@redhat.com>
178  - add dependency filter for bogus perl dependencies
179
180  * Thu Apr  4 2002 Jeremy Katz <katzj@redhat.com>
181  - update to 0.9
182
183* Fri Oct 12 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.5.9-1vl1
184- Based on RH srpms.
185  * Thu May 17 2001 Havoc Pennington <hp@redhat.com>
186  - upgrade to a CVS snapshot
187  - remove patches applied upstream
188
189  * Tue Jan 16 2001 Tim Waugh <twaugh@redhat.com>
190  - Replace docbook, sgml-common, and stylesheets requirements with
191    docbook-utils requirement.
192  - Use public identifier in custom stylesheets.
193
194* Fri Apr 13 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.4-0vl2
195- Added a build depends.
196
197* Tue Jan  2 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.4-0vl1
198- Build for Vine
199
200* Wed Nov 15 2000 John Gotts <jgotts@linuxsavvy.com>
201- Minor updates for 0.4.
202* Thu Aug 26 1999 John E. Gotts <jgotts@engin.umich.edu>
203- Created spec file.
204
Note: See TracBrowser for help on using the repository browser.