]> git.pld-linux.org Git - packages/asl.git/commitdiff
- few cosmetics and one simplification in %install.
authorkloczek <kloczek@pld-linux.org>
Mon, 22 Jan 2001 03:59:14 +0000 (03:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asl.spec -> 1.2

asl.spec

index eed46df991d4f100ec6c1bee1a6dcdf9f72e4022..62dc516de4f8a55c79a453c24fcd486ad5620fd0 100644 (file)
--- a/asl.spec
+++ b/asl.spec
@@ -2,15 +2,15 @@ Summary:      Multi-target portable assembler
 Name:          asl
 Version:       1.41r8
 Release:       1
+License:       GPL-like (but not GPL)
 Group:         Development/Languages
 Group(de):     Entwicklung/Sprachen
 Group(pl):     Programowanie/Jêzyki
 Source0:       ftp://sunsite.unc.edu/pub/Linux/lang/assemblers/%{name}-%{version}.tar.gz
 Source1:       %{name}-Makefile.def
-License:       GPL-like (but not GPL)
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: tetex-latex
 BuildRequires: tetex-dvips
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 A general purpose multi-target macro assembler with supporting tools.
@@ -48,9 +48,7 @@ install asl pbind plist p2bin p2hex $RPM_BUILD_ROOT%{_bindir}
 install asl.1 pbind.1 plist.1 p2bin.1 p2hex.1 $RPM_BUILD_ROOT%{_mandir}/man1
 install include/* $RPM_BUILD_ROOT%{_includedir}/%{name}
 
-for i in *.msg ; do
-  install $i $RPM_BUILD_ROOT%{_libdir}/asl
-done
+install *.msg $RPM_BUILD_ROOT%{_libdir}/asl
 
 #cp -f doc_EN/as.doc as-en.doc
 #cp -f doc_DE/as.doc as-de.doc
This page took 0.078976 seconds and 4 git commands to generate.