rpms/dbh/devel dbh.spec,1.4,1.5

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Fri Dec 23 07:07:29 UTC 2005


Author: kevin

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

Modified Files:
	dbh.spec 
Log Message:
Remove hard coded dist tag (fixes bug 176471)
Remove zero length TODO and NEWS files
Remove static libs
Remove .la files



Index: dbh.spec
===================================================================
RCS file: /cvs/extras/rpms/dbh/devel/dbh.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dbh.spec	18 May 2005 22:34:43 -0000	1.4
+++ dbh.spec	23 Dec 2005 07:07:29 -0000	1.5
@@ -1,7 +1,7 @@
 Summary: Disk based hash library
 Name: dbh
 Version: 1.0.24
-Release: 1.fc4
+Release: 2%{?dist}
 URL: http://www.xfce.org/
 Source0: http://www.us.xfce.org/archive/xfce-4.2.2/src/dbh-1.0.24.tar.gz
 Patch: dbh-1.0.22-rpath.patch
@@ -34,7 +34,7 @@
 %patch -p1 -b .rpath
 
 %build
-%configure --disable-rpath
+%configure --disable-rpath --disable-static
 
 make %{?_smp_mflags}
 
@@ -42,6 +42,8 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT 
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -51,18 +53,23 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%doc AUTHORS COPYING ChangeLog README
 %{_libdir}/*.so.*
 
 %files devel
 %defattr(-, root, root)
 %doc examples/*.c examples/Makefile* doc/*.html
 %{_libdir}/lib*.so
-%{_libdir}/*a
 %{_libdir}/pkgconfig/*
 %{_includedir}/*
 
 %changelog
+* Thu Dec 22 2005 Kevin Fenzi <kevin at tummy.com> - 1:1.0.24-2.fc5
+- Remove hard coded dist tag (fixes bug 176471)
+- Remove zero length TODO and NEWS files
+- Remove static libs
+- Remove .la files
+
 * Tue May 17 2005 Kevin Fenzi <kevin at tummy.com> - 1:1.0.24-1.fc4
 - Update to 1.0.24
 




More information about the scm-commits mailing list