updated to release 1.0.2

This commit is contained in:
Martin Gieseking 2011-04-29 17:36:18 +02:00
parent c667f47bd9
commit d1406bf2df
3 changed files with 10 additions and 15 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/snappy-1.0.0.tar.gz
/snappy-1.0.2.tar.gz

View File

@ -1,21 +1,13 @@
Name: snappy
Version: 1.0.0
Release: 3%{?dist}
Version: 1.0.2
Release: 1%{?dist}
Summary: Fast compression and decompression library
Group: System Environment/Libraries
License: ASL 2.0
License: BSD
URL: http://code.google.com/p/snappy/
Source0: http://snappy.googlecode.com/files/%{name}-%{version}.tar.gz
# Add file COPYING from the upstream trunk as the one bundled with the current
# tarball contains the wrong license text (BSD).
Source1: http://snappy.googlecode.com/svn/trunk/COPYING
# Initialize gtest properly.
# http://code.google.com/p/snappy/issues/detail?id=19
Patch0: %{name}-%{version}-gtest.patch
BuildRequires: gtest-devel
@ -40,9 +32,6 @@ developing applications that use %{name}.
%prep
%setup -q
%patch0 -p1
cp -p %{SOURCE1} .
%build
@ -77,6 +66,11 @@ make check
%changelog
* Fri Apr 29 2011 Martin Gieseking <martin.gieseking@uos.de> 1.0.2-1
- updated to release 1.0.2
- changed License to BSD
- dropped the patch as it has been applied upstream
* Thu Mar 24 2011 Martin Gieseking <martin.gieseking@uos.de> 1.0.0-3
- added file COPYING from the upstream repo

View File

@ -1 +1 @@
9d83bdcf0c79a8de608fa969c2909204 snappy-1.0.0.tar.gz
e684066cda5bf4ad87907a6ecc185e26 snappy-1.0.2.tar.gz