From 80da0fedb5a8b4dabb07d8c9c7a3fa35fb30a329 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Feb 01 2017 13:31:36 +0000 Subject: Remove unused file from sources, adjust files section --- diff --git a/blender.spec b/blender.spec index 4573601..5b32447 100644 --- a/blender.spec +++ b/blender.spec @@ -14,14 +14,13 @@ Name: blender Epoch: 1 Version: %{blender_api}a -Release: 9%{?dist} +Release: 10%{?dist} Summary: 3D modeling, animation, rendering and post-production License: GPLv2 URL: http://www.blender.org Source0: http://download.%{name}.org/source/%{name}-%{version}.tar.gz -Source1: %{name}player.1 Source2: %{name}-fonts.metainfo.xml Source5: %{name}.xml Source6: %{name}.appdata.xml @@ -251,29 +250,37 @@ fi %endif %files -f %{name}.lang +%license COPYING +%license doc/license/*-license.txt +%license release/text/copyright.txt +%doc release/text/readme.html %{_bindir}/%{name} %{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/applications/%{name}.desktop -%{_datadir}/icons/hicolor/*/apps/%{name}.* %{_datadir}/%{name}/ +%{_datadir}/icons/hicolor/*/apps/%{name}.* %{_datadir}/mime/packages/%{name}.xml %{_mandir}/man1/%{name}.* -%license COPYING doc/license/*-license.txt %files -n %{name}player +%license COPYING +%license doc/license/*-license.txt +%license release/text/copyright.txt %{_bindir}/%{name}player %{_mandir}/man1/%{name}player.* -%license COPYING doc/license/*-license.txt %files rpm-macros %{macrosdir}/macros.%{name} %files fonts -%license release/datafiles/LICENSE-bmonofont-i18n.ttf.txt +%license release/datafiles/LICENSE-*.ttf.txt %{_datadir}/metainfo/%{name}-fonts.metainfo.xml %{_fontbasedir}/%{name}/ %changelog +* Wed Feb 01 2017 Simone Caronni - 1:2.78a-10 +- Adjust files section. + * Mon Jan 30 2017 Simone Caronni - 1:2.78a-9 - Use cmake macro. - Remove redundant GCC options. diff --git a/blenderplayer.1 b/blenderplayer.1 deleted file mode 100644 index d027c55..0000000 --- a/blenderplayer.1 +++ /dev/null @@ -1,117 +0,0 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2. -.TH BLENDERPLAYER "1" "November 2010" "Stichting Blender Foundation" "User Commands" -.SH NAME -blenderplayer \- a utility for previewing .blend files -.SH DESCRIPTION -usage: blenderplayer [\-w [w h l t]] [\-f [fw fh fb ff]] [\-g gamengineoptions] [\-s stereomode] filename.blend -.HP -\fB\-h\fR: Prints this command summary -.HP -\fB\-w\fR: display in a window -.HP -\fB\-\-Optional\fR parameters\-\- -.IP -w = window width -h = window height -.IP -l = window left coordinate -t = window top coordinate -Note: If w or h is defined, both must be defined. -.IP -Also, if l or t is defined, all options must be used. -.HP -\fB\-f\fR: start game in full screen mode -.HP -\fB\-\-Optional\fR parameters\-\- -.IP -fw = full screen mode pixel width -fh = full screen mode pixel height -.IP -fb = full screen mode bits per pixel -ff = full screen mode frequency -Note: If fw or fh is defined, both must be defined. -.IP -Also, if fb is used, fw and fh must be used. ff requires all options. -.HP -\fB\-s\fR: start player in stereo -.TP -stereomode: hwpageflip -(Quad buffered shutter glasses) -.TP -syncdoubling -(Above Below) -.TP -sidebyside -(Left Right) -.TP -anaglyph -(Red\-Blue glasses) -.TP -vinterlace -(Vertical interlace for autostereo display) -.IP -depending on the type of stereo you want -.HP -\fB\-D\fR: start player in dome mode -.HP -\fB\-\-Optional\fR parameters\-\- -.TP -angle -= field of view in degrees -.TP -tilt -= tilt angle in degrees -.IP -warpdata = a file to use for warping the image (absolute path) -mode: fisheye (Fisheye) -.TP -truncatedfront -(Front\-Truncated) -.TP -truncatedrear -(Rear\-Truncated) -.TP -cubemap -(Cube Map) -.TP -sphericalpanoramic -(Spherical Panoramic) -.IP -depending on the type of dome you are using -.HP -\fB\-i\fR: parent windows ID -.HP -\fB\-d\fR: turn debugging on -.HP -\fB\-g\fR: game engine options: -.TP -Name -Default Description -.HP -\fB\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\fR -.TP -fixedtime -0 "Enable all frames" -.TP -nomipmap -0 Disable mipmaps -.TP -show_framerate -0 Show the frame rate -.TP -show_properties -0 Show debug properties -.TP -show_profile -0 Show profiling information -.TP -blender_material -0 Enable material settings -.TP -ignore_deprecation_warnings -1 Ignore deprecation warnings -.IP -\- : all arguments after this are ignored, allowing python to access them from sys.argv -.PP -example: blenderplayer \fB\-w\fR 320 200 10 10 \fB\-g\fR noaudio//home//user//filename.blend -example: blenderplayer \fB\-g\fR show_framerate = 0 //home//user//filename.blend