]> git.pld-linux.org Git - packages/Radiance.git/commitdiff
- added radview.1->rvu.1 man redirection (radview is symlink to rvu now)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 20 Jun 2005 21:29:39 +0000 (21:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Radiance.spec -> 1.23

Radiance.spec

index 272b90b5eaa1eef494e4d9d5e438acf1bb43269f..e434d1ff24152f8efb8c3c755e2e0ca6d198db31 100644 (file)
@@ -24,8 +24,6 @@ Zaawansowany program do modelowania scen 3D.
 %prep
 %setup -q -n ray
 
-#mv -f doc/man/man1/{rview.1,radview.1}
-
 # patches from gentoo
 # patch to not build libtiff that comes with Radiance
 mv src/px/Rmakefile src/px/Rmakefile.orig
@@ -78,6 +76,7 @@ rm -f man3/{TIFF*,libtiff*}.3
 for i in 1 3 5; do
        install man$i/*.$i $RPM_BUILD_ROOT%{_mandir}/man$i
 done
+echo '.so rvu.1' > $RPM_BUILD_ROOT%{_mandir}/man1/radview.1
 
 cd ../..
 
This page took 0.046766 seconds and 4 git commands to generate.