rpms/dbh/devel dbh-1.0.22-rpath.patch, NONE, 1.1 dbh.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Sat Mar 19 17:36:05 UTC 2005


Author: kevin

Update of /cvs/extras/rpms/dbh/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20957/devel

Modified Files:
	.cvsignore sources 
Added Files:
	dbh-1.0.22-rpath.patch dbh.spec 
Log Message:
auto-import dbh-1.0.22-1 on branch devel from dbh-1.0.22-1.src.rpm

dbh-1.0.22-rpath.patch:

--- NEW FILE dbh-1.0.22-rpath.patch ---
diff -Nur dbh-1.0.22.orig/src/dbh-1.0.pc.in dbh-1.0.22/src/dbh-1.0.pc.in
--- dbh-1.0.22.orig/src/dbh-1.0.pc.in	2005-01-28 13:26:35.000000000 -0700
+++ dbh-1.0.22/src/dbh-1.0.pc.in	2005-03-15 19:10:10.705246122 -0700
@@ -7,5 +7,5 @@
 Description: Diskbased Hashtables
 Requires:
 Version: @DBH_VERSION@
-Libs: -Wl,-R${libdir} -L${libdir} -ldbh -lm
+Libs: -L${libdir} -ldbh -lm
 Cflags: -I${includedir}


--- NEW FILE dbh.spec ---
Summary: Disk based hash library
Name: dbh
Version: 1.0.22
Release: 1
URL: http://www.xfce.org/
Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src/dbh-1.0.22.tar.gz
Patch: dbh-1.0.22-rpath.patch
Epoch: 1
License: LGPL
Group: System Environment/Libraries
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description 
Disk based hashes is a method to create multidimensional binary trees on disk.
This library permits the extension of database concept to a plethora of 
electronic data, such as graphic information. With the multidimensional binary 
tree it is possible to mathematically prove that access time to any 
particular record is minimized (using the concept of critical points from 
calculus), which provides the means to construct optimized databases for 
particular applications.

%package devel
Summary: Header files for disk based hash library
Group: Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release}

%description devel
This package includes the static libraries and header files you will need
to compile applications for dbh.

%prep
%setup -q

%patch -p1 -b .rpath

%build
%configure --disable-rpath

make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT 

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_libdir}/*.so.*

%files devel
%defattr(-, root, root)
%doc examples/*.c examples/Makefile* doc/*.html
%{_libdir}/lib*.so
%{_libdir}/*a
%{_libdir}/pkgconfig/*
%{_includedir}/*

%changelog
* Tue Mar 15 2005 Kevin Fenzi <kevin at tummy.com> - 1:1.0.22-1
- Updated to 4.2.1 version
- Rediffed rpath patch for new version

* Tue Mar  8 2005 Kevin Fenzi <kevin at tummy.com> - 1:1.0.20-3
- Removed generic INSTALL doc from doc

* Sun Mar  6 2005 Kevin Fenzi <kevin at tummy.com> - 1:1.0.20-2
- Inital fedora extras version
- Updated Source line
- Changed license to LGPL
- Increased the Release version by one

* Wed Dec 08 2004 Than Ngo <than at redhat.com> 1:1.0.20-1
- update to 1.0.20

* Tue Sep 28 2004 Than Ngo <than at redhat.com> 1:1.0.18-5
- fix file conflicts

* Tue Jun 15 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Thu May 13 2004 Than Ngo <than at redhat.com> 1:1.0.18-3
- get rid of rpath

* Sun Apr 18 2004 Warren Togami <wtogami at redhat.com> 1:1.0.18-2
- #121140 explicit epoch in -devel dep

* Thu Apr 15 2004 Than Ngo <than at redhat.com> 1:1.0.18-1
- update to 1.0.18

* Tue Mar 02 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Fri Feb 13 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Tue Dec 16 2003 Than Ngo <than at redhat.com> 1.0.15-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dbh/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Mar 2005 06:44:16 -0000	1.1
+++ .cvsignore	19 Mar 2005 17:36:03 -0000	1.2
@@ -0,0 +1 @@
+dbh-1.0.22.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dbh/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Mar 2005 06:44:16 -0000	1.1
+++ sources	19 Mar 2005 17:36:03 -0000	1.2
@@ -0,0 +1 @@
+2dfd35a284068ed0e5a545d18f9bf0f2  dbh-1.0.22.tar.gz




More information about the fedora-extras-commits mailing list