SUNWpilot-link.spec
changeset 9805 162501100a30
parent 9397 b16e349d18c5
child 10616 3ea3bf84b2b5
--- a/SUNWpilot-link.spec	Mon Apr 30 02:36:19 2007 +0000
+++ b/SUNWpilot-link.spec	Mon Apr 30 05:47:21 2007 +0000
@@ -18,7 +18,6 @@
 Version:       %{plink.version}
 SUNW_BaseDir:  %{_basedir}
 BuildRoot:     %{_tmppath}/%{name}-%{version}-build
-Source1:       %{name}-manpages-0.1.tar.gz
 
 %include default-depend.inc
 Requires: SUNWlibms
@@ -64,11 +63,6 @@
 cd $RPM_BUILD_ROOT%{_bindir}
 for i in `ls |grep -v pilot-xfer`; do rm -rf $i; done
 
-# install man page
-rm -rf $RPM_BUILD_ROOT%{_mandir}
-cd %{_builddir}/%name-%version/sun-manpages
-make install DESTDIR=$RPM_BUILD_ROOT
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -95,6 +89,9 @@
 %{_datadir}/aclocal/*
 
 %changelog
+* Sun Apr 30 2007 - [email protected]
+- Remove a manpage from manpages/man1 to fix #6550823
+
 * Mon Feb  5 2007 - [email protected]
 - Add Requires SUNWbash after check-deps.pl run.