-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
717 changed files
with
8,417 additions
and
13,894 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
%define perfsonar_auto_version 5.1.0 | ||
%define perfsonar_auto_relnum 1 | ||
|
||
Name: I2util | ||
Version: %{perfsonar_auto_version} | ||
Release: %{perfsonar_auto_relnum}%{?dist} | ||
Summary: I2 Utility Library | ||
License: ASL 2.0 | ||
Group: Development/Libraries | ||
Source0: I2util.tar.gz | ||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | ||
|
||
BuildRequires: autoconf | ||
BuildRequires: automake | ||
BuildRequires: gcc | ||
|
||
%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 | ||
|
||
|
||
%global debug_package %{nil} | ||
|
||
|
||
%prep | ||
%setup -q -n "%{name}" | ||
|
||
%build | ||
sh ./bootstrap.sh | ||
%configure | ||
|
||
%install | ||
rm -rf $RPM_BUILD_ROOT | ||
%makeinstall | ||
|
||
%clean | ||
rm -rf $RPM_BUILD_ROOT | ||
|
||
%files | ||
%defattr(-,root,root,-) | ||
#%doc Changes LICENSE README | ||
%license LICENSE | ||
%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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# pScheduler Documentation | ||
|
||
**This documentation is severely out-of-date and will be replaced in the future.*** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.