automatic version update by autodist [release 1.6.0-1mamba;Sun Apr 23 2023]
This commit is contained in:
parent
2a04c38681
commit
516a183247
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libgupnp-igd
|
||||
Version: 1.2.0
|
||||
Release: 3mamba
|
||||
Version: 1.6.0
|
||||
Release: 1mamba
|
||||
Summary: A library to handle Internet Gateway Device port mappings
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -35,7 +35,7 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%prep
|
||||
%setup -q -n gupnp-igd-%{version}
|
||||
%patch0 -p1 -b .gupnp-1.6
|
||||
#%patch 0 -p1 -b .gupnp-1.6
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -50,29 +50,26 @@ This package contains static libraries and header files need for development.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgupnp-igd-1.0.so.*
|
||||
%{_libdir}/girepository-1.0/GUPnPIgd-1.0.typelib
|
||||
#%{python_sitearch}/gupnp/__init__.py*
|
||||
#%{python_sitearch}/gupnp/igd.a
|
||||
#%{python_sitearch}/gupnp/igd.la
|
||||
#%{python_sitearch}/gupnp/igd.so
|
||||
%{_libdir}/libgupnp-igd-*.so.*
|
||||
%{_libdir}/girepository-1.0/GUPnPIgd-*.typelib
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/gupnp-igd-1.0/libgupnp-igd/*.h
|
||||
%{_libdir}/libgupnp-igd-1.0.so
|
||||
#%{_datadir}/gtk-doc/html/gupnp-igd/*
|
||||
%{_datadir}/gir-1.0/GUPnPIgd-1.0.gir
|
||||
%{_includedir}/gupnp-igd-1.6/libgupnp-igd/gupnp-simple-igd*.h
|
||||
%{_libdir}/libgupnp-igd-1.6.so
|
||||
%{_datadir}/gir-1.0/GUPnPIgd-1.6.gir
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
#%doc NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Sun Apr 23 2023 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 27 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-3mamba
|
||||
- rebuilt with libgupnp 1.6.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user