]> git.pld-linux.org Git - packages/GNUSim8085.git/commitdiff
- add manpage AC-branch AC-STABLE auto/ac/GNUSim8085-1_2_89-6
authorankry <ankry@pld-linux.org>
Thu, 12 May 2005 22:57:15 +0000 (22:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GNUSim8085.spec -> 1.9

GNUSim8085.spec

index 8f1c8e86bb454bd4bf49ee7e6d5a87cce1e4aa67..5b780ca6efc46537bd9e109d745f008328448cc8 100644 (file)
@@ -41,7 +41,7 @@ dla mikroprocesora Intel 8085.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_mandir}/man1}
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}
 
 %{__make} install \
@@ -51,6 +51,7 @@ mv -f $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}/* \
        $RPM_BUILD_ROOT%{_pixmapsdir}
 
 cp -rf doc/examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}
+install doc/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 
@@ -64,3 +65,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_desktopdir}/*.desktop
 %{_examplesdir}/%{name}
 %{_pixmapsdir}/*.png
+%{_mandir}/man1/*
This page took 0.067709 seconds and 4 git commands to generate.