]> git.pld-linux.org Git - packages/strace.git/commitdiff
- some cosmetics. strace-4_2-10
authorkloczek <kloczek@pld-linux.org>
Sat, 30 Dec 2000 23:08:16 +0000 (23:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    strace.spec -> 1.28

strace.spec

index 36794044d085db9dc20e72d26990780c10023257..42cb288ed4cf420f042806561c34b6ce4ff1265e 100644 (file)
@@ -6,8 +6,9 @@ Summary(tr):    
 Name:          strace
 Version:       4.2
 Release:       10
-License:       distributable
+License:       Distributable
 Group:         Development/Debuggers
+Group(de):     Entwicklung/Debugger
 Group(pl):     Programowanie/Odpluskwiacze
 Source0:       http://www.wi.leidenuniv.nl/~wichert/strace/%{name}-%{version}.tar.gz
 Patch0:                %{name}-sparc.patch
@@ -18,7 +19,7 @@ Patch4:               %{name}-putmsg.patch
 Patch5:                %{name}-newsysc.patch
 Patch6:                %{name}-do_not_check_for_libsnl.patch
 Patch7:                %{name}-linux.patch
-Patch8:                http://www.misiek.eu.org/ipv6/strace-4.2-ipv6-20001225.patch.gz
+Patch8:                http://www.misiek.eu.org/ipv6/%{name}-4.2-ipv6-20001225.patch.gz
 Patch9:                %{name}-sparc3.patch
 Patch10:       %{name}-getdents64.patch
 BuildRequires: autoconf
@@ -67,11 +68,10 @@ birlikte d
 autoconf
 autoheader
 %configure
-%{__make} LDFLAGS="-s"
+%{__make} 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
 %{__make} install \
@@ -79,14 +79,13 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
        mandir=$RPM_BUILD_ROOT%{_mandir} \
        bindir=$RPM_BUILD_ROOT%{_bindir}
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* ChangeLog README-linux
+gzip -9nf ChangeLog README-linux
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {ChangeLog,README-linux}.gz
-
+%doc *.gz
 %attr(755,root,root) %{_bindir}/strace
 %{_mandir}/man1/*
This page took 0.375748 seconds and 4 git commands to generate.