]> git.pld-linux.org Git - packages/earth3d.git/commitdiff
- builds on ac, on th qt generated ui files do not compile
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 23 Jun 2011 08:56:55 +0000 (08:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    earth3d.spec -> 1.6

earth3d.spec

index 524fb6d7bebd3dfe21f1d044834f4ae814339b2d..3b535071a165a437430c8fa652fee798cdabaa91 100644 (file)
@@ -36,11 +36,15 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT
 
 # The qmake install target is empty.  Do the install here instead.
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 install -p earth3d $RPM_BUILD_ROOT%{_bindir}
+cp -p earth3d.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog
+%doc Changelog README
+%attr(755,root,root) %{_bindir}/earth3d
+%{_mandir}/man1/earth3d.1*
This page took 0.080472 seconds and 4 git commands to generate.