Author: gj Date: Sat Feb 19 21:59:41 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- installs manual page too. try it with man blender ;)
---- Files affected:
SPECS:
blender.spec (1.51 -> 1.52)
---- Diffs:
================================================================
Index: SPECS/blender.spec
diff -u SPECS/blender.spec:1.51 SPECS/blender.spec:1.52
--- SPECS/blender.spec:1.51 Sat Feb 19 22:44:26 2005
+++ SPECS/blender.spec Sat Feb 19 22:59:36 2005
@@ -18,6 +18,7 @@
Source2: %{name}.png
Source3: %{name}-config.opts
Source4: %{name}-wrapper
+Source5: %{name}.manpage
Patch0: %{name}-po_and_locale_names.patch
Patch1: %{name}-noxml-yafray.patch
URL: http://www.blender.org/
@@ -105,7 +106,9 @@
install -m644 ./bin/.blender/.Blanguages $RPM_BUILD_ROOT%{_datadir}/blender/
install -m644 ./bin/.blender/.bfont.ttf $RPM_BUILD_ROOT%{_datadir}/blender/
cp -a bin/.blender/locale $RPM_BUILD_ROOT%{_datadir}/blender
-
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install -m644 %{SOURCE5} $RPM_BUILD_ROOT%{_mandir}/man1/blender.1
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -118,6 +121,8 @@
%attr(755,root,root) %{_libdir}
%{_desktopdir}/*.desktop
%{_pixmapsdir}/*.png
+%{_mandir}/man1/*
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -125,6 +130,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.52 2005/02/19 21:59:36 gj
+- installs manual page too. try it with man blender ;)
+
Revision 1.51 2005/02/19 21:44:26 gj
- much sanner handling of scripts and blender data. Hence blender was created
to be installed in home dir only,
it has to use ~/.blender/ dir with few links to correct location of all files.
This is now done using wrapper.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/blender.spec?r1=1.51&r2=1.52&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit