forked from pool/miniupnpc
Accepting request 105634 from home:vuntz:branches:devel:libraries:c_c++
Install headers in the right location OBS-URL: https://build.opensuse.org/request/show/105634 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 17 09:03:59 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Install the headers in /usr/include/miniupnpc/ instead of
|
||||||
|
/usr/include/: this is cleaner, and this is what users of the
|
||||||
|
library expect.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 7 22:08:25 UTC 2012 - joop.boonen@opensuse.org
|
Sat Jan 7 22:08:25 UTC 2012 - joop.boonen@opensuse.org
|
||||||
|
|
||||||
|
@@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: miniupnpc
|
Name: miniupnpc
|
||||||
Version: 1.6
|
Version: 1.6
|
||||||
Release: 0.0
|
Release: 0.0
|
||||||
@@ -79,7 +80,7 @@ make %{?_smp_mflags} \
|
|||||||
%install
|
%install
|
||||||
%__make \
|
%__make \
|
||||||
INSTALLPREFIX="%{buildroot}%{_prefix}" \
|
INSTALLPREFIX="%{buildroot}%{_prefix}" \
|
||||||
INSTALLDIRINC="%{buildroot}%{_includedir}" \
|
INSTALLDIRINC="%{buildroot}%{_includedir}/miniupnpc" \
|
||||||
INSTALLDIRLIB="%{buildroot}%{_libdir}" \
|
INSTALLDIRLIB="%{buildroot}%{_libdir}" \
|
||||||
INSTALLDIRBIN="%{buildroot}%{_bindir}" \
|
INSTALLDIRBIN="%{buildroot}%{_bindir}" \
|
||||||
INSTALL="%__install" \
|
INSTALL="%__install" \
|
||||||
@@ -106,15 +107,7 @@ make %{?_smp_mflags} \
|
|||||||
|
|
||||||
%files -n libminiupnpc-devel
|
%files -n libminiupnpc-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/declspec.h
|
%{_includedir}/miniupnpc/
|
||||||
%{_includedir}/igd_desc_parse.h
|
|
||||||
%{_includedir}/miniupnpc.h
|
|
||||||
%{_includedir}/miniupnpctypes.h
|
|
||||||
%{_includedir}/miniwget.h
|
|
||||||
%{_includedir}/portlistingparse.h
|
|
||||||
%{_includedir}/upnpcommands.h
|
|
||||||
%{_includedir}/upnperrors.h
|
|
||||||
%{_includedir}/upnpreplyparse.h
|
|
||||||
%{_libdir}/libminiupnpc.a
|
%{_libdir}/libminiupnpc.a
|
||||||
%{_libdir}/libminiupnpc.so
|
%{_libdir}/libminiupnpc.so
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user