forked from tridge/ec2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathec2drv.spec
More file actions
45 lines (37 loc) · 807 Bytes
/
Copy pathec2drv.spec
File metadata and controls
45 lines (37 loc) · 807 Bytes
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
Name: ec2drv
Version: 0.5
Release: 1
Vendor: Ricky White
License: GPL
Summary: Linux support for the EC2 and EC3 debug adaptors from Silicon Labs
Group: Development/Debuggers
Packager: rickyw@neatstuff.co.nz
BuildRoot: %{_tmppath}/%{name}-root
Source: http://ec2drv.sourceforge.net/ec2drv-0.5.tar.gz
%description
%prep
%setup
CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \
--disable-debug --enable-debug=no
%build
%configure
make
%install
rm -rf %{buildroot}
%makeinstall
%clean
rm -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/*
#%{_libdir}/*.so.*
#%{_libdir}/*.a
#%{_libdir}/*.la
%{_libdir}/libec2drv*
#%{_datadir}/%{name}
%{_datadir}/*
#%{_mandir}/man8/*
%changelog