]> git.pld-linux.org Git - packages/libaio.git/commitdiff
- updated DESTDIR patch to use relative soname symlink (same directory) auto/ti/libaio-0_3_109-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 Jan 2010 20:40:49 +0000 (20:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- dropped outdated rpm-utils BR

Changed files:
    libaio-DESTDIR.patch -> 1.2
    libaio.spec -> 1.15

libaio-DESTDIR.patch
libaio.spec

index 7779a9c9010ce73c5fe31710d309525adc85150d..4a9e4c4477cc255dfd3ed4a8284f94b1bd6f53be 100644 (file)
@@ -23,7 +23,7 @@ diff -up libaio-0.3.107/src/Makefile.orig libaio-0.3.107/src/Makefile
 +      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 05e5df4f33a183f16ba4d02b622279fd5da0c620..1ea32a5927e3c2df49c960a09e489fd8cbb6f926 100644 (file)
@@ -1,4 +1,7 @@
-%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
@@ -9,7 +12,6 @@ Group:         Libraries
 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
This page took 0.088044 seconds and 4 git commands to generate.