update to snappy 1.1.4
This commit is contained in:
parent
d13ab965af
commit
d5cfce06ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/snappy-1.1.0.tar.gz
|
||||
/snappy-1.1.1.tar.gz
|
||||
/snappy-1.1.3.tar.gz
|
||||
/snappy-1.1.4.tar.gz
|
||||
|
11
snappy.spec
11
snappy.spec
@ -1,6 +1,6 @@
|
||||
Name: snappy
|
||||
Version: 1.1.3
|
||||
Release: 2%{?dist}
|
||||
Version: 1.1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Fast compression and decompression library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -24,6 +24,7 @@ bigger.
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
@ -41,6 +42,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
chmod 644 *.txt AUTHORS ChangeLog COPYING NEWS README
|
||||
make install DESTDIR=%{buildroot}
|
||||
rm -rf %{buildroot}%{_datadir}/doc/snappy/
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
@ -67,9 +69,14 @@ make check
|
||||
%doc format_description.txt framing_format.txt
|
||||
%{_includedir}/snappy*.h
|
||||
%{_libdir}/libsnappy.so
|
||||
%{_libdir}/pkgconfig/snappy.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 28 2017 Martin Gieseking <martin.gieseking@uos.de> - 1.1.4-1
|
||||
- Updated to new release.
|
||||
- Added pkgconfig file now coming with the sources.
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user