[fex/f16] Initial import #771123

mmckinst mmckinst at fedoraproject.org
Fri Jan 13 23:32:33 UTC 2012


commit e3bae07f707d125c4ef669a3aa9c953416bbe976
Author: Mark McKinstry <mmckinst at nexcess.net>
Date:   Fri Jan 13 18:32:18 2012 -0500

    Initial import #771123

 .gitignore |    1 +
 fex.spec   |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ff8d334 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/fex-1.20100416.2814.tar.gz
diff --git a/fex.spec b/fex.spec
new file mode 100644
index 0000000..d4de5ea
--- /dev/null
+++ b/fex.spec
@@ -0,0 +1,47 @@
+Name:		fex
+Version:	1.20100416.2814
+Release:	2%{?dist}
+Summary:	Field split/extraction like cut/awk
+
+Group:		Applications/Text
+License:	BSD
+URL:		http://semicomplete.com/projects/fex/
+Source0:	http://semicomplete.googlecode.com/files/%{name}-%{version}.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+%description
+Fex is a powerful field extraction tool. Fex provides a very concise language
+for tokenizing strings and extracting fields.
+
+%prep
+%setup -q
+# snprintf has a license incompatible with Fedora
+# It is only used on Solaris so just delete the directory to avoid confusion or
+# problems with licensing.
+rm -rf snprintf_2.2
+
+%build
+make %{?_smp_mflags} CFLAGS="%{optflags}"
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}  PREFIX=%{_prefix}
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc COPYRIGHT README
+%{_bindir}/%{name}
+
+
+%changelog
+* Mon Jan  9 2012 Mark McKinstry <mmckinst at nexcess.net> - 1.20100416.2814-2
+- fix typo in description
+- add a clean section to the spec
+- add it to the Applications/Text group in the spec
+
+* Sun Jan  1 2012 Mark McKinstry <mmckinst at nexcess.net> - 1.20100416.2814-1
+- initial build
+
diff --git a/sources b/sources
index e69de29..2ec944d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0e3f514ce5b1e2ad2a624ad67a2a8b61  fex-1.20100416.2814.tar.gz


More information about the scm-commits mailing list