source: projects/specs/trunk/lib/libx/libxml++/libxml++-vl.spec @ 12538

Revision 12538, 5.9 KB checked in by tomop, 3 years ago (diff)

updated 7 packages

aqbanking-6.2.8-1

gnucash-4.4-1

gwenhywfar-5.6.0-1

libofx-0.10.1-1

libxml++-2.42.0-1

openjade-1.3.2-34

opensp-1.5.2-11

Line 
1%global         apiver 2.6
2
3Name:           libxml++
4Summary:        C++ wrapper for the libxml2 XML parser library
5Summary(ja):    libxml2 XML 解析ライブラリの C++ ラッパー
6Version:        2.42.0
7Release:        1%{?_dist_release}
8Group:          system
9Vendor:         Project Vine
10Distribution:   Vine Linux
11
12License:        LGPLv2+
13URL:            http://libxmlplusplus.sourceforge.net/
14%global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
15Source:         https://download.gnome.org/sources/libxml++/%{shortver}/libxml++-%{version}.tar.xz
16
17BuildRoot:      %{_tmppath}/%{name}-%{version}-root
18BuildRequires:  meson
19BuildRequires:  libxml2-devel >= 2.6.1
20BuildRequires:  glibmm-devel >= 2.4.0
21BuildRequires:  doxygen, graphviz
22
23%description
24libxml++ is a C++ wrapper for the libxml2 XML parser library. It's original
25author is Ari Johnson and it is currently maintained by Christophe de Vienne
26and Murray Cumming.
27
28
29%package devel
30Summary:        Development files for %{name}
31Summary(ja):    %{name} の開発用ファイル
32Group:          programming
33Requires:       %{name} = %{version}-%{release}
34Requires:       pkgconfig
35Requires:       libxml2-devel
36Requires:       glibmm-devel
37
38%description devel
39This package contains the headers and libraries for libxml++ development.
40
41
42%package        doc
43Summary:        Documentation for %{name}, includes full API docs
44Group:          documentation
45BuildArch:      noarch
46Requires:       %{name} = %{version}-%{release}
47
48%description    doc
49This package contains the full API documentation for %{name}.
50
51
52%debug_package
53
54
55%prep
56%setup -q
57# fix wrong end of line
58sed -i s'#\r##' examples/dom_parser/example_with_namespace.xml
59
60
61%build
62%meson -Dbuild-documentation=true
63%meson_build
64
65
66%install
67rm -rf $RPM_BUILD_ROOT
68%meson_install
69
70
71%clean
72rm -rf $RPM_BUILD_ROOT
73
74
75%post -p /sbin/ldconfig
76%postun -p /sbin/ldconfig
77
78
79%files
80%defattr (-,root,root,-)
81%license COPYING
82%doc AUTHORS NEWS README
83%{_libdir}/*.so.*
84
85%files devel
86%defattr (-,root,root,-)
87%{_includedir}/*
88%{_libdir}/*.so
89%{_libdir}/pkgconfig/*
90%dir %{_libdir}/%{name}-%{apiver}
91%dir %{_libdir}/%{name}-%{apiver}/include
92%{_libdir}/%{name}-%{apiver}/include/*.h
93
94%files doc
95%doc %{_datadir}/devhelp/books/%{name}-%{apiver}
96%doc %{_docdir}/%{name}-%{apiver}
97
98
99%changelog
100* Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.42.0-1
101- new upstream release.
102
103* Wed Jun 29 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.1-2
104- rebuild with gcc-5.4.0
105
106* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.40.1-1
107- new upstream release
108
109* Wed Jun 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.38.1-1
110- new upstream release
111
112* Tue Nov 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.36.0-1
113- new upstream release
114
115* Wed Jun 13 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.34.2-1
116- new upstream release
117- changed source archive type to xz
118
119* Thu Jan 27 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.32.0-1
120- new upstream release
121- fixed spec file for Vine Linux 5
122- added Japanese summary
123
124* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-3
125- rebuild with rpm-4.8.1 for pkg-config file
126
127* Thu Sep  9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.30.0-2
128- Initial build for VineLinux
129
130* Fri Apr 09 2010 Haïkel Guémar <hguemar@gmail.com> - 2.30.0-1
131- Update to upstream 2.30.0
132
133* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.0-2
134- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
135
136* Sun Apr 12 2009 Denis Leroy <denis@poolshark.org> - 2.26.0-1
137- Update to upstream 2.26.0 (to match Gnome release)
138
139* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.2-2
140- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
141
142* Thu Jan 15 2009 Denis Leroy <denis@poolshark.org> - 2.24.2-1
143- Update to 2.24.2 (memleak fixes)
144- Fixed Gnome FTP URL
145
146* Fri Aug 29 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 2.23.2-2
147- Include unowned directories
148
149* Tue Aug  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.23.2-1
150- update to 2.23.2
151
152* Tue May 13 2008 Denis Leroy <denis@poolshark.org>
153- Removed unneeded example binaries from devel package
154
155* Thu Mar 13 2008 Denis Leroy <denis@poolshark.org> - 2.22.0-1
156- Update to upstream 2.22.0
157- GCC 4.3 patch upstreamed
158
159* Sun Feb 17 2008 Denis Leroy <denis@poolshark.org> - 2.20.0-2
160- Added patch for gcc 4.3 rebuild
161
162* Thu Sep 20 2007 Denis Leroy <denis@poolshark.org> - 2.20.0-1
163- Update to new 2.20 stable branch
164
165* Thu Aug 16 2007 Denis Leroy <denis@poolshark.org> - 2.18.2-2
166- Update to upstream 2.18.2 (mem leak fix)
167- Fixed License tag
168
169* Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 2.18.1-2
170- Rebuild for RH #249435
171
172* Tue Jul 24 2007 Denis Leroy <denis@poolshark.org> - 2.18.1-1
173- Update to version 2.18.1
174
175* Sun Sep 03 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 2.14.0-1.1
176- FC6 rebuild
177
178* Tue May 02 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 2.14.0-1
179- Version 2.14.0
180
181* Mon Feb 13 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 2.12.0-2.1
182- FC5 Rebuild
183
184* Thu Jan 26 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 2.12.0-2
185- Rebuilt to address RH #178592
186
187* Thu Sep 08 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 2.12.0-1
188- Version 2.12.0
189- Use --disable-static for configure.
190
191* Thu Jul 21 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 2.10.0-1
192- Version 2.10.0
193- Rearrange and conform to new FE standards
194- Buildrequire glibmm24-devel
195- Add devel requires to -devel
196
197* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.26.0-5
198- rebuild on all arches
199
200* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
201- rebuilt
202
203* Tue Nov 04 2003 Panu Matilainen <pmatilai@welho.com> - 0:0:26.0-0.fdr.3
204- remove empty .libs directories
205
206* Mon Nov  3 2003 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.26.0-0.fdr.2
207- buildrequires graphviz
208- devel package requires main package and pkgconfig
209- own %%_includedir/libxml++-1.0
210- clean up examples tree
211
212* Tue Oct 21 2003 Panu Matilainen <pmatilai@welho.com>
213- Initial Fedora packaging
214
Note: See TracBrowser for help on using the repository browser.