]> git.pld-linux.org Git - packages/elftoaout.git/commitdiff
- adapterized and made spec %%debug ready or added using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 May 2001 02:43:04 +0000 (02:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elftoaout.spec -> 1.8

elftoaout.spec

index b813139f71643eec6e077fd29f592c96921e8a6e..e5d5890ee4e5e429c04048371fc965ff165dbf90 100644 (file)
@@ -1,10 +1,12 @@
 Summary:       A utility for converting ELF binaries to a.out binaries
+Summary:       Narzêdzie do konwersji binariów ELF do a.out
 Name:          elftoaout
 Version:       2.3
 Release:       1
 License:       GPL
-Group:         Utilities/System
-Group(pl):     Narzêdzia/System
+Group:         Applications/System
+Group(de):     Applikationen/System
+Group(pl):     Aplikacje/System
 Source0:       ftp://sunsite.mff.cuni.cz/OS/Linux/Sparc/local/elftoaout/%{name}-%{version}.tgz
 ExclusiveArch: sparc sparc64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -29,17 +31,15 @@ na SPARC-u, nale
 %setup -q
 
 %build
-%{__make} CFLAGS="$RPM_OPT_FLAGS"
+%{__make} CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-install -s elftoaout $RPM_BUILD_ROOT%{_bindir}/elftoaout
+install elftoaout $RPM_BUILD_ROOT%{_bindir}/elftoaout
 install elftoaout.1 $RPM_BUILD_ROOT%{_mandir}/man1/elftoaout.1
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.078494 seconds and 4 git commands to generate.