automatic version update by autodist [release 1.1.7-1mamba;Sun Aug 19 2018]
This commit is contained in:
parent
d7bbf5f37f
commit
c6d9f2265d
24
snappy.spec
24
snappy.spec
@ -1,5 +1,5 @@
|
|||||||
Name: snappy
|
Name: snappy
|
||||||
Version: 1.1.4
|
Version: 1.1.7
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A fast compression/decompression library
|
Summary: A fast compression/decompression library
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
@ -50,13 +50,17 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
%cmake -d build \
|
||||||
%configure
|
\
|
||||||
|
%ifnarch x86_64
|
||||||
|
-DSNAPPY_BUILD_TESTS=off
|
||||||
|
%endif
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall -C build
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -67,8 +71,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libsnappy.so.*
|
%{_libdir}/libsnappy.so.*
|
||||||
%dir %{_datadir}/doc/snappy
|
|
||||||
%{_datadir}/doc/snappy/COPYING
|
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
@ -77,14 +79,14 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_includedir}/snappy-sinksource.h
|
%{_includedir}/snappy-sinksource.h
|
||||||
%{_includedir}/snappy-stubs-public.h
|
%{_includedir}/snappy-stubs-public.h
|
||||||
%{_includedir}/snappy.h
|
%{_includedir}/snappy.h
|
||||||
%{_libdir}/libsnappy.a
|
|
||||||
%{_libdir}/libsnappy.la
|
|
||||||
%{_libdir}/libsnappy.so
|
%{_libdir}/libsnappy.so
|
||||||
%{_libdir}/pkgconfig/snappy.pc
|
%dir %{_libdir}/cmake/Snappy
|
||||||
%dir %{_datadir}/doc/snappy
|
%{_libdir}/cmake/Snappy/Snappy*.cmake
|
||||||
%{_datadir}/doc/snappy/*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 19 2018 Automatic Build System <autodist@mambasoft.it> 1.1.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Aug 14 2017 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
|
* Mon Aug 14 2017 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user