Skip to content

Commit

Permalink
Merge branch 'master' into update-bnl-staff
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci authored Oct 15, 2019
2 parents b8bf2c9 + bde61e1 commit 33698ca
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions rpm/topology.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Summary: Client tools for OSG Topology
Name: topology-client
Version: 1.0.0
Release: 1%{?dist}
Source: topology-%{version}.tar.gz
License: Apache 2.0
BuildArch: noarch
Url: https://github.com/opensciencegrid/topology/
Requires: python-gnupg
Requires: python-requests

%description
Client tools that interact with OSG Topology data

%prep
%setup -q -n topology-%{version}

%install
install -D -m 0755 bin/osg-notify %{buildroot}/%{_bindir}/osg-notify
install -D -m 0644 src/net_name_addr_utils.py %{buildroot}/%{python_sitelib}/net_name_addr_utils.py
install -D -m 0644 src/topology_utils.py %{buildroot}/%{python_sitelib}/topology_utils.py

%files
%{_bindir}/osg-notify
%{python_sitelib}/net_name_addr_utils.py*
%{python_sitelib}/topology_utils.py*


%changelog
* Tue Oct 15 2019 Diego Davila <didavila@ucsd.edu> 1.0.0-1
- Initial

0 comments on commit 33698ca

Please sign in to comment.