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