rpms/whatmask/devel whatmask.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tim Jackson (timj) fedora-extras-commits at redhat.com
Sat Sep 23 09:04:10 UTC 2006


Author: timj

Update of /cvs/extras/rpms/whatmask/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4932/devel

Modified Files:
	.cvsignore sources 
Added Files:
	whatmask.spec 
Log Message:
auto-import whatmask-1.2-3 on branch devel from whatmask-1.2-3.src.rpm


--- NEW FILE whatmask.spec ---
Name:           whatmask
Version:        1.2
Release:        3%{?dist}
Summary:        Convert between different netmask types and show information

Group:          Applications/Internet
License:        GPL
URL:            http://www.laffeycomputer.com/whatmask.html
Source0:        http://downloads.laffeycomputer.com/current_builds/whatmask/whatmask-1.2.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Whatmask is a small program that can analyze CIDR, netmask, netmask (hex), 
and wildcard bit notations to give useful information about a given network
block in question. It is similar to ipcalc, but provides an easier-to-use
interface.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}
chmod 644 COPYING

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README

%{_bindir}/whatmask
%{_mandir}/man1/*

%changelog
* Tue Sep 19 2006 Tim Jackson <rpm at timj.co.uk> 1.2-3
- Initial build for FE. Release number is due to fork of a previous private
  version.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/whatmask/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Sep 2006 09:03:16 -0000	1.1
+++ .cvsignore	23 Sep 2006 09:04:10 -0000	1.2
@@ -0,0 +1 @@
+whatmask-1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/whatmask/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Sep 2006 09:03:16 -0000	1.1
+++ sources	23 Sep 2006 09:04:10 -0000	1.2
@@ -0,0 +1 @@
+26aeff74dbba70262ccd426e681dcf4a  whatmask-1.2.tar.gz




More information about the scm-commits mailing list