auto-import changelog data from gdbm-1.8.0-20.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Fri Oct 04 2002 Nalin Dahyabhai <nalin@redhat.com> 1.8.0-19
- rebuild
Fri Sep 13 2002 Nalin Dahyabhai <nalin@redhat.com> 1.8.0-18.1
- run make with libdir overridden so that it has the value passed to
    configure instead of $(prefix)/lib
			
			
This commit is contained in:
		
							parent
							
								
									b4ca14a7d1
								
							
						
					
					
						commit
						a03f941199
					
				
							
								
								
									
										21
									
								
								gdbm.spec
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								gdbm.spec
									
									
									
									
									
								
							@ -3,7 +3,7 @@
 | 
			
		||||
Summary: A GNU set of database routines which use extensible hashing.
 | 
			
		||||
Name: gdbm
 | 
			
		||||
Version: 1.8.0
 | 
			
		||||
Release: 18
 | 
			
		||||
Release: 20
 | 
			
		||||
Source: ftp://ftp.gnu.org/gnu/gdbm-%{version}.tar.gz
 | 
			
		||||
Patch0: gdbm-1.8.0-jbj.patch
 | 
			
		||||
Patch1: gdbm-1.8.0-fhs.patch
 | 
			
		||||
@ -52,16 +52,17 @@ libtoolize --force --copy
 | 
			
		||||
aclocal
 | 
			
		||||
autoreconf
 | 
			
		||||
%configure
 | 
			
		||||
make
 | 
			
		||||
# We need to override libdir, which for whatever reason is set to $(prefix)/lib
 | 
			
		||||
# instead of the value passed to configure above.
 | 
			
		||||
make libdir=%{_libdir}
 | 
			
		||||
 | 
			
		||||
%install
 | 
			
		||||
rm -rf ${RPM_BUILD_ROOT}
 | 
			
		||||
 | 
			
		||||
%makeinstall install-compat
 | 
			
		||||
 | 
			
		||||
pushd $RPM_BUILD_ROOT
 | 
			
		||||
ln -sf gdbm/gdbm.h .%{_oldincludedir}/gdbm.h
 | 
			
		||||
ln -sf libgdbm.so.2.0.0 .%{_libdir}/libgdbm.so
 | 
			
		||||
ln -sf gdbm/gdbm.h $RPM_BUILD_ROOT/%{_oldincludedir}/gdbm.h
 | 
			
		||||
ln -sf libgdbm.so.2.0.0 $RPM_BUILD_ROOT/%{_libdir}/libgdbm.so
 | 
			
		||||
 | 
			
		||||
%post -p /sbin/ldconfig
 | 
			
		||||
 | 
			
		||||
@ -94,6 +95,16 @@ fi
 | 
			
		||||
rm -rf ${RPM_BUILD_ROOT}
 | 
			
		||||
 | 
			
		||||
%changelog
 | 
			
		||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
 | 
			
		||||
- rebuilt
 | 
			
		||||
 | 
			
		||||
* Fri Oct  4 2002 Nalin Dahyabhai <nalin@redhat.com> 1.8.0-19
 | 
			
		||||
- rebuild
 | 
			
		||||
 | 
			
		||||
* Fri Sep 13 2002 Nalin Dahyabhai <nalin@redhat.com> 1.8.0-18.1
 | 
			
		||||
- run make with libdir overridden so that it has the value passed to configure
 | 
			
		||||
  instead of $(prefix)/lib
 | 
			
		||||
 | 
			
		||||
* Wed Jul 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.8.0-18
 | 
			
		||||
- Remove cflags for large database support - not compatible 
 | 
			
		||||
  with databases without it
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user