rpms/abicheck/devel abicheck.spec,1.6,1.7

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 21:10:22 UTC 2005


Author: thias

Update of /cvs/extras/rpms/abicheck/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10397/abicheck/devel

Modified Files:
	abicheck.spec 
Log Message:
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.



Index: abicheck.spec
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- abicheck.spec	13 Dec 2004 12:04:36 -0000	1.6
+++ abicheck.spec	5 Mar 2005 21:10:20 -0000	1.7
@@ -11,27 +11,23 @@
 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 @@
 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 @@
 %{_bindir}/abicheck
 %{_mandir}/man1/abicheck.1*
 
-# -----------------------------------------------------------------------------
 
 %changelog
 * Mon Dec 13 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2-3
@@ -70,5 +63,5 @@
 * Sat Aug 23 2003 Dams <anvil[AT]livna.org> 0:1.1-0.fdr.2
 - Aplied patch from Michael Schwendt (bug #605 comment #1)
 
-* Sat Aug 16 2003 Dams <anvil[AT]livna.org> 
+* Sat Aug 16 2003 Dams <anvil[AT]livna.org>
 - Initial build.




More information about the fedora-extras-commits mailing list