Lukas Zapletal ed505e7
Name:           lbzip2
Lukas Zapletal 839cf15
Version:        2.2
Lukas Zapletal 839cf15
Release:        1%{?dist}
Lukas Zapletal ed505e7
Summary:        Fast, multi-threaded bzip2 utility
Lukas Zapletal ed505e7
Group:          Applications/File
Lukas Zapletal 13d476e
License:        GPLv3+
Lukas Zapletal 97d6b4f
URL:            https://github.com/kjn/lbzip2
Lukas Zapletal fce9c0d
Source0:        https://github.com/downloads/kjn/%{name}/%{name}-%{version}.tar.gz
Lukas Zapletal ed505e7
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Lukas Zapletal ed505e7
Lukas Zapletal 7cbeec5
Lukas Zapletal ed505e7
%description
Lukas Zapletal 13d476e
lbzip2 is an independent, multi-threaded implementation of bzip2. It is
Lukas Zapletal 13d476e
commonly the fastest SMP (and uniprocessor) bzip2 compressor and
Lukas Zapletal 13d476e
decompressor.
Lukas Zapletal ed505e7
Lukas Zapletal 7cbeec5
Lukas Zapletal ed505e7
%prep
Lukas Zapletal 97d6b4f
%setup -q
Lukas Zapletal ed505e7
Lukas Zapletal 7cbeec5
Lukas Zapletal ed505e7
%build
Lukas Zapletal 97d6b4f
%configure
Lukas Zapletal 97d6b4f
make %{?_smp_mflags}
Lukas Zapletal ed505e7
Lukas Zapletal 7cbeec5
Lukas Zapletal ed505e7
%install
Lukas Zapletal ed505e7
rm -rf %{buildroot}
Lukas Zapletal 97d6b4f
make install DESTDIR=%{buildroot}
Lukas Zapletal ed505e7
Lukas Zapletal 7cbeec5
Lukas Zapletal 5626503
%check
Lukas Zapletal 5626503
make check
Lukas Zapletal 5626503
Lukas Zapletal 5626503
Lukas Zapletal ed505e7
%clean
Lukas Zapletal ed505e7
rm -rf %{buildroot}
Lukas Zapletal ed505e7
Lukas Zapletal 7cbeec5
Lukas Zapletal ed505e7
%files
Lukas Zapletal ed505e7
%defattr(-,root,root,-)
Lukas Zapletal 97d6b4f
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
Lukas Zapletal 7cbeec5
%{_bindir}/%{name}
Lukas Zapletal 7cbeec5
%{_bindir}/lbzcat
Lukas Zapletal 7cbeec5
%{_bindir}/lbunzip2
Lukas Zapletal 7cbeec5
%doc %{_mandir}/man1/%{name}.1*
Lukas Zapletal 7cbeec5
%doc %{_mandir}/man1/lbzcat.1*
Lukas Zapletal 7cbeec5
%doc %{_mandir}/man1/lbunzip2.1*
Lukas Zapletal ed505e7
Lukas Zapletal 7cbeec5
Lukas Zapletal ed505e7
%changelog
Lukas Zapletal 839cf15
* Tue Aug 14 2012 Lukas Zapletal <lzap+rpm[@]redhat.com> - 2.2-1
Lukas Zapletal 839cf15
- version bump to 2.2
Lukas Zapletal 839cf15
Lukas Zapletal 1b59338
* Fri Jul 27 2012 Lukas Zapletal <lzap+rpm[@]redhat.com> - 2.1-5
Lukas Zapletal 1b59338
- new upstream release fixes gnu lib (gl1)
Lukas Zapletal 1b59338
f2d2560
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-4
f2d2560
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f2d2560
Lukas Zapletal 5626503
* Wed Jun 13 2012 Lukas Zapletal <lzap+rpm[@]redhat.com> - 2.1-3
Lukas Zapletal 5626503
- 829461 - Run unit tests during build
Lukas Zapletal 5626503
28489ac
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-2
28489ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
28489ac
Lukas Zapletal afd3b93
* Wed Nov 24 2011 Lukas Zapletal <lzap+rpm[@]redhat.com> - 2.1-1
Lukas Zapletal afd3b93
- update to 2.1 security release
Lukas Zapletal afd3b93
Lukas Zapletal 13d476e
* Tue Nov 22 2011 Lukas Zapletal <lzap+rpm[@]redhat.com> - 2.0-2
Lukas Zapletal 13d476e
- fixing license to GPLv3+
Lukas Zapletal 13d476e
- fixed dependencies
Lukas Zapletal 13d476e
- better description
Lukas Zapletal 13d476e
Lukas Zapletal 97d6b4f
* Sat Nov 19 2011 Lukas Zapletal <lzap+rpm[@]redhat.com> - 2.0-1
Lukas Zapletal 97d6b4f
- new package with autotools
Lukas Zapletal 97d6b4f
Lukas Zapletal 97d6b4f
* Thu Jun 02 2011 Lukas Zapletal <lzap+rpm[@]redhat.com> - 0.23-3
Lukas Zapletal 97d6b4f
- EPEL package
Lukas Zapletal 97d6b4f
- removing dash dependency
Lukas Zapletal 97d6b4f
c5e19c1
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-2
c5e19c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c5e19c1
Lukas Zapletal 7cbeec5
* Wed Dec 09 2010 Lukas Zapletal <lzap+spam@redhat.com> - 0.23-2
Lukas Zapletal 7cbeec5
- Updated files section and patches description
Lukas Zapletal 7cbeec5
Lukas Zapletal ed505e7
* Thu Nov 25 2010 Lukas Zapletal <lzap+spam@redhat.com> - 0.23-1
Lukas Zapletal ed505e7
- Initial packaging done by original author Laszlo Ersek.