-
Notifications
You must be signed in to change notification settings - Fork 5
/
gg-fd2sfd.spec
57 lines (41 loc) · 1.21 KB
/
gg-fd2sfd.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
%define Name fd2sfd
%define Version 1.0
Name : gg-%{Name}
Version : %{Version}
Release : 1
Summary : Convert FD files to SFD files
Group : Development/Tools
Copyright : GPL
URL : http://www.lysator.liu.se/~lcs/files/gg-cross/
Source0 : http://www.lysator.liu.se/~lcs/files/gg-cross/%{Name}-%{Version}.tar.gz
BuildRoot : /tmp/%{Name}-%{Version}
Requires : gg-sfdc
Obsoletes : gg-fd2inline
%description
fd2sfd is a parser that converts FD files and clib files to SFD files.
FD and clib files contain information about functions in shared
libraries. fd2sfd reads these two files and merges the information
contained therein, producing an output file suitable for futher
processing using 'sfd' or 'sfdc'.
fd2sfd is based on fd2inline 1.38 by Wolfgang Baron, Rainer F. Trunz,
Kamil Iskra, Ralph Schmidt, Emmanuel Lesueur and Martin Blom.
%prep
%setup -q -n %{Name}-%{Version}
%build
%configure
make all
%install
rm -rf ${RPM_BUILD_ROOT}
%makeinstall
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-,root,root)
%doc COPYING %{Name}.readme
%{_bindir}/*
%{_datadir}/fd2sfd
%{_prefix}/os-include
%{_prefix}/os-lib
%changelog
* Thu Jul 25 2003 Martin Blom <[email protected]>
- Initial rpm.