diff --git a/.gitignore b/.gitignore index 42ed65f..49beb01 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ /kyotocabinet-1.2.27.tar.gz +/kyotocabinet-1.2.29.tar.gz +*.rpm +/kyotocabinet-1.2.29 +/kyotocabinet diff --git a/kyotocabinet.spec b/kyotocabinet.spec index bc4c5fa..461d8f5 100644 --- a/kyotocabinet.spec +++ b/kyotocabinet.spec @@ -1,15 +1,14 @@ %define doctarget %{_defaultdocdir}/%{name}-%{version} Name: kyotocabinet -Version: 1.2.27 -Release: 2%{?dist} +Version: 1.2.29 +Release: 1%{?dist} Summary: A lightweight database library Group: System Environment/Libraries License: GPLv3 URL: http://fallabs.com/kyotocabinet/ -Source0: http://fallabs.com/kyotocabinet/pkg/kyotocabinet-%{version}.tar.gz -Patch0: kyotocabinet-fix-doctarget.patch +Source0: http://fallabs.com/%{name}/pkg/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel @@ -41,7 +40,6 @@ applications that use %{name}. %prep %setup -q -%patch0 -p1 %build %configure --disable-rpath --docdir=%{doctarget} @@ -98,7 +96,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/kcutilmgr.1.gz %{_mandir}/man1/kcutiltest.1.gz %{_libdir}/libkyotocabinet.so.6 -%{_libdir}/libkyotocabinet.so.6.10.0 +%{_libdir}/libkyotocabinet.so.6.12.0 %{doctarget}/ %{doctarget}/doc/command.html %{doctarget}/doc/common.css @@ -366,6 +364,9 @@ rm -rf $RPM_BUILD_ROOT %{doctarget}/doc/api/unionKCDB.html %changelog +* Mon Dec 13 2010 Casey Dahlin - 1.2.29-1 +- Update to latest upstream + * Fri Dec 10 2010 Casey Dahlin - 1.2.27-2 - Separate out devel-doc package - Make sure we own our documentation folder diff --git a/sources b/sources index 33b3557..e03803d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -01da76d5989b67f5b16cf48b170247ff kyotocabinet-1.2.27.tar.gz +bdd9356ef1a8efefd3203726633b1df7 kyotocabinet-1.2.29.tar.gz