SPECS: srp.spec - more sane workarounds - ghost soname symlinks
qboosh
qboosh at pld-linux.org
Sat Nov 1 17:34:44 CET 2008
Author: qboosh Date: Sat Nov 1 16:34:44 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- more sane workarounds
- ghost soname symlinks
---- Files affected:
SPECS:
srp.spec (1.38 -> 1.39)
---- Diffs:
================================================================
Index: SPECS/srp.spec
diff -u SPECS/srp.spec:1.38 SPECS/srp.spec:1.39
--- SPECS/srp.spec:1.38 Sat Nov 1 15:28:35 2008
+++ SPECS/srp.spec Sat Nov 1 17:34:39 2008
@@ -153,18 +153,21 @@
%{__autoheader}
%{__automake}
cd ../ftp
-touch ../ltmain.sh
+# workaround: install-sh missing here, AUX_DIR not defined explicitly
+touch install-sh
%{__libtoolize}
%{__aclocal}
%{__autoconf}
%{__autoheader}
-automake -a -c --foreign
+%{__automake}
cd ../base
+# see above
+touch install-sh
%{__libtoolize}
%{__aclocal}
%{__autoconf}
%{__autoheader}
-automake -a -c --foreign
+%{__automake}
cd ..
%{__aclocal}
%{__autoconf}
@@ -241,17 +244,26 @@
%files libs
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libkrypto.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libkrypto.so.0
+%attr(755,root,root) %{_libdir}/libsrp.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libsrp.so.0
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/*.h
+%attr(755,root,root) %{_libdir}/libkrypto.so
+%attr(755,root,root) %{_libdir}/libsrp.so
+%{_libdir}/libkrypto.la
+%{_libdir}/libsrp.la
+%{_includedir}/cstr.h
+%{_includedir}/krypto.h
+%{_includedir}/srp*.h
+%{_includedir}/t_*.h
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libkrypto.a
+%{_libdir}/libsrp.a
%files telnet
%defattr(644,root,root,755)
@@ -275,6 +287,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.39 2008/11/01 16:34:39 qboosh
+- more sane workarounds
+- ghost soname symlinks
+
Revision 1.38 2008/11/01 14:28:35 arekm
- hack
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/srp.spec?r1=1.38&r2=1.39&f=u
More information about the pld-cvs-commit
mailing list