Skip to content

Commit

Permalink
Merge pull request #78 from lisaens/release-0.7.0
Browse files Browse the repository at this point in the history
Releasing ver 0.7.0
  • Loading branch information
lisaens authored Mar 26, 2018
2 parents f37d475 + dae347e commit c6c4957
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/GRNOC/NetSage/ResourceDB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package GRNOC::NetSage::ResourceDB;
use strict;
use warnings;

our $VERSION = '0.6.0';
our $VERSION = '0.7.0';

sub new {

Expand Down
5 changes: 3 additions & 2 deletions resourcedb.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: NetSage Resource Database
Name: resourcedb
Version: 0.6.0
Version: 0.7.0
Release: %{_buildno}%{?dist}
License: Apache
Group: GRNOC
Expand Down Expand Up @@ -62,6 +62,7 @@ NetSage Resource Database (Science Registry)
%{__install} lib/GRNOC/NetSage/ResourceDB/GWS.pm %{buildroot}%{perl_vendorlib}/GRNOC/NetSage/ResourceDB/GWS.pm
%{__install} lib/GRNOC/NetSage/ResourceDB/GWS.pod %{buildroot}%{perl_vendorlib}/GRNOC/NetSage/ResourceDB/GWS.pod

# DataService/
%{__install} -d -p %{buildroot}%{perl_vendorlib}/GRNOC/NetSage/ResourceDB/DataService
%{__install} lib/GRNOC/NetSage/ResourceDB/DataService/Admin.pm %{buildroot}%{perl_vendorlib}/GRNOC/NetSage/ResourceDB/DataService/Admin.pm
%{__install} lib/GRNOC/NetSage/ResourceDB/DataService/Admin.pod %{buildroot}%{perl_vendorlib}/GRNOC/NetSage/ResourceDB/DataService/Admin.pod
Expand All @@ -76,7 +77,7 @@ NetSage Resource Database (Science Registry)
%{__install} lib/GRNOC/NetSage/ResourceDB/DataService/Util.pm %{buildroot}%{perl_vendorlib}/GRNOC/NetSage/ResourceDB/DataService/Util.pm
%{__install} lib/GRNOC/NetSage/ResourceDB/DataService/Util.pod %{buildroot}%{perl_vendorlib}/GRNOC/NetSage/ResourceDB/DataService/Util.pod

# lib/GRNOC/NetSage/ResourceDB/DataService/Data.pm
# GWS/
%{__install} -d -p %{buildroot}%{perl_vendorlib}/GRNOC/NetSage/ResourceDB/GWS
%{__install} lib/GRNOC/NetSage/ResourceDB/GWS/Admin.pm %{buildroot}%{perl_vendorlib}/GRNOC/NetSage/ResourceDB/GWS/Admin.pm
%{__install} lib/GRNOC/NetSage/ResourceDB/GWS/Admin.pod %{buildroot}%{perl_vendorlib}/GRNOC/NetSage/ResourceDB/GWS/Admin.pod
Expand Down

0 comments on commit c6c4957

Please sign in to comment.