SPECS: shishi.spec - ghost soname symlinks
qboosh
qboosh at pld-linux.org
Sat Jan 5 13:42:07 CET 2008
Author: qboosh Date: Sat Jan 5 12:42:07 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ghost soname symlinks
---- Files affected:
SPECS:
shishi.spec (1.51 -> 1.52)
---- Diffs:
================================================================
Index: SPECS/shishi.spec
diff -u SPECS/shishi.spec:1.51 SPECS/shishi.spec:1.52
--- SPECS/shishi.spec:1.51 Sat Jan 5 12:50:46 2008
+++ SPECS/shishi.spec Sat Jan 5 13:42:01 2008
@@ -147,7 +147,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/%{_lib}/security,/etc/{sysconfig,rc.d/init.d}}
+install -d $RPM_BUILD_ROOT/etc/{sysconfig,rc.d/init.d}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -201,7 +201,10 @@
%attr(755,root,root) %{_bindir}/shisa
%attr(755,root,root) %{_bindir}/shishi
%attr(755,root,root) %{_sbindir}/keytab2shishi
-%attr(755,root,root) %{_libdir}/libshis*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libshisa.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libshisa.so.0
+%attr(755,root,root) %{_libdir}/libshishi.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libshishi.so.0
%dir %{_sysconfdir}/shishi
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/shishi/shisa.conf
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/shishi/shishi.conf
@@ -216,15 +219,20 @@
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libshis*.so
-%{_libdir}/libshis*.la
-%{_includedir}/shis*.h
+%attr(755,root,root) %{_libdir}/libshisa.so
+%attr(755,root,root) %{_libdir}/libshishi.so
+%{_libdir}/libshisa.la
+%{_libdir}/libshishi.la
+%{_includedir}/shisa.h
+%{_includedir}/shishi*.h
%{_pkgconfigdir}/shishi.pc
-%{_mandir}/man3/*
+%{_mandir}/man3/shisa*.3*
+%{_mandir}/man3/shishi*.3*
%files static
%defattr(644,root,root,755)
-%{_libdir}/libshis*.a
+%{_libdir}/libshisa.a
+%{_libdir}/libshishi.a
%files shishid
%defattr(644,root,root,755)
@@ -235,7 +243,7 @@
%files -n pam-pam_shishi
%defattr(644,root,root,755)
-%attr(755,root,root) /%{_lib}/security/pam_shishi.so*
+%attr(755,root,root) /%{_lib}/security/pam_shishi.so
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -243,6 +251,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.52 2008-01-05 12:42:01 qboosh
+- ghost soname symlinks
+
Revision 1.51 2008-01-05 11:50:46 qboosh
- updated init script (fixed force-reload, added try-restart)
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/shishi.spec?r1=1.51&r2=1.52&f=u
More information about the pld-cvs-commit
mailing list