X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsilc-client.spec.in;h=962bb4b10044319124e4af929f689d881f75634d;hb=c70d87266b0478ed9aaa7d03cd192e3aa8ceaf3e;hp=41a481198c01502262e7e451fbe93c3b8833a96a;hpb=9594a5a4ae1f171437ff6641447434e430578a62;p=runtime.git diff --git a/apps/irssi/silc-client.spec.in b/apps/irssi/silc-client.spec.in index 41a48119..962bb4b1 100644 --- a/apps/irssi/silc-client.spec.in +++ b/apps/irssi/silc-client.spec.in @@ -15,11 +15,6 @@ SILC (Secure Internet Live Conferencing) is a protocol which provides secure conferencing services on the Internet over insecure channel. SILC Client is used to connect to SILC server and SILC network. -# Need this because the irssi's configure we run from silc-client -# configure somehow installs some of the files to location where I don't -# know how to reach them. -%define _unpackaged_files_terminate_build 0 - %prep %setup -q @@ -36,21 +31,22 @@ make -j4 %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -rm -f $RPM_BUILD_ROOT/%{_libdir}/perl5/5.6.0/i386-linux/perllocal.pod -rm -f $RPM_BUILD_ROOT/%{_datadir}/doc/silc-client +rm -f $RPM_BUILD_ROOT/%{_libdir}/silc/perl5/*/perllocal.pod +mv $RPM_BUILD_ROOT/%{_datadir}/doc/silc-client \ + $RPM_BUILD_ROOT/%{_datadir}/doc/silc-client-%version %clean rm -rf $RPM_BUILD_ROOT %files -%defattr (-,root,root,-) +%defattr (755,root,root,755) %{_bindir}/* %{_libdir}/silc/perl5 +%defattr (644,root,root,755) %{_sysconfdir}/silc.conf %{_mandir}/man1/* %{_datadir}/silc -%doc CHANGES COPYING CREDITS README README.PLUGIN TODO doc/FAQ -%doc apps/irssi/docs/*.txt apps/irssi/docs/*.html +%doc %{_datadir}/doc %changelog * Sun Jun 3 2007 - Pekka Riikonen