diff -r 4f133201e207 -r 4667f24fe848 inetutils/inetutils.spec --- a/inetutils/inetutils.spec Fri Mar 11 21:30:26 2011 +0100 +++ b/inetutils/inetutils.spec Fri Mar 11 21:36:51 2011 +0100 @@ -2,9 +2,9 @@ Name: inetutils Summary: GNU Internet Utilities URL: http://www.gnu.org/software/inetutils/ -Vendor: Free Software Foundation +Vendor: Europalab Software Packager: Michael Schloh von Bennewitz -Distribution: OpenPKG Community +Distribution: MeeGo Thirdparty Group: Network License: GPL Version: 1.8 @@ -15,14 +15,15 @@ # build information BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: ncurses, make -Requires(pre): ncurses +BuildRequires: make +#Requires(pre): ncurses %description The GNU Internet Utilities are a collection of common network - programs. Please note that specific to this OpenPKG version only a - subset of the original GNU Internet Utilities is provided. Mainly we - provide networking clients only. + programs. A subset of the GNU Internet Utilities is provided, + namely only the client programs are installed. These clients + all start with the letter 'g' to allow them to coexist with + vendor neutral network programs like ftp(1) and telnet(1). %prep %setup -q @@ -33,10 +34,8 @@ --prefix=%{_prefix} \ --mandir=%{_mandir} \ --infodir=%{_infodir} \ + --disable-servers \ --program-prefix=g \ - --disable-servers \ - --disable-tftp \ - --disable-whois \ --disable-libls \ --disable-encryption \ --disable-authentication \ @@ -44,6 +43,7 @@ --without-krb5 \ --without-wrap \ --without-pam + make %{?_smp_mflags} %install @@ -51,8 +51,8 @@ make install DESTDIR=$RPM_BUILD_ROOT strip $RPM_BUILD_ROOT%{_bindir}/* >/dev/null 2>&1 || true rm -f $RPM_BUILD_ROOT%{_infodir}/dir - for i in tftp syslog.conf ftpd inetd rexecd rlogind rshd syslogd talkd \ - telnetd tftpd; do + for i in syslog.conf ftpd inetd rexecd \ + rlogind rshd syslogd talkd telnetd tftpd; do rm -f $RPM_BUILD_ROOT%{_mandir}/man?/g$i.? done @@ -61,5 +61,7 @@ %files %defattr(-,root,root,-) -%{_bindir}/* +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man1/* +%{_infodir}/*