]> git.pld-linux.org Git - packages/linenoise.git/commitdiff
- rel .2; full ldconfig path auto/th/linenoise-0-0.git7946e2c.2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 27 Sep 2013 08:57:08 +0000 (10:57 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 27 Sep 2013 08:57:08 +0000 (10:57 +0200)
linenoise-build-shared-lib.patch
linenoise.spec

index d5d994620aa39dba296774f30597b95967b81a74..ab4785e20199d0833c3576ce1af2cc778e295994 100644 (file)
@@ -47,7 +47,7 @@ index 3086e92..a1a906f 100644
 +      install -m 0644 linenoise.h $(DESTDIR)$(INCLUDEDIR)
 +      install -m 0755 -d $(DESTDIR)$(LIBDIR)
 +      install -m 0755 $(LIB) $(DESTDIR)$(LIBDIR)
-+      ldconfig -n $(DESTDIR)$(LIBDIR)
++      /sbin/ldconfig -n $(DESTDIR)$(LIBDIR)
 +      ln -s $(LIB) $(DESTDIR)$(LIBDIR)/liblinenoise.so
 -- 
 1.7.11.7
index a4041df3aa43304975f1f226a81ca6f079211715..02be32d34557298ce2e94b0314cd1c414a7dba67 100644 (file)
@@ -4,7 +4,7 @@
 Summary:       Minimal replacement for readline
 Name:          linenoise
 Version:       0
-Release:       0.git%{git_rev}.1
+Release:       0.git%{git_rev}.2
 # The licenses are a bit of a mess here...
 # utf8.{c,h} contain incomplete license headers. They refer to a "LICENSE" file
 # which is actually from jimtcl. A copy is committed in dist-git as
@@ -40,9 +40,6 @@ This package contains files needed for developing software that uses
 
 %prep
 %setup -q -n tadmarshall-%{name}-%{git_rev}
-
-sed -i -e 's#ldconfig.*##g' Makefile
-
 %patch0 -p1
 %patch1 -p1
 
This page took 0.10968 seconds and 4 git commands to generate.