Blame SPECS/tokyocabinet.spec

4f74aa
Summary:	A modern implementation of a DBM
4f74aa
Name:		tokyocabinet
4f74aa
Version:	1.4.48
4f74aa
Release:	10%{?dist}
4f74aa
License:	LGPLv2+
4f74aa
Group:		Development/Libraries
4f74aa
URL:		http://fallabs.com/tokyocabinet/
4f74aa
Source:		http://fallabs.com/%{name}/%{name}-%{version}.tar.gz
4f74aa
Patch0:		tokyocabinet-fedora.patch
4f74aa
Patch1:		tokyocabinet-manhelp.patch
4f74aa
BuildRequires:	pkgconfig zlib-devel bzip2-devel autoconf
4f74aa
4f74aa
%description
4f74aa
Tokyo Cabinet is a library of routines for managing a database. It is the 
4f74aa
successor of QDBM. Tokyo Cabinet runs very fast. For example, the time required
4f74aa
to store 1 million records is 1.5 seconds for a hash database and 2.2 seconds
4f74aa
for a B+ tree database. Moreover, the database size is very small and can be up
4f74aa
to 8EB. Furthermore, the scalability of Tokyo Cabinet is great.
4f74aa
4f74aa
%package devel
4f74aa
Summary:	Headers for developing programs that will use %{name}
4f74aa
Group:		Development/Libraries
4f74aa
Requires:	%{name} = %{version}-%{release}
4f74aa
Requires:	pkgconfig
4f74aa
4f74aa
%description devel
4f74aa
This package contains the libraries and header files needed for
4f74aa
developing with %{name}.
4f74aa
4f74aa
%package devel-doc
4f74aa
Summary:	Documentation files for developing programs that will use %{name}
4f74aa
Group:		Development/Libraries
4f74aa
Requires:	%{name} = %{version}-%{release}
4f74aa
Requires:	pkgconfig
4f74aa
BuildArch:	noarch
4f74aa
4f74aa
%description devel-doc
4f74aa
This package contains documentation files for the libraries and header files
4f74aa
needed for developing with %{name}.
4f74aa
4f74aa
%prep
4f74aa
%setup -q
4f74aa
%patch0 -p0 -b .fedora
4f74aa
%patch1 -p1 -b .manhelp
4f74aa
4f74aa
%build
4f74aa
autoconf
4f74aa
%configure --enable-off64 CFLAGS="$CFLAGS"
4f74aa
make %{?_smp_mflags}
4f74aa
										
4f74aa
%install
4f74aa
make DESTDIR=%{buildroot} install
4f74aa
4f74aa
rm -rf %{buildroot}%{_datadir}/%{name}
4f74aa
rm -rf %{buildroot}%{_libdir}/lib%{name}.a
4f74aa
4f74aa
%check
4f74aa
make check
4f74aa
4f74aa
%post -p /sbin/ldconfig
4f74aa
4f74aa
%postun -p /sbin/ldconfig
4f74aa
4f74aa
%files
4f74aa
%doc ChangeLog COPYING README
4f74aa
%{_bindir}/tc*
4f74aa
%{_libdir}/libtokyocabinet.so.*
4f74aa
%{_libexecdir}/tcawmgr.cgi
4f74aa
%{_mandir}/man1/tc*.gz
4f74aa
4f74aa
%files devel
4f74aa
%{_includedir}/tc*.h
4f74aa
%{_libdir}/*.so
4f74aa
%{_libdir}/pkgconfig/%{name}.pc
4f74aa
%{_mandir}/man3/t*.gz
4f74aa
4f74aa
%files devel-doc
4f74aa
%doc doc/*
4f74aa
4f74aa
%changelog
4f74aa
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.48-10
4f74aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4f74aa
4f74aa
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.48-9
4f74aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
4f74aa
4f74aa
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.48-8
4f74aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4f74aa
4f74aa
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.48-7
4f74aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4f74aa
4f74aa
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.48-6
4f74aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
4f74aa
4f74aa
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.48-5
4f74aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4f74aa
4f74aa
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.48-4
4f74aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
4f74aa
4f74aa
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.48-3
4f74aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4f74aa
4f74aa
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.48-2
4f74aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4f74aa
4f74aa
* Mon May 20 2013 Honza Horak <hhorak@redhat.com> - 1.4.48-1
4f74aa
- Update to 1.4.48
4f74aa
- Fix help vs. man page differences
4f74aa
4f74aa
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.47-6
4f74aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4f74aa
4f74aa
* Tue Sep 18 2012 Honza Horak <hhorak@redhat.com> - 1.4.47-5
4f74aa
- Split devel documentation files into new sub-package tokyocabinet-devel-doc
4f74aa
4f74aa
* Tue Sep 18 2012 Honza Horak <hhorak@redhat.com> - 1.4.47-4
4f74aa
- Minor spec file fixes
4f74aa
4f74aa
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.47-3
4f74aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4f74aa
4f74aa
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.47-2
4f74aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4f74aa
4f74aa
* Thu Jul 14 2011 Honza Horak <hhorak@redhat.com> - 1.4.47-1
4f74aa
- Update to 1.4.47
4f74aa
4f74aa
* Wed Jul 13 2011 Honza Horak <hhorak@redhat.com> - 1.4.46-3
4f74aa
- change project URL and source URL to actual destination
4f74aa
4f74aa
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.46-2
4f74aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4f74aa
4f74aa
* Fri Aug 06 2010 Deji Akingunola <dakingun@gmail.com> - 1.4.46-1
4f74aa
- Update to 1.4.46
4f74aa
4f74aa
* Thu Apr 22 2010 Deji Akingunola <dakingun@gmail.com> - 1.4.43-2
4f74aa
- Enable 64-bit file offset support (Fix Fedora bug #514383)
4f74aa
4f74aa
* Thu Mar 11 2010 Deji Akingunola <dakingun@gmail.com> - 1.4.43-1
4f74aa
- Update to 1.4.43 (Fix Fedora bug #572594)
4f74aa
4f74aa
* Thu Mar 04 2010 Deji Akingunola <dakingun@gmail.com> - 1.4.42-1
4f74aa
- Update to 1.4.42
4f74aa
4f74aa
* Thu Dec 17 2009 Deji Akingunola <dakingun@gmail.com> - 1.4.41-1
4f74aa
- Update to 1.4.41
4f74aa
4f74aa
* Wed Sep 30 2009 Deji Akingunola <dakingun@gmail.com> - 1.4.33-1
4f74aa
- Update to 1.4.33
4f74aa
4f74aa
* Fri Aug 28 2009 Deji Akingunola <dakingun@gmail.com> - 1.4.32-1
4f74aa
- Update to 1.4.32
4f74aa
4f74aa
* Mon Aug 10 2009 Deji Akingunola <dakingun@gmail.com> - 1.4.30-1
4f74aa
- New upstream version
4f74aa
4f74aa
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.23-2
4f74aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4f74aa
4f74aa
* Wed Jun 03 2009 Deji Akingunola <dakingun@gmail.com> - 1.4.23-1
4f74aa
- Update to version 1.4.23
4f74aa
4f74aa
* Tue Mar 03 2009 Deji Akingunola <dakingun@gmail.com> - 1.4.9-1
4f74aa
- Update to version 1.4.9
4f74aa
4f74aa
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.27-2
4f74aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4f74aa
4f74aa
* Tue Jan 13 2009 Deji Akingunola <dakingun@gmail.com> - 1.3.27-1
4f74aa
- Update to version 1.3.27
4f74aa
4f74aa
* Mon Aug 25 2008 Deji Akingunola <dakingun@gmail.com> - 1.3.4-1
4f74aa
- Update to 1.3.4
4f74aa
4f74aa
* Sun May 25 2008 Masahiro Hasegawa <masahase@gmail.com> - 1.2.6-1
4f74aa
- Update to 1.2.6
4f74aa
4f74aa
* Mon Apr 28 2008 Deji Akingunola <dakingun@gmail.com> - 1.2.5-1
4f74aa
- Update to 1.2.5
4f74aa
4f74aa
* Fri Feb 08 2008 Deji Akingunola <dakingun@gmail.com> - 1.1.14-1
4f74aa
- Update to 1.1.14
4f74aa
4f74aa
* Fri Jan 11 2008 Deji Akingunola <dakingun@gmail.com> - 1.1.7-1
4f74aa
- Update to 1.1.7
4f74aa
4f74aa
* Tue Dec 18 2007 Deji Akingunola <dakingun@gmail.com> - 1.1.4-1
4f74aa
- Update to 1.1.4
4f74aa
4f74aa
* Sat Nov 24 2007 Deji Akingunola <dakingun@gmail.com> - 1.0.8-1
4f74aa
- Update to 1.0.8
4f74aa
4f74aa
* Sat Nov 24 2007 Deji Akingunola <dakingun@gmail.com> - 1.0.6-1
4f74aa
- Initial package