[csvcat] Initial Importing

William Moreno williamjmorenor at fedoraproject.org
Thu Feb 5 13:54:39 UTC 2015


commit f01948e4d6aee13c174c6e8ef577a3d9b4c57f6b
Author: William Moreno <williamjmorenor at gmail.com>
Date:   Thu Feb 5 07:53:58 2015 -0600

    Initial Importing

 .gitignore  |    1 +
 csvcat.spec |   43 +++++++++++++++++++++++++++++++++++++++++++
 sources     |    1 +
 3 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7c4060b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/csvcat-858edfe15637f95d77ace9d375235235115f1bc2.tar.gz
diff --git a/csvcat.spec b/csvcat.spec
new file mode 100644
index 0000000..7eec68e
--- /dev/null
+++ b/csvcat.spec
@@ -0,0 +1,43 @@
+%global commit 858edfe15637f95d77ace9d375235235115f1bc2
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global project csvcat
+%global owner jsvine
+%global date 20141205
+
+Name:           %{project}
+Version:        0.1
+Release:        %{date}git%{shortcommit}%{?dist}
+Summary:        Efficiently concatenate CSVs or other tabular text files
+
+License:        MIT
+URL:            https://github.com/jsvine/csvcat
+Source0:        https://github.com/%{owner}/%{project}/archive/%{commit}/%{project}-%{commit}.tar.gz
+
+BuildArch:      noarch       
+
+%description
+Efficiently concatenate CSVs or other tabular text files, 
+stripping extra header lines.
+
+%prep
+%setup -q -n %{name}-%{commit}
+
+
+%build
+#Nothing to build
+
+
+%install
+install -pDm755 csvcat.sh %{buildroot}%{_bindir}/csvcat
+
+
+%files
+%doc README.md
+%{!?_licensedir:%global license %%doc}
+%license LICENSE
+%{_bindir}/csvcat
+
+
+%changelog
+* Sat Dec 27 2014 William Moreno Reyes <williamjmorenor at gmail.com> - 0.1-20141205git858edfe
+- Initial packaging
diff --git a/sources b/sources
index e69de29..0270f9f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b63456a47cbd8462e9d3af6805bb2ccc  csvcat-858edfe15637f95d77ace9d375235235115f1bc2.tar.gz


More information about the scm-commits mailing list