Blame SPECS/tokyocabinet.spec

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