Parent Directory | Revision Log | Revision Graph
* Thu Dec 24 2020 Richard Shaw <hobbes1069@gmail.com> - 1.11.4-1 - Update to 1.11.4.
1 | #global prerel rc |
2 | |
3 | Name: pugixml |
4 | Version: 1.11.4 |
5 | Release: 1%{?dist} |
6 | Summary: A light-weight C++ XML processing library |
7 | License: MIT |
8 | URL: http://pugixml.org |
9 | |
10 | Source0: https://github.com/zeux/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz |
11 | |
12 | BuildRequires: cmake gcc-c++ |
13 | BuildRequires: cmake3 |
14 | BuildRequires: devtoolset-9-gcc |
15 | BuildRequires: devtoolset-9-gcc-c++ |
16 | |
17 | |
18 | %description |
19 | pugixml is a light-weight C++ XML processing library. |
20 | It features: |
21 | - DOM-like interface with rich traversal/modification capabilities |
22 | - Extremely fast non-validating XML parser which constructs the DOM tree from |
23 | an XML file/buffer |
24 | - XPath 1.0 implementation for complex data-driven tree queries |
25 | - Full Unicode support with Unicode interface variants and automatic encoding |
26 | conversions |
27 | |
28 | |
29 | %package devel |
30 | Summary: Development files for %{name} |
31 | Requires: %{name}%{?_isa} = %{version}-%{release} |
32 | |
33 | %description devel |
34 | Development files for package %{name} |
35 | |
36 | %package doc |
37 | Summary: Documentation for %{name} |
38 | Requires: %{name} = %{version}-%{release} |
39 | |
40 | %description doc |
41 | Documentation for %{name} |
42 | |
43 | |
44 | %prep |
45 | . /opt/rh/devtoolset-9/enable |
46 | %setup -q -n %{name}-%{version}%{?prerel:%{prerel}} |
47 | |
48 | |
49 | %build |
50 | . /opt/rh/devtoolset-9/enable |
51 | %cmake3 |
52 | %cmake3_build |
53 | |
54 | |
55 | %install |
56 | . /opt/rh/devtoolset-9/enable |
57 | %cmake3_install |
58 | |
59 | |
60 | %ldconfig_scriptlets |
61 | |
62 | |
63 | %files |
64 | %doc readme.txt |
65 | %license LICENSE.md |
66 | %{_libdir}/*.so.* |
67 | |
68 | %files devel |
69 | %{_libdir}/*.so |
70 | %{_libdir}/cmake/pugixml/ |
71 | %{_libdir}/pkgconfig/pugixml.pc |
72 | %{_includedir}/*.hpp |
73 | |
74 | %files doc |
75 | %doc docs/* |
76 | |
77 | |
78 | %changelog |
79 | * Thu Dec 24 2020 Richard Shaw <hobbes1069@gmail.com> - 1.11.4-1 |
80 | - Update to 1.11.4. |
81 | |
82 | * Sat Dec 19 2020 Richard Shaw <hobbes1069@gmail.com> - 1.11.3-1 |
83 | - Update to 1.11.3. |
84 | |
85 | * Thu Nov 26 2020 Richard Shaw <hobbes1069@gmail.com> - 1.11-1 |
86 | - Update to 1.11. |
87 | |
88 | * Wed Aug 26 2020 Jeff Law <lwa@redhat.com> - 1.10-5 |
89 | - No longer force C++11 mode |
90 | |
91 | * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-4 |
92 | - Second attempt - Rebuilt for |
93 | https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild |
94 | |
95 | * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-3 |
96 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild |
97 | |
98 | * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-2 |
99 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
100 | |
101 | * Sun Sep 15 2019 Richard Shaw <hobbes1069@gmail.com> - 1.10-1 |
102 | - Update to 1.10. |
103 | |
104 | * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-4 |
105 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild |
106 | |
107 | * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-3 |
108 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
109 | |
110 | * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-2 |
111 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
112 | |
113 | * Fri Apr 06 2018 Richard Shaw <hobbes1069@gmail.com> - 1.9-1 |
114 | - Update to 1.9. |
115 | |
116 | * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-4 |
117 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
118 | |
119 | * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-3 |
120 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
121 | |
122 | * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-2 |
123 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
124 | |
125 | * Thu Nov 24 2016 Richard Shaw <hobbes1069@gmail.com> - 1.8-1 |
126 | - Update to latest upstream release. |
127 | |
128 | * Tue Sep 27 2016 Richard Shaw <hobbes1069@gmail.com> - 1.7-3 |
129 | - Add build flags for c++11 for mkvtoolnix. |
130 | |
131 | * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-2 |
132 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
133 | |
134 | * Mon Oct 19 2015 Richard Shaw <hobbes1069@gmail.com> - 1.7-1 |
135 | - Update to latest upstream release. |
136 | |
137 | * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2 |
138 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
139 | |
140 | * Sat Apr 11 2015 Richard Shaw <hobbes1069@gmail.com> - 1.6-1 |
141 | - Update to latest upstream release. |
142 | |
143 | * Tue Feb 3 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5-1 |
144 | - Update to latest upstream release. |
145 | |
146 | * Wed Sep 03 2014 Orion Poplawski <orion@cora.nwra.com> - 1.4-1 |
147 | - Update to 1.4 |
148 | - Split documentation out into -doc sub-package |
149 | - Add cmake export information |
150 | |
151 | * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> |
152 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild |
153 | |
154 | * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> |
155 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
156 | |
157 | * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> |
158 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild |
159 | |
160 | * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> |
161 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild |
162 | |
163 | * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> |
164 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild |
165 | |
166 | * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> |
167 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild |
168 | |
169 | * Thu Jan 05 2012 Richard Shaw <hobbes1069@gmail.com> - 1.0-2 |
170 | - Rebuild for GCC 4.7.0. |
171 | |
172 | * Fri Jul 08 2011 Richard Shaw <hobbes1069@gmail.com> - 1.0-1 |
173 | - Initial Release |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |