forked from perfsonar/i2util
-
Notifications
You must be signed in to change notification settings - Fork 0
/
I2util.spec.in
50 lines (40 loc) · 1.03 KB
/
I2util.spec.in
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
Name: I2util
Version: @VERSION@
Release: 1%{?dist}
Summary: I2 Utility Library
License: distributable, see LICENSE
Group: Development/Libraries
Source0: I2util-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%description
I2 Utility library. Currently contains:
* error logging
* command-line parsing
* threading
* random number support
* hash table support
The error logging and command-line parsing are taken from a utility library
that is distributed with the "volsh" code from UCAR.
http://www.scd.ucar.edu/vets/vg/Software/volsh
%prep
%setup -q
%build
%configure
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
#%doc Changes LICENSE README
%doc README
%{_bindir}/*
%{_libdir}/libI2util.a
%{_mandir}/man1/*
%{_includedir}/*
%changelog
* Fri Aug 20 2010 Tom Throckmorton <throck@mcnc.org> 1.1-1
- minor spec changes only
* Fri Jan 11 2008 aaron@internet2.edu 1.0-1
- Initial RPM