From 25015ce353954dbf831a102131b44ae802bd98e5 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Mar 05 2005 21:10:20 +0000 Subject: Further mass cleanup. One or more apply : - Remove (hopefully) all zero epoch remains. - Remove trailing spaces and tabs. - Keep consistency between tabs and spaces. - Clean up summary. --- diff --git a/abicheck.spec b/abicheck.spec index 4b8d835..461460f 100644 --- a/abicheck.spec +++ b/abicheck.spec @@ -11,27 +11,23 @@ Patch1: abicheck-1.2-test-static.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Requires: binutils perl -# ----------------------------------------------------------------------------- %description abicheck is a tool that checks application binary executables and shared libraries for conformance to the (or an) ABI (Application Binary Interface). -# ----------------------------------------------------------------------------- %prep %setup -q %patch -p1 -b .fc3 %patch1 -p1 -b .test-static -# ----------------------------------------------------------------------------- %build -make +make make test -# ----------------------------------------------------------------------------- %install rm -rf $RPM_BUILD_ROOT @@ -39,12 +35,10 @@ mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_mandir}/man1 install -m 0755 abicheck $RPM_BUILD_ROOT%{_bindir} install -m 0644 abicheck.1 $RPM_BUILD_ROOT%{_mandir}/man1 -# ----------------------------------------------------------------------------- %clean rm -rf $RPM_BUILD_ROOT -# ----------------------------------------------------------------------------- %files %defattr(-,root,root,-) @@ -52,7 +46,6 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/abicheck %{_mandir}/man1/abicheck.1* -# ----------------------------------------------------------------------------- %changelog * Mon Dec 13 2004 Michael Schwendt - 1.2-3 @@ -70,5 +63,5 @@ rm -rf $RPM_BUILD_ROOT * Sat Aug 23 2003 Dams 0:1.1-0.fdr.2 - Aplied patch from Michael Schwendt (bug #605 comment #1) -* Sat Aug 16 2003 Dams +* Sat Aug 16 2003 Dams - Initial build.