update to 1.1.3 [release 1.1.3-1mamba;Wed Sep 16 2015]
This commit is contained in:
parent
6733ba2063
commit
2feea9f180
@ -1,5 +1,5 @@
|
||||
Name: snappy
|
||||
Version: 1.1.2
|
||||
Version: 1.1.3
|
||||
Release: 1mamba
|
||||
Summary: A fast compression/decompression library
|
||||
Group: Applications/Archiving
|
||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://code.google.com/p/snappy
|
||||
Source: https://snappy.googlecode.com/files/snappy-%{version}.tar.gz
|
||||
Source: https://github.com/google/snappy.git/%{version}/snappy-%{version}.tar.bz2
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -41,6 +41,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
%make
|
||||
|
||||
@ -78,6 +79,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_datadir}/doc/snappy/framing_format.txt
|
||||
|
||||
%changelog
|
||||
* Wed Sep 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.3-1mamba
|
||||
- update to 1.1.3
|
||||
|
||||
* Fri Sep 19 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.2-1mamba
|
||||
- update to 1.1.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user