1 |
jpp |
1.1 |
Version: 1.14.9 |
2 |
|
|
Summary: Universal Plug and Play (UPnP) SDK |
3 |
|
|
Name: libupnp |
4 |
|
|
Release: 1%{?dist} |
5 |
|
|
License: BSD |
6 |
|
|
URL: https://github.com/pupnp/pupnp |
7 |
|
|
Source: %{url}/archive/release-%{version}/%{name}-%{version}.tar.gz |
8 |
|
|
|
9 |
|
|
BuildRequires: gcc |
10 |
|
|
BuildRequires: make |
11 |
|
|
BuildRequires: libtool |
12 |
|
|
|
13 |
|
|
|
14 |
|
|
%description |
15 |
|
|
The Universal Plug and Play (UPnP) SDK for Linux provides |
16 |
|
|
support for building UPnP-compliant control points, devices, |
17 |
|
|
and bridges on Linux. |
18 |
|
|
|
19 |
|
|
%package devel |
20 |
|
|
Summary: Include files needed for development with libupnp |
21 |
|
|
Requires: libupnp%{?_isa} = %{version}-%{release} |
22 |
|
|
|
23 |
|
|
%description devel |
24 |
|
|
The libupnp-devel package contains the files necessary for development with |
25 |
|
|
the UPnP SDK libraries. |
26 |
|
|
|
27 |
|
|
%prep |
28 |
|
|
%autosetup -p1 -n pupnp-release-%{version} |
29 |
|
|
|
30 |
|
|
|
31 |
|
|
%build |
32 |
|
|
autoreconf -vif |
33 |
|
|
%configure \ |
34 |
|
|
--enable-static=no \ |
35 |
|
|
--enable-ipv6 |
36 |
|
|
|
37 |
|
|
# remove rpath from libtool |
38 |
|
|
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool |
39 |
|
|
sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool |
40 |
|
|
|
41 |
|
|
%make_build |
42 |
|
|
|
43 |
|
|
%install |
44 |
|
|
%make_install |
45 |
|
|
|
46 |
|
|
%{__rm} %{buildroot}%{_libdir}/{libixml.la,libupnp.la} |
47 |
|
|
|
48 |
|
|
%ldconfig_scriptlets |
49 |
|
|
|
50 |
|
|
%files |
51 |
|
|
%license COPYING |
52 |
|
|
%doc THANKS |
53 |
|
|
%{_libdir}/libixml.so.11* |
54 |
|
|
%{_libdir}/libupnp.so.17* |
55 |
|
|
|
56 |
|
|
%files devel |
57 |
|
|
%{_includedir}/upnp/ |
58 |
|
|
%{_libdir}/libixml.so |
59 |
|
|
%{_libdir}/libupnp.so |
60 |
|
|
%{_libdir}/pkgconfig/libupnp.pc |
61 |
|
|
|
62 |
|
|
%changelog |
63 |
|
|
* Mon Aug 16 2021 Nicolas Chauvet <kwizart@gmail.com> - 1.14.9-1 |
64 |
|
|
- Update to 1.14.9 |
65 |
|
|
|
66 |
|
|
* Mon Aug 02 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.14.7-3 |
67 |
|
|
- Upstream patch to fix FTBFS. |
68 |
|
|
|
69 |
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.7-2 |
70 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild |
71 |
|
|
|
72 |
|
|
* Wed Jun 02 2021 Nicolas Chauvet <kwizart@gmail.com> - 1.14.7-1 |
73 |
|
|
- Update to 1.14.7 |
74 |
|
|
|
75 |
|
|
* Wed Apr 21 2021 Nicolas Chauvet <kwizart@gmail.com> - 1.14.6-1 |
76 |
|
|
- Update to 1.14.6 |
77 |
|
|
|
78 |
|
|
* Tue Apr 06 2021 Nicolas Chauvet <kwizart@gmail.com> - 1.14.5-1 |
79 |
|
|
- Update to 1.14.5 |
80 |
|
|
|
81 |
|
|
* Tue Mar 30 2021 Nicolas Chauvet <kwizart@gmail.com> - 1.14.4-1 |
82 |
|
|
- Update to 1.14.4 |
83 |
|
|
|
84 |
|
|
* Mon Mar 01 2021 Nicolas Chauvet <kwizart@gmail.com> - 1.14.2-1 |
85 |
|
|
- Update to 1.14.2 |
86 |
|
|
|
87 |
|
|
* Tue Feb 09 2021 Nicolas Chauvet <kwizart@gmail.com> - 1.14.1-1 |
88 |
|
|
- Update to 1.14.1 |
89 |
|
|
|
90 |
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.1-3 |
91 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild |
92 |
|
|
|
93 |
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.1-2 |
94 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild |
95 |
|
|
|
96 |
|
|
* Thu Jul 16 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.12.1-1 |
97 |
|
|
- 1.12.1 |
98 |
|
|
|
99 |
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-4 |
100 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
101 |
|
|
|
102 |
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-3 |
103 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild |
104 |
|
|
|
105 |
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-2 |
106 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
107 |
|
|
|
108 |
|
|
* Tue Jan 08 2019 Nicolas Chauvet <kwizart@gmail.com> - 1.8.4-1 |
109 |
|
|
- Update to 1.8.4 |
110 |
|
|
- Revert the ABI bump since it's the same as 1.8.3 |
111 |
|
|
- Add back patch for largefile support |
112 |
|
|
|
113 |
|
|
* Thu Dec 13 2018 Dennis Gilmore <dennis@ausil.us> - 1.8.3-4 |
114 |
|
|
- pull in patch from upstream so that samples will build on 32 bit arches with |
115 |
|
|
- largefile support, enables gerbera to run on armv7hl and i686 |
116 |
|
|
|
117 |
|
|
* Fri Jul 20 2018 Nicolas Chauvet <kwizart@gmail.com> - 1.8.3-3 |
118 |
|
|
- Add missng cc |
119 |
|
|
|
120 |
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.3-2 |
121 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
122 |
|
|
|
123 |
|
|
* Fri Apr 13 2018 Nicolas Chauvet <kwizart@gmail.com> - 1.8.3-1 |
124 |
|
|
- Update to 1.8.3 |
125 |
|
|
- Drop libthreadutil |
126 |
|
|
|
127 |
|
|
* Fri Apr 13 2018 Nicolas Chauvet <kwizart@gmail.com> - 1.6.25-1 |
128 |
|
|
- Update to 1.6.25 |
129 |
|
|
- Spec file clean-up |
130 |
|
|
- Avoid rpath |
131 |
|
|
|
132 |
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.21-4 |
133 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
134 |
|
|
|
135 |
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.21-3 |
136 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
137 |
|
|
|
138 |
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.21-2 |
139 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
140 |
|
|
|
141 |
|
|
* Tue Mar 07 2017 Michael Cronenworth <mike@cchtml.com> - 1.6.21-1 |
142 |
|
|
- libupnp 1.6.21 |
143 |
|
|
|
144 |
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.20-2 |
145 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
146 |
|
|
|
147 |
|
|
* Mon Jul 18 2016 Adam Jackson <ajax@redhat.com> - 1.6.20-1 |
148 |
|
|
- libupnp 1.6.20 |
149 |
|
|
- Don't write to the filesystem on unhandled POST requests |
150 |
|
|
|
151 |
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.19-5 |
152 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
153 |
|
|
|
154 |
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.19-4 |
155 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
156 |
|
|
|
157 |
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.19-3 |
158 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild |
159 |
|
|
|
160 |
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.19-2 |
161 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
162 |
|
|
|
163 |
|
|
* Mon Dec 09 2013 Adam Jackson <ajax@redhat.com> 1.6.19-1 |
164 |
|
|
- libupnp 1.6.19 |
165 |
|
|
- Build with --enable-ipv6 (#917210) |
166 |
|
|
|
167 |
|
|
* Sun Oct 27 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.6.18-4 |
168 |
|
|
- Adapt to possibly unversioned doc dirs. |
169 |
|
|
- Include LICENSE and THANKS in main package. |
170 |
|
|
|
171 |
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.18-3 |
172 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild |
173 |
|
|
|
174 |
|
|
* Tue Jan 29 2013 Adam Jackson <ajax@redhat.com> 1.6.18-1 |
175 |
|
|
- libupnp 1.6.18 (#905577) |
176 |
|
|
|
177 |
|
|
* Tue Oct 16 2012 Adam Jackson <ajax@redhat.com> 1.6.17-1 |
178 |
|
|
- libupnp 1.6.17 |
179 |
|
|
|
180 |
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.13-4 |
181 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild |
182 |
|
|
|
183 |
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.13-3 |
184 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild |
185 |
|
|
|
186 |
|
|
* Sat Jul 30 2011 Matěj Cepl <mcepl@redhat.com> - 1.6.13-2 |
187 |
|
|
- Rebuilt against new libraries. |
188 |
|
|
|
189 |
|
|
* Tue May 31 2011 Adam Jackson <ajax@redhat.com> 1.6.13-1 |
190 |
|
|
- libupnp 1.6.13 |
191 |
|
|
|
192 |
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.6-4 |
193 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild |
194 |
|
|
|
195 |
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.6-3 |
196 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
197 |
|
|
|
198 |
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.6-2 |
199 |
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild |
200 |
|
|
|
201 |
|
|
* Thu May 01 2008 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.6.6-1 |
202 |
|
|
- Update to version 1.6.6 |
203 |
|
|
|
204 |
|
|
* Sun Feb 03 2008 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.6.5-1 |
205 |
|
|
- Update to version 1.6.5 |
206 |
|
|
|
207 |
|
|
* Sun Jan 27 2008 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.6.4-1 |
208 |
|
|
- Update to version 1.6.4 |
209 |
|
|
|
210 |
|
|
* Fri Jan 04 2008 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.6.3-3 |
211 |
|
|
- No more building static library |
212 |
|
|
|
213 |
|
|
* Sun Dec 30 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.6.3-2 |
214 |
|
|
- Spec file cleanup |
215 |
|
|
|
216 |
|
|
* Sun Dec 30 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.6.3-1 |
217 |
|
|
- Update to version 1.6.3 |
218 |
|
|
|
219 |
|
|
* Thu Dec 13 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.6.2-1 |
220 |
|
|
- Update to version 1.6.2 |
221 |
|
|
|
222 |
|
|
* Sun Nov 18 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.6.1-1 |
223 |
|
|
- Update to version 1.6.1 |
224 |
|
|
|
225 |
|
|
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.6.0-2 |
226 |
|
|
- Rebuild for selinux ppc32 issue. |
227 |
|
|
|
228 |
|
|
* Wed Jun 13 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.6.0-1 |
229 |
|
|
- Update to version 1.6.0 |
230 |
|
|
|
231 |
|
|
* Tue May 01 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.4.6-1 |
232 |
|
|
- Update to version 1.4.6 |
233 |
|
|
|
234 |
|
|
* Sat Apr 21 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.4.4-1 |
235 |
|
|
- Update to version 1.4.4 |
236 |
|
|
|
237 |
|
|
* Tue Mar 06 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.4.3-1 |
238 |
|
|
- Update to version 1.4.3 |
239 |
|
|
|
240 |
|
|
* Fri Feb 02 2007 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.4.2-1 |
241 |
|
|
- Update to version 1.4.2 |
242 |
|
|
|
243 |
|
|
* Wed Jul 05 2006 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.4.1-1 |
244 |
|
|
- Update to version 1.4.1 |
245 |
|
|
|
246 |
|
|
* Fri Jun 23 2006 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.4.0-3 |
247 |
|
|
- modified patch for x86_64 arch |
248 |
|
|
|
249 |
|
|
* Fri Jun 23 2006 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.4.0-2 |
250 |
|
|
- Add a patch for x86_64 arch |
251 |
|
|
|
252 |
|
|
* Sun Jun 11 2006 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.4.0-1 |
253 |
|
|
- Update to 1.4.0 |
254 |
|
|
|
255 |
|
|
* Sun Mar 05 2006 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.3.1-1 |
256 |
|
|
- Update to 1.3.1 |
257 |
|
|
|
258 |
|
|
* Tue Feb 14 2006 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.2.1a-6 |
259 |
|
|
- Rebuild for FC5 |
260 |
|
|
|
261 |
|
|
* Fri Feb 10 2006 Eric Tanguy <eric.tanguy@univ-nantes.fr> - 1.2.1a-5 |
262 |
|
|
- Rebuild for FC5 |
263 |
|
|
|
264 |
|
|
* Mon Jan 9 2006 Eric Tanguy 1.2.1a-4 |
265 |
|
|
- Include libupnp.so symlink in package to take care of non versioning of libupnp.so.1.2.1 |
266 |
|
|
|
267 |
|
|
* Sun Jan 8 2006 Paul Howarth 1.2.1a-3 |
268 |
|
|
- Disable stripping of object code for sane debuginfo generation |
269 |
|
|
- Edit makefiles to hnnor RPM optflags |
270 |
|
|
- Install libraries in %%{_libdir} rather than hardcoded /usr/lib |
271 |
|
|
- Fix libupnp.so symlink |
272 |
|
|
- Own directory %%{_includedir}/upnp |
273 |
|
|
- Fix permissions in -devel package |
274 |
|
|
|
275 |
|
|
* Fri Jan 06 2006 Eric Tanguy 1.2.1a-2 |
276 |
|
|
- Use 'install -p' to preserve timestamps |
277 |
|
|
- Devel now require full version-release of main package |
278 |
|
|
|
279 |
|
|
* Thu Dec 22 2005 Eric Tanguy 1.2.1a-1 |
280 |
|
|
- Modify spec file from |
281 |
|
|
http://rpm.pbone.net/index.php3/stat/4/idpl/2378737/com/libupnp-1.2.1a_DSM320-3.i386.rpm.html |