packages: grepcidr/grepcidr.spec (NEW) - initial PLD release

gotar gotar at pld-linux.org
Mon Nov 2 17:58:01 CET 2009


Author: gotar                        Date: Mon Nov  2 16:58:01 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
packages/grepcidr:
   grepcidr.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/grepcidr/grepcidr.spec
diff -u /dev/null packages/grepcidr/grepcidr.spec:1.1
--- /dev/null	Mon Nov  2 17:58:01 2009
+++ packages/grepcidr/grepcidr.spec	Mon Nov  2 17:57:56 2009
@@ -0,0 +1,41 @@
+# $Revision$, $Date$
+Summary:	IP addresses grep
+Name:		grepcidr
+Version:	1.3
+Release:	1
+License:	GPL v2
+Group:		Applications/Text
+Source0:	http://www.pc-tools.net/files/unix/%{name}-%{version}.tar.gz
+# Source0-md5:	7ccade25ce9fe6d6a02348ba8e4cf4a3
+URL:		http://www.pc-tools.net/unix/grepcidr/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Filter IP addresses matching IPv4 CIDR/network specification.
+
+%prep
+%setup -q
+
+%build
+%{__make} CFLAGS="%{rpmcflags}"
+
+%install
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%attr(755,root,root) %{_bindir}/%{name}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/11/02 16:57:56  gotar
+- initial PLD release
================================================================


More information about the pld-cvs-commit mailing list