packages: libaio/libaio-DESTDIR.patch, libaio/libaio.spec - updated DESTDIR...

qboosh qboosh at pld-linux.org
Sun Jan 24 21:40:55 CET 2010


Author: qboosh                       Date: Sun Jan 24 20:40:55 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated DESTDIR patch to use relative soname symlink (same directory)
- dropped outdated rpm-utils BR

---- Files affected:
packages/libaio:
   libaio-DESTDIR.patch (1.1 -> 1.2) , libaio.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: packages/libaio/libaio-DESTDIR.patch
diff -u packages/libaio/libaio-DESTDIR.patch:1.1 packages/libaio/libaio-DESTDIR.patch:1.2
--- packages/libaio/libaio-DESTDIR.patch:1.1	Tue Oct 27 15:22:45 2009
+++ packages/libaio/libaio-DESTDIR.patch	Sun Jan 24 21:40:49 2010
@@ -23,7 +23,7 @@
 +	install -D -m 644 libaio.h $(DESTDIR)$(includedir)/libaio.h
 +	install -D -m 644 libaio.a $(DESTDIR)$(usrlibdir)/libaio.a
 +	install -D -m 755 $(libname) $(DESTDIR)$(libdir)/$(libname)
-+	ln -sf $(libdir)/$(libname) $(DESTDIR)$(libdir)/$(soname)
++	ln -sf $(libname) $(DESTDIR)$(libdir)/$(soname)
 +	ln -sf $(libdir)/$(libname) $(DESTDIR)$(usrlibdir)/libaio.so
  
  $(libaio_objs): libaio.h

================================================================
Index: packages/libaio/libaio.spec
diff -u packages/libaio/libaio.spec:1.14 packages/libaio/libaio.spec:1.15
--- packages/libaio/libaio.spec:1.14	Mon Jan 18 15:38:32 2010
+++ packages/libaio/libaio.spec	Sun Jan 24 21:40:49 2010
@@ -1,5 +1,8 @@
 # $Revision$, $Date$
-%bcond_without	tests
+#
+# Conditional build:
+%bcond_without	tests	# don't perform make partcheck
+#
 Summary:	Linux-native asynchronous I/O access library
 Summary(pl.UTF-8):	Biblioteka natywnego dla Linuksa asynchronicznego dostępu do wejścia/wyjścia
 Name:		libaio
@@ -10,7 +13,6 @@
 Source0:	ftp://ftp.kernel.org/pub/linux/libs/aio/%{name}-%{version}.tar.gz
 # Source0-md5:	435a5b16ca6198eaf01155263d855756
 Patch0:		%{name}-DESTDIR.patch
-BuildRequires:	rpm-utils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -116,6 +118,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2010/01/24 20:40:49  qboosh
+- updated DESTDIR patch to use relative soname symlink (same directory)
+- dropped outdated rpm-utils BR
+
 Revision 1.14  2010/01/18 14:38:32  arekm
 - no need for src.rpm, use tarball
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libaio/libaio-DESTDIR.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libaio/libaio.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list