[qdbm/f12/master] - 1.8.78

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Aug 26 17:23:12 UTC 2010


commit ab6c8ac556f787e75890fead52601eafc825b194
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Fri Aug 27 02:23:10 2010 +0900

    - 1.8.78

 .gitignore |    1 +
 qdbm.spec  |   46 ++++++++++++++++++++++++++++++++++------------
 sources    |    2 +-
 3 files changed, 36 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d1f46bb..d0770de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 qdbm-1.8.77.tar.gz
+/qdbm-1.8.78.tar.gz
diff --git a/qdbm.spec b/qdbm.spec
index cb01882..9da7fa0 100644
--- a/qdbm.spec
+++ b/qdbm.spec
@@ -3,14 +3,13 @@
 %{!?ruby_sitelib:	%define ruby_sitelib	%(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')}
 
 Name:		qdbm
-Version:	1.8.77
-Release:	5%{?dist}
+Version:	1.8.78
+Release:	1%{?dist}
 License:	LGPLv2+
 
-URL:		http://qdbm.sourceforge.net/
-Source0:	http://qdbm.sourceforge.net/%{name}-%{version}.tar.gz
+URL:		http://fallabs.com/qdbm/
+Source0:	http://fallabs.com/qdbm/%{name}-%{version}.tar.gz
 
-BuildRoot:	%{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
 BuildRequires:	zlib-devel
 BuildRequires:	bzip2-devel
 BuildRequires:	lzo-devel
@@ -35,7 +34,6 @@ speed, smaller size of a database file, and simpler API.
 Summary:	Libraries and Header files for QDBM Database library
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	pkgconfig
 
 %description devel
 This is the development package that provides header files and libraries
@@ -65,6 +63,7 @@ This package contains a Java interface for QDBM Database library.
 Summary:	QDBM Database Library for Perl
 Group:		System Environment/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description perl
 This package contains a Perl interface for QDBM Database library.
@@ -102,6 +101,16 @@ This package contains a Ruby interface for QDBM Database library.
 %prep
 %setup -q
 
+# Fix path in doc/index*.html
+sed -i.link  \
+	-e 's|"spex|"../%{name}-devel-%{version}/spex|' \
+	-e 's|"xspex|"../%{name}++-devel-%{version}/xspex|' \
+	-e 's|"jspex|"../%{name}-java-%{version}/jspex|' \
+	-e 's|"plspex|"../%{name}-perl-%{version}/plspex|' \
+	-e 's|"rbspex|"../ruby-%{name}-%{version}/rbspex|' \
+	-e 's|"cgispex|"../%{name}-cgi-%{version}/cgispex|' \
+	doc/index*.html
+	
 %build
 ## 0. First:
 ## - remove rpath
@@ -269,6 +278,9 @@ popd
 %files
 %defattr(-, root, root, -)
 %doc COPYING ChangeLog NEWS README THANKS
+%doc doc/*png
+%doc doc/index.html
+%lang(ja) %doc doc/index.ja.html
 
 %{_bindir}/[a-wyz]*
 %exclude %{_bindir}/pl*
@@ -281,8 +293,8 @@ popd
 
 %files devel
 %defattr(-, root, root, -)
-%doc spex.html
-%lang(ja) %doc spex-ja.html
+%doc doc/spex.html
+%lang(ja) %doc doc/spex-ja.html
 %{_mandir}/man3/*
 
 %{_includedir}/qdbm/[a-w]*.h
@@ -299,7 +311,7 @@ popd
 %config(noreplace) %{_sysconfdir}/qdbm/*.conf
 
 %files java
-%defattr(-, root, root)
+%defattr(-, root, root,-)
 %doc java/japidoc/
 %doc java/jspex.html
 %lang(ja) %doc java/jspex-ja.html
@@ -319,15 +331,16 @@ popd
 
 %files -n qdbm++
 %defattr(-, root, root, -)
-%doc plus/xapidoc/
-%doc plus/xspex.html
-%lang(ja) %doc plus/xspex-ja.html
 
 %{_bindir}/x*
 %{_libdir}/libxqdbm.so.*
 
 %files -n qdbm++-devel
 %defattr(-, root, root, -)
+%doc plus/xapidoc/
+%doc plus/xspex.html
+%lang(ja) %doc plus/xspex-ja.html
+
 %{_includedir}/qdbm/x*.h
 %{_libdir}/libxqdbm.so
 
@@ -343,6 +356,15 @@ popd
 
 
 %changelog
+* Fri Aug 27 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.8.78-1
+- 1.8.78
+
+* Wed Jun 02 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.8.77-7
+- Mass rebuild with perl-5.12.0
+
+* Wed Dec 23 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.8.77-6
+- F-13: rebuild for new perl
+
 * Sat Jul 25 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.8.77-5
 - F-12: Mass rebuild
 
diff --git a/sources b/sources
index 0530cb1..fdbb9dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-084e07824e231969356ec7cefac97985  qdbm-1.8.77.tar.gz
+66b3bd69a651316b8d6adc2f21cf3225  qdbm-1.8.78.tar.gz


More information about the scm-commits mailing list