]> git.pld-linux.org Git - packages/povray.git/blobdiff - povray.spec
- missing $RPM_BUILD_ROOT in %install.
[packages/povray.git] / povray.spec
index eb1c158e1fe33f4fc5f753a50b1214ee8a53accb..53291d558623c7717d861c06c7175dbf4ffbab87 100644 (file)
@@ -34,10 +34,13 @@ tworzenie obraz
 realistycznymi efektami, tj. odbicia ¶wiat³a, cienie, perspektywa i inne.
 
 %package X11
-Summary:       X-Windows povray executable
+Summary:       X Window povray executable
 Group:         Applications/Graphics
 Group(pl):     Aplikacje/Grafika
-Require:       %{name} = %{version}
+Requires:      %{name} = %{version}
+
+%description X11
+The Persistence of Vision(tm) Ray-Tracer X Window executable.
 
 %prep
 %setup -q -n povray31 -b 1
@@ -61,7 +64,7 @@ cp -r allscene include scenes $RPM_BUILD_ROOT%{_datadir}/povray31
 install *.ini *.pov $RPM_BUILD_ROOT%{_datadir}/povray31
 
 gzip -9nf gamma.gif.txt povlegal.doc povuser.txt \
-       %{_mandir}/man1/*
+       $RPM_BUILD_ROOT%{_mandir}/man1/*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -73,5 +76,5 @@ rm -rf $RPM_BUILD_ROOT
 /etc/skel/.povrayrc
 %{_mandir}/man1/*
 
-%files
+%files X11
 %attr(755,root,root) %{_bindir}/x-povray
This page took 0.056252 seconds and 4 git commands to generate.