]> git.pld-linux.org Git - packages/findsym.git/commitdiff
- spec adapterized, RA-1_0 STABLE findsym-1_1-1
authorkloczek <kloczek@pld-linux.org>
Mon, 23 Apr 2001 18:23:22 +0000 (18:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated to 1.1.

Changed files:
    findsym.spec -> 1.2

findsym.spec

index 5d164355f324e1ae645f3a7365ba5953edbd5ba7..69e4e4000c2da77d679e160839bd6950b77c297d 100644 (file)
@@ -1,6 +1,6 @@
 Summary:       Tools to manipulate elf files
 Name:          findsym
-Version:       1.0
+Version:       1.1
 Release:       1
 License:       GPL
 Group:         Development/Tools
@@ -14,11 +14,11 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This program will attempt to search through all your shared libraries
-for a specific symbol.  This is useful when trying to compile
-something and the compiler complains about an undefined reference
-similar to this: /tmp/cceuy0nE.o(.text+0x7): undefined reference to
-`foo' Running "findsym foo" would try to locate the symbol foo and
-indicate what library you should be linking with.
+for a specific symbol. This is useful when trying to compile something
+and the compiler complains about an undefined reference similar to
+this: /tmp/cceuy0nE.o(.text+0x7): undefined reference to `foo' Running
+"findsym foo" would try to locate the symbol foo and indicate what
+library you should be linking with.
 
 
 %prep
@@ -27,6 +27,7 @@ indicate what library you should be linking with.
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
+
 install findsym $RPM_BUILD_ROOT%{_bindir}
 
 %clean
This page took 0.082163 seconds and 4 git commands to generate.