]> git.pld-linux.org Git - packages/linenoise.git/commitdiff
- rel ++; drop ldconfig from build auto/th/linenoise-0-0.git7946e2c.1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 27 Sep 2013 08:50:21 +0000 (10:50 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 27 Sep 2013 08:50:21 +0000 (10:50 +0200)
linenoise.spec

index b7f347df367007ac18236fc8926bb615878486dc..a4041df3aa43304975f1f226a81ca6f079211715 100644 (file)
@@ -4,7 +4,7 @@
 Summary:       Minimal replacement for readline
 Name:          linenoise
 Version:       0
-Release:       0.git%{git_rev}
+Release:       0.git%{git_rev}.1
 # 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,6 +40,9 @@ 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.115845 seconds and 4 git commands to generate.