Blob Blame History Raw
Name:           zopfli
Summary:        Zlib compatible better compressor
Version:        1.0.0
Release:        3%{?dist} 
URL:            http://code.google.com/p/zopfli/
Group:          Applications/Archiving
License:        ASL 2.0

Source0:       https://%{name}.googlecode.com/files/%{name}-%{version}.zip

%description
Zopfli is a compresssion algorithm bit-stream compatible with compression 
used in gzip, Zip, PNG, HTTP requests, and others. Zopfli compresses more (~5%)
but is slower (~100x) and uses more CPU and hence best suited for applications 
where data is compressed once  and sent over a network many times, for example, 
static content for the web.

%prep
%setup -q

%build
gcc src/zopfli/*.c  -lm %{optflags} -o zopfli

%install
mkdir -p %{buildroot}%{_bindir}
install -m 0755 %{name} %{buildroot}%{_bindir}/%{name}

%files
%doc README COPYING
%{_bindir}/%{name}

%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

* Thu May 16 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 1.0.0-1
- upstream release 1.0.0

* Sun Mar 03 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.20130303gitacc035
- initial spec