summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2015-04-11 09:31:28 -0600
committerKen Dreyer <ktdreyer@ktdreyer.com>2015-04-11 09:31:28 -0600
commitcc3a7fd8c764eccd899226d83da4868eae7df906 (patch)
tree8c7c5c66f1893d7c6fff97ccf960560d755830e9
downloadrubygem-pathspec-cc3a7fd8c764eccd899226d83da4868eae7df906.tar.gz
rubygem-pathspec-cc3a7fd8c764eccd899226d83da4868eae7df906.tar.xz
rubygem-pathspec-cc3a7fd8c764eccd899226d83da4868eae7df906.zip
initial import from https://bugzilla.redhat.com/1210826
SRPM from http://www.cora.nwra.com/~orion/fedora/rubygem-pathspec-0.0.2-1.fc21.src.rpm
-rw-r--r--.gitignore2
-rw-r--r--rubygem-pathspec.spec45
-rw-r--r--sources1
3 files changed, 48 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..98c7eaa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/1210826-rubygem-pathspec/
+/pathspec-0.0.2.gem
diff --git a/rubygem-pathspec.spec b/rubygem-pathspec.spec
new file mode 100644
index 0000000..d4e4d33
--- /dev/null
+++ b/rubygem-pathspec.spec
@@ -0,0 +1,45 @@
+%global gem_name pathspec
+
+Name: rubygem-%{gem_name}
+Version: 0.0.2
+Release: 1%{?dist}
+Summary: Use to match path patterns such as gitignore
+
+License: ASL 2.0
+URL: https://rubygems.org/gems/%{gem_name}
+Source0: https://rubygems.org/downloads/%{gem_name}-%{version}.gem
+BuildArch: noarch
+
+BuildRequires: rubygems-devel
+
+%description
+Use to match path patterns such as gitignore.
+
+
+%prep
+gem unpack %{SOURCE0}
+%setup -q -D -T -n %{gem_name}-%{version}
+gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
+
+
+%build
+gem build %{gem_name}.gemspec
+%gem_install
+
+
+%install
+mkdir -p %{buildroot}%{gem_dir}
+cp -a ./%{gem_dir}/* %{buildroot}%{gem_dir}/
+
+
+%files
+%license LICENSE
+%{gem_cache}
+%{gem_docdir}
+%{gem_instdir}
+%{gem_spec}
+
+
+%changelog
+* Fri Apr 10 2015 Orion Poplawski <orion@cora.nwra.com> - 0.0.2-1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..9398fbe
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+1ee6858ce390195ae44b3ee4751a731d pathspec-0.0.2.gem