]> git.pld-linux.org Git - packages/bin86.git/commitdiff
- updated to 0.15.3, bin86-0_15_3-1
authorkloczek <kloczek@pld-linux.org>
Wed, 11 Oct 2000 17:38:43 +0000 (17:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use new rpm automation.

Changed files:
    bin86.spec -> 1.21

bin86.spec

index e86ebaf679c9553a1d5f743832b39d74f19fd45a..a64e4ff1a5769c1901b3ce103bcdb782bae15e67 100644 (file)
@@ -4,12 +4,13 @@ Summary(fr):  Assembleur 80x86 en mode r
 Summary(pl):   Assembler i konsolidator trybu rzeczywistego procesorów 80x86
 Summary(tr):   Gerçek kip 80x86 çeviricisi ve baðlayýcýsý
 Name:          bin86
-Version:       0.15.1
+Version:       0.15.3
 Release:       1
 License:       GPL
 Group:         Development/Languages
+Group(de):     Entwicklung/Sprachen
 Group(pl):     Programowanie/Jêzyki
-Source0:       http://www.cix.co.uk/~mayday/bin86-%{version}.tar.gz
+Source0:       http://www.cix.co.uk/~mayday/%{name}-%{version}.tar.gz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Exclusivearch: %{ix86}
 Obsoletes:     dev86
@@ -47,15 +48,16 @@ programlar, bu pakete gereksinim duyarlar.
 %setup -q -n %{name}
 
 %build
-%{__make} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s"
+%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" LDFLAGS="%{?debug:-s}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
 install as/as86 ld/ld86 $RPM_BUILD_ROOT%{_bindir}
 install man/* $RPM_BUILD_ROOT%{_mandir}/man1
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* README
+gzip -9nf README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.063126 seconds and 4 git commands to generate.