]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
- add symlink to shared lib
authorlaroche <laroche>
Tue, 4 Feb 2003 11:09:55 +0000 (11:09 +0000)
committerlaroche <laroche>
Tue, 4 Feb 2003 11:09:55 +0000 (11:09 +0000)
newt.spec

index 890d3a90e256fb086c3e57251f0ce827905eaa38..89d65ec8a677586228ae68fcf84d88a38bd2bf59 100644 (file)
--- a/newt.spec
+++ b/newt.spec
@@ -4,7 +4,7 @@ Summary: A development library for text mode user interfaces.
 Name: newt
 %define version 0.51.3
 Version: %{version}
-Release: 1
+Release: 2
 License: LGPL
 Group: System Environment/Libraries
 Source: newt-%{version}.tar.gz
@@ -52,6 +52,8 @@ rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT
 %makeinstall
 
+/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_libdir}
+
 python -c 'from compileall import *; compile_dir("'$RPM_BUILD_ROOT'%{_libdir}/python%{pythonver}",10,"%{_libdir}/python%{pythonver}")'
 
 %clean
@@ -81,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libnewt.so
 
 %changelog
+* Tue Feb 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
+- add symlink to shared lib
+
 * Sun Jan  5 2003 Adrian Havill <havill@redhat.com> 0.51.3-1
 - cleaned up const qualifiers in interfaces
 - added Ctrl-L screen refresh