forked from pool/libverto
This commit is contained in:
parent
42833ffddf
commit
a10691cc7e
@ -26,7 +26,7 @@ Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/latchset/libverto
|
||||
Source: https://github.com/latchset/libverto/releases/download/%{version}/libverto-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%description
|
||||
libverto provides a way for libraries to expose asynchronous
|
||||
@ -74,7 +74,7 @@ for developing applications that use libverto.
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -82,17 +82,14 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
find %{buildroot} -name '*.so.*T' -delete
|
||||
|
||||
%post -n libverto%{sover} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libverto%{sover} -p /sbin/ldconfig
|
||||
|
||||
%files -n libverto%{sover}
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog NEWS README
|
||||
%{_libdir}/%{name}.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/verto.h
|
||||
%{_includedir}/verto-module.h
|
||||
%{_libdir}/%{name}.so
|
||||
|
Loading…
Reference in New Issue
Block a user