Accepting request 320495 from network:utilities
1 OBS-URL: https://build.opensuse.org/request/show/320495 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ipcalc?expand=0&rev=4
This commit is contained in:
commit
1e7989daf9
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 4 10:07:35 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Cleanup spec file with spec-clenaer
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 26 22:24:37 UTC 2011 - lazy.kent@opensuse.org
|
Sun Jun 26 22:24:37 UTC 2011 - lazy.kent@opensuse.org
|
||||||
|
|
||||||
|
25
ipcalc.spec
25
ipcalc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ipcalc
|
# spec file for package ipcalc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,17 +15,18 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: ipcalc
|
Name: ipcalc
|
||||||
Version: 0.41
|
Version: 0.41
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: IPv4 Address Calculator
|
Summary: IPv4 Address Calculator
|
||||||
URL: http://jodies.de/ipcalc
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/System
|
Group: Productivity/Networking/System
|
||||||
|
Url: http://jodies.de/ipcalc
|
||||||
Source0: http://jodies.de/ipcalc-archive/ipcalc-%{version}.tar.gz
|
Source0: http://jodies.de/ipcalc-archive/ipcalc-%{version}.tar.gz
|
||||||
Patch1: http://jodies.de/ipcalc-archive/patch-queue
|
Patch1: http://jodies.de/ipcalc-archive/patch-queue
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ipcalc takes an IP address and netmask and calculates the resulting
|
ipcalc takes an IP address and netmask and calculates the resulting
|
||||||
@ -37,12 +38,6 @@ Enter your netmask(s) in CIDR notation (/25) or dotted decimals
|
|||||||
(255.255.255.0). Inverse netmasks are recognized. If you omit the
|
(255.255.255.0). Inverse netmasks are recognized. If you omit the
|
||||||
netmask ipcalc uses the default netmask for the class of your network.
|
netmask ipcalc uses the default netmask for the class of your network.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Krischan Jodies <ipcalc-200808@jodies.de>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1
|
%patch1
|
||||||
@ -50,10 +45,7 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%__install -D -m 0755 ipcalc "%{buildroot}%{_bindir}/ipcalc"
|
install -D -m 0755 ipcalc "%{buildroot}%{_bindir}/ipcalc"
|
||||||
|
|
||||||
%clean
|
|
||||||
%__rm -rf "%{buildroot}"
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -61,8 +53,3 @@ Authors:
|
|||||||
%{_bindir}/ipcalc
|
%{_bindir}/ipcalc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
# Local Variables:
|
|
||||||
# mode: rpm-spec
|
|
||||||
# tab-width: 3
|
|
||||||
# End:
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user