]> git.pld-linux.org Git - packages/sdcc.git/commitdiff
- cosmetics. RA-1_0 STABLE sdcc-2_3_0-2
authorkloczek <kloczek@pld-linux.org>
Sat, 27 Jul 2002 23:02:54 +0000 (23:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sdcc.spec -> 1.9

sdcc.spec

index 25d7d55ced2fbabe60b133060cb58994b24603fa..6b27fd452f51546afe490c030d894a19f2077dbf 100644 (file)
--- a/sdcc.spec
+++ b/sdcc.spec
@@ -9,11 +9,11 @@ Source0:      ftp://ftp.sourceforge.net/pub/sourceforge/sdcc/%{name}-%{version}.tar.g
 Patch0:                %{name}-autoconf.patch
 Patch1:                %{name}-DESTDIR.patch
 URL:           http://sdcc.sourceforge.net/
-Obsoletes:     ucsim
 BuildRequires: bison
 BuildRequires: flex
 BuildRequires: libstdc++-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Obsoletes:     ucsim
 
 %description
 SDCC is retargettable, optimizing ANSI - C compiler. The current
@@ -47,7 +47,11 @@ done
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_libdir}/emacs/site-lisp/
-%{__make} install "DESTDIR=$RPM_BUILD_ROOT" "docdir=%{_docdir}/%{name}-%{version}" "STRIP=/bin/true"
+
+%{__make} install \
+       "DESTDIR=$RPM_BUILD_ROOT" \
+       "docdir=%{_docdir}/%{name}-%{version}" \
+       "STRIP=/bin/true"
 
 # some cleanups in mess generated by make install
 find $RPM_BUILD_ROOT -name "CVS" -type d | xargs rm -r
This page took 0.080562 seconds and 4 git commands to generate.