]> git.pld-linux.org Git - packages/mget.git/commitdiff
- pass CC="%%{__cc} %%{rpmcflags}" in make parameters for use $RPM_OPT_FLAGS RA-1_0 STABLE mget-1_3_2_2-1
authorkloczek <kloczek@pld-linux.org>
Sun, 2 Dec 2001 00:10:00 +0000 (00:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  during compile mget.

Changed files:
    mget.spec -> 1.2

mget.spec

index bf1d909e90c9a49cce3e8aa5f2b3553beea6e80e..549aee0b8bd2668795ba40484858c29c910296fe 100644 (file)
--- a/mget.spec
+++ b/mget.spec
@@ -28,17 +28,20 @@ kilkakrotnie. Obs
 %setup -q 
 
 %build
-%{__make}
+%{__make} CC="%{__cc} %{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
+
 install mget $RPM_BUILD_ROOT%{_bindir}
 
+gzip -9nf README
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc *gz
 %attr(755,root,root) %{_bindir}/* 
-%doc README
This page took 0.101525 seconds and 4 git commands to generate.