Moved cmake files to proper directory (BZ #1679727).
This commit is contained in:
parent
a0a8f64369
commit
c84e38ad1a
@ -1,6 +1,6 @@
|
||||
Name: snappy
|
||||
Version: 1.1.7
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Fast compression and decompression library
|
||||
|
||||
License: BSD
|
||||
@ -65,8 +65,6 @@ rm -rf %{buildroot}
|
||||
chmod 644 *.txt AUTHORS COPYING NEWS README.md
|
||||
%make_install
|
||||
install -m644 -D snappy.pc %{buildroot}%{_libdir}/pkgconfig/snappy.pc
|
||||
mkdir -p %{buildroot}%{_datadir}/cmake/Modules/
|
||||
mv %{buildroot}%{_libdir}/cmake/Snappy/*cmake %{buildroot}%{_datadir}/cmake/Modules/
|
||||
rm -rf %{buildroot}%{_datadir}/doc/snappy/
|
||||
rm -rf %{buildroot}%{_datadir}/doc/snappy-devel/
|
||||
|
||||
@ -86,10 +84,13 @@ ctest -V %{?_smp_mflags}
|
||||
%{_includedir}/snappy*.h
|
||||
%{_libdir}/libsnappy.so
|
||||
%{_libdir}/pkgconfig/snappy.pc
|
||||
%{_datadir}/cmake/Modules/*.cmake
|
||||
%{_libdir}/cmake/Snappy/
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 25 2019 Martin Gieseking <martin.gieseking@uos.de> - 1.1.7-8
|
||||
- Moved cmake files to proper directory (BZ #1679727).
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.7-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user