summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--svn2git.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/svn2git.spec b/svn2git.spec
index 1109216..d561ddd 100644
--- a/svn2git.spec
+++ b/svn2git.spec
@@ -2,14 +2,14 @@
Name: %{gem_name}
Version: 2.3.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A tool for migrating SVN projects to Git
Group: Development/Languages
License: MIT
URL: https://github.com/nirvdrum/svn2git
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
Requires: git-svn
-%if 0%{?fc20} || 0%{?el7}
+%if 0%{?el7}
Requires: ruby(release)
Requires: ruby(rubygems)
Requires: rubygem(open4)
@@ -19,7 +19,7 @@ BuildRequires: rubygems-devel
BuildRequires: rubygem(minitest)
BuildRequires: rubygem(open4)
BuildArch: noarch
-%if 0%{?fc20} || 0%{?el7}
+%if 0%{?el7}
Provides: rubygem(%{gem_name}) = %{version}
%endif
@@ -83,7 +83,6 @@ pushd .%{gem_instdir}
popd
%files
-%{!?_licensedir:%global license %%doc}
%dir %{gem_instdir}
%license %{gem_instdir}/MIT-LICENSE
%doc %{gem_instdir}/README.markdown
@@ -99,6 +98,10 @@ popd
%exclude %{gem_instdir}/test
%changelog
+* Mon Jan 11 2016 Ken Dreyer <ktdreyer@ktdreyer.com> - 2.3.2-3
+- Drop Fedora 20 conditionals
+- Drop unneeded %%license definition
+
* Tue Mar 24 2015 Ken Dreyer <ktdreyer@ktdreyer.com> - 2.3.2-2
- Drop Fedora 19 conditionals
- Use %%license macro