projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
540b891
)
RPM: call ldconfig for libyaz4, not yaz
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 8 Sep 2010 18:23:34 +0000
(20:23 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 8 Sep 2010 18:23:34 +0000
(20:23 +0200)
yaz.spec.in
patch
|
blob
|
history
diff --git
a/yaz.spec.in
b/yaz.spec.in
index
0749222
..
67c9892
100644
(file)
--- a/
yaz.spec.in
+++ b/
yaz.spec.in
@@
-30,8
+30,8
@@
Requires: libxslt gnutls libicu
YAZ is a library for the ANSI/NISO Z39.50 protocol for Information
Retrieval.
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post -n libyaz4 -p /sbin/ldconfig
+%postun -n libyaz4 -p /sbin/ldconfig
%package -n libyaz4-devel
Summary: Z39.50 Library - development package