]> git.pld-linux.org Git - packages/FlightGear.git/commitdiff
- cosmetics.
authorkloczek <kloczek@pld-linux.org>
Sat, 11 May 2002 12:35:41 +0000 (12:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    FlightGear.spec -> 1.13

FlightGear.spec

index c93546add49f51894d602c91ed77de3c98927f7e..30d0ba8022d887fa4139945ab9da9106d0f65ca8 100644 (file)
@@ -42,8 +42,10 @@ rozpowszechnia
 %setup -q -a 1 -a 2
 %patch0 -p 1
 
+find %{name}-0.7 -name 'CVS' -type d | xargs rm -rf
+
 %build
-rm missing
+rm -f missing
 aclocal -I .
 autoconf
 automake -a -c -f
@@ -61,7 +63,6 @@ echo "#!/bin/sh" > runfgfs
 echo "exec %{_bindir}/fgfs --fg-root=%{_libdir}/%{name} \$*" >> runfgfs
 install runfgfs $RPM_BUILD_ROOT%{_bindir}
 cp -a %{name} $RPM_BUILD_ROOT%{_libdir}
-find %{name}-0.7 -name 'CVS' -type d | xargs rm -rf
 
 gzip -9nf AUTHORS NEWS
 
@@ -70,8 +71,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc %{name}-0.7/docs/*
-%doc *.gz
+%doc *.gz %{name}-0.7/docs/*
 %attr(755,root,root) %{_bindir}/fgfs
 %attr(755,root,root) %{_bindir}/runfgfs
 %{_libdir}/%{name}
This page took 0.067107 seconds and 4 git commands to generate.