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

icmake.spec

index 45c98a940b54d91efb85bb8fa5f89fd16cc85084..9c47a7622cf70b8c8380b615e0a9d8cf423063c8 100644 (file)
@@ -4,12 +4,13 @@ Name:         icmake
 Version:       6.22
 Release:       2
 Group:         Development/Building
+Group(de):     Entwicklung/Bauen
 Group(pl):     Programowanie/Budowanie
 License:       GPL
 Source0:       ftp://ftp.icce.rug.nl/pub/unix/%{name}-%{version}.tgz
 Source1:       ftp://ftp.icce.rug.nl/pub/unix/%{name}.doc
-Patch0:                icmake-bootstrap.patch
-Patch1:                icmake-warnings.patch
+Patch0:                %{name}-bootstrap.patch
+Patch1:                %{name}-warnings.patch
 URL:           ftp://ftp.icce/rug.nl/pub/unix
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,7 +35,7 @@ powodzeniem jak do wykonywania zada
 install %{SOURCE1} .
 
 %build
-CFLAGS=$RPM_OPT_FLAGS /bin/sh bootstrap
+CFLAGS="%{rpmcflags}" /bin/sh bootstrap
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -43,8 +44,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 install bin/* $RPM_BUILD_ROOT%{_bindir}
 install doc/icmake.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
-       CHANGES icmake.doc doc/icmake.ps
+gzip -9nf CHANGES icmake.doc doc/icmake.ps
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.044361 seconds and 4 git commands to generate.