/[smecontribs]/rpms/libupnp/contribs10/libupnp.spec
ViewVC logotype

Annotation of /rpms/libupnp/contribs10/libupnp.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Thu Nov 11 05:03:39 2021 UTC (2 years, 6 months ago) by jpp
Branch: MAIN
CVS Tags: libupnp-1_14_9-2_el7_sme, HEAD
Changes since 1.1: +6 -2 lines
* Thu Nov 11 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.14.9-2.sme
- build with --disable-blocking-tcp-connections

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed