automatic version update by autodist [release 1.2.0-1mamba;Thu Sep 24 2020]
This commit is contained in:
parent
c363abb77f
commit
ea07249185
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libgupnp-igd
|
Name: libgupnp-igd
|
||||||
Version: 0.2.5
|
Version: 1.2.0
|
||||||
Release: 1mamba
|
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
|
||||||
@ -37,19 +37,21 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
A library to handle Internet Gateway Device port mappings.
|
A library to handle Internet Gateway Device port mappings.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gupnp-igd-%{version}
|
%setup -q -n gupnp-igd-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make -j1
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -71,15 +73,16 @@ This package contains static libraries and header files need for development.
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/gupnp-igd-1.0/libgupnp-igd/*.h
|
%{_includedir}/gupnp-igd-1.0/libgupnp-igd/*.h
|
||||||
%{_libdir}/libgupnp-igd-1.0.a
|
|
||||||
%{_libdir}/libgupnp-igd-1.0.la
|
|
||||||
%{_libdir}/libgupnp-igd-1.0.so
|
%{_libdir}/libgupnp-igd-1.0.so
|
||||||
%{_datadir}/gtk-doc/html/gupnp-igd/*
|
#%{_datadir}/gtk-doc/html/gupnp-igd/*
|
||||||
%{_datadir}/gir-1.0/GUPnPIgd-1.0.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
|
||||||
|
* Thu Sep 24 2020 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Dec 18 2017 Automatic Build System <autodist@mambasoft.it> 0.2.5-1mamba
|
* Mon Dec 18 2017 Automatic Build System <autodist@mambasoft.it> 0.2.5-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user