X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz.spec.in;h=0dc15c8d1b3eb63a0357b01e19e84baf6d75e530;hp=1ba25850218dfd9c1c62c55e40306957138fc288;hb=d940392c53c32ccf76fb287cc5b997b9e921a431;hpb=aa445c654412e914fcc6df99f10e182d66067134 diff --git a/yaz.spec.in b/yaz.spec.in index 1ba2585..0dc15c8 100644 --- a/yaz.spec.in +++ b/yaz.spec.in @@ -19,7 +19,7 @@ for the ANSI/NISO Z39.50 protocol for Information Retrieval. %package -n libyaz3 Summary: Z39.50 Library Group: Libraries -Requires: libxslt openssl +Requires: libxslt openssl libicu %description -n libyaz3 YAZ is a library for the ANSI/NISO Z39.50 protocol for Information @@ -35,13 +35,22 @@ Conflicts: libyaz-devel Development libraries and includes for the libyaz package. %package -n yaz-illclient -Summary: ILL client +Summary: ILL client Group: Applications/Communication Requires: readline libyaz3 = %{version} %description -n yaz-illclient yaz-illclient: an ISO ILL client. +%package -n yaz-icu +Summary: Command line utility for ICU utilities of YAZ +Group: Applications/Communication +Requires: libyaz3 = %{version} + +%description -n yaz-icu +The yaz-icu program is a command-line based client which exposes the ICU +chain facility of YAZ. + %prep %setup @@ -68,13 +77,11 @@ rm -fr ${RPM_BUILD_ROOT} %{_bindir}/zoomsh %{_bindir}/yaz-marcdump %{_bindir}/yaz-iconv -%{_bindir}/yaz-icu %{_mandir}/man1/yaz-client.* %{_mandir}/man8/yaz-ztest.* %{_mandir}/man1/zoomsh.* %{_mandir}/man1/yaz-marcdump.* %{_mandir}/man1/yaz-iconv.* -%{_mandir}/man1/yaz-icu.* %{_mandir}/man7/yaz-log.* %files -n libyaz3 @@ -101,3 +108,8 @@ rm -fr ${RPM_BUILD_ROOT} %defattr(-,root,root) %{_bindir}/yaz-illclient %{_mandir}/man1/yaz-illclient.* + +%files -n yaz-icu +%defattr(-,root,root) +%{_bindir}/yaz-icu +%{_mandir}/man1/yaz-icu.*