forked from pool/libgtpnl
enable %check
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libgtpnl?expand=0&rev=4
This commit is contained in:
parent
13da84a631
commit
ffcc9eab56
@ -44,13 +44,13 @@ Group: System/Libraries
|
|||||||
libgtpnl wraps the genetlink-based GPRS tunnel configuration of the
|
libgtpnl wraps the genetlink-based GPRS tunnel configuration of the
|
||||||
Linux kernel into a C API.
|
Linux kernel into a C API.
|
||||||
|
|
||||||
%package -n libgtpnl-devel
|
%package devel
|
||||||
Summary: Development files for the GPRS tunnel config library
|
Summary: Development files for the GPRS tunnel config library
|
||||||
License: GPL-2.0+ and LGPL-2.1+
|
License: GPL-2.0+ and LGPL-2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libgtpnl0 = %version
|
Requires: libgtpnl0 = %version
|
||||||
|
|
||||||
%description -n libgtpnl-devel
|
%description devel
|
||||||
libgtpnl wraps the genetlink-based GPRS tunnel configuration of the
|
libgtpnl wraps the genetlink-based GPRS tunnel configuration of the
|
||||||
Linux kernel into a C API.
|
Linux kernel into a C API.
|
||||||
|
|
||||||
@ -69,6 +69,9 @@ make %{?_smp_mflags}
|
|||||||
%make_install
|
%make_install
|
||||||
rm -f "%buildroot/%_libdir"/*.la
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
|
|
||||||
|
%check
|
||||||
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%post -n libgtpnl0 -p /sbin/ldconfig
|
%post -n libgtpnl0 -p /sbin/ldconfig
|
||||||
%postun -n libgtpnl0 -p /sbin/ldconfig
|
%postun -n libgtpnl0 -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -76,7 +79,7 @@ rm -f "%buildroot/%_libdir"/*.la
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libgtpnl.so.0*
|
%_libdir/libgtpnl.so.0*
|
||||||
|
|
||||||
%files -n libgtpnl-devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%_includedir/libgtpnl/
|
%_includedir/libgtpnl/
|
||||||
|
Loading…
Reference in New Issue
Block a user