updated to release 1.0.2
This commit is contained in:
parent
c667f47bd9
commit
d1406bf2df
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/snappy-1.0.0.tar.gz
|
/snappy-1.0.0.tar.gz
|
||||||
|
/snappy-1.0.2.tar.gz
|
||||||
|
22
snappy.spec
22
snappy.spec
@ -1,21 +1,13 @@
|
|||||||
Name: snappy
|
Name: snappy
|
||||||
Version: 1.0.0
|
Version: 1.0.2
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Fast compression and decompression library
|
Summary: Fast compression and decompression library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: ASL 2.0
|
License: BSD
|
||||||
URL: http://code.google.com/p/snappy/
|
URL: http://code.google.com/p/snappy/
|
||||||
Source0: http://snappy.googlecode.com/files/%{name}-%{version}.tar.gz
|
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
|
BuildRequires: gtest-devel
|
||||||
|
|
||||||
|
|
||||||
@ -40,9 +32,6 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
cp -p %{SOURCE1} .
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -77,6 +66,11 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 24 2011 Martin Gieseking <martin.gieseking@uos.de> 1.0.0-3
|
||||||
- added file COPYING from the upstream repo
|
- added file COPYING from the upstream repo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user