Dirk Mueller 2020-08-27 10:02:05 +00:00 committed by Git OBS Bridge
parent 42833ffddf
commit a10691cc7e

View File

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