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

Revision 12277, 5.8 KB checked in by tomop, 5 years ago (diff)

updated 22 packages

Cython-0.29.13-1

alsa-lib-1.1.9-1

alsa-plugins-1.1.9-1

alsa-tools-1.1.7-1

alsa-utils-1.1.9-1

cairo-1.16.0-1

evince-3.30.3-1

expat-2.2.9-1

file-roller-3.30.1-1

gtk-doc-1.32-2

libplist-2.0.0-1

libsndfile-1.0.28-1

ncurses-6.1-2

openssh-8.1p1-1

python-2.7.16-5

python3-3.5.7-4

rsync-3.1.3-1

samba-4.10.9-1

sudo-1.8.28-1

sysstat-12.1.7-1

tix-8.4.3-5

zabbix-4.0.13-1

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