Author: tpg Date: Fri Feb 9 09:05:09 2007 New Revision: 118327 Added: packages/cooker/yaz/current/SOURCES/yaz-2.1.48.tar.bz2 (contents, props changed) Removed: packages/cooker/yaz/current/SOURCES/yaz-2.1.46.tar.bz2 Modified: packages/cooker/yaz/current/SPECS/yaz.spec
Log: - new version - use major - move non-so files from lib package - spec file clean Added: packages/cooker/yaz/current/SOURCES/yaz-2.1.48.tar.bz2 ============================================================================== Binary file. No diff available. Modified: packages/cooker/yaz/current/SPECS/yaz.spec ============================================================================== --- packages/cooker/yaz/current/SPECS/yaz.spec (original) +++ packages/cooker/yaz/current/SPECS/yaz.spec Fri Feb 9 09:05:09 2007 @@ -3,8 +3,8 @@ Summary: Z39.50 protocol support library Name: yaz -Version: 2.1.46 -Release: %mkrel 2 +Version: 2.1.48 +Release: %mkrel 1 License: BSD-like Group: System/Libraries URL: http://www.indexdata.dk/yaz/ @@ -39,6 +39,7 @@ Group: System/Libraries Requires: openssl Requires: tcp_wrappers +Requires: %{name} = %{version}-%{release} %description -n %{libname} YAZ is a library for the ANSI/NISO Z39.50 protocol for Information @@ -109,12 +110,9 @@ [ "%{buildroot}" != "/" ] && rm -rf %{buildroot} %files -%defattr(-,root,root) +%defattr(644,root,root,755) %doc README LICENSE TODO installed-docs/*.html installed-docs/*.png -%attr(755,root,root) %{_bindir}/yaz-client -%attr(755,root,root) %{_bindir}/yaz-iconv -%attr(755,root,root) %{_bindir}/yaz-marcdump -%attr(755,root,root) %{_bindir}/yaz-ztest +%attr(755,root,root) %{_bindir}/yaz-* %attr(755,root,root) %{_bindir}/zoomsh %attr(755,root,root) %{_bindir}/ziffy %{_mandir}/man1/yaz-client*.* @@ -123,17 +121,18 @@ %{_mandir}/man1/zoomsh.* %{_mandir}/man1/ziffy.1* %{_mandir}/man8/yaz-ztest*.* - -%files -n %{libname} -%defattr(-,root,root) -%{_libdir}/*.so.* +# moved from lib pkg %{_mandir}/man7/* %{_datadir}/yaz/etc +%files -n %{libname} +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/*.so.%{major}* + %files -n %{libname}-devel -%defattr(-,root,root) +%defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/yaz-config -%multiarch %{multiarch_bindir}/yaz-config +%multiarch %attr(755,root,root) %{multiarch_bindir}/yaz-config %attr(755,root,root) %{_bindir}/yaz-asncomp %{_includedir}/yaz %{_libdir}/*.so
