[pcre] Fix development library link

Petr Pisar ppisar at fedoraproject.org
Thu Feb 9 16:57:08 UTC 2012


commit 738f7d3782bd51904d28aaf2e15b8e4517452555
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Feb 9 16:42:09 2012 +0100

    Fix development library link

 pcre.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pcre.spec b/pcre.spec
index e352891..86d1063 100644
--- a/pcre.spec
+++ b/pcre.spec
@@ -81,7 +81,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_lib}
 mv $RPM_BUILD_ROOT%{_libdir}/libpcre.so.* $RPM_BUILD_ROOT/%{_lib}/
 pushd $RPM_BUILD_ROOT%{_libdir}
-ln -fs ../../%{_lib}/libpcre.so.0 libpcre.so
+ln -fs ../../%{_lib}/libpcre.so.1 libpcre.so
 popd
 
 # Get rid of unneeded *.la files


More information about the scm-commits mailing list