[subnetcalc] Upstream URL change. %license macro pulled in.

Christopher Meng cicku at fedoraproject.org
Mon Feb 9 02:58:45 UTC 2015


commit 43a0137990ea4383f16e9f8eb338d86fe6fc5ce8
Author: Christopher Meng <i at cicku.me>
Date:   Mon Feb 9 10:57:49 2015 +0800

    Upstream URL change.
    %license macro pulled in.

 subnetcalc.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/subnetcalc.spec b/subnetcalc.spec
index d49b60e..14c73bd 100644
--- a/subnetcalc.spec
+++ b/subnetcalc.spec
@@ -3,8 +3,8 @@ Version:        2.3.1
 Release:        2%{?dist}
 Summary:        IPv4/IPv6 Subnet Calculator
 License:        GPLv3+
-URL:            http://www.exp-math.uni-essen.de/~dreibh/subnetcalc/
-Source0:        http://www.exp-math.uni-essen.de/~dreibh/subnetcalc/download/%{name}-%{version}.tar.gz
+URL:            https://www.uni-due.de/~be0001/subnetcalc/
+Source0:        https://www.uni-due.de/~be0001/subnetcalc/download/%{name}-%{version}.tar.gz
 BuildRequires:  GeoIP-devel
 
 %description
@@ -26,7 +26,8 @@ interface ID, etc.).
 %make_install
 
 %files
-%doc AUTHORS ChangeLog COPYING README
+%doc AUTHORS ChangeLog README
+%license COPYING
 %{_bindir}/subnetcalc
 %{_mandir}/man1/subnetcalc.1*
 


More information about the scm-commits mailing list