Skip to content

Instantly share code, notes, and snippets.

@liweinan
Created December 17, 2013 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liweinan/8007366 to your computer and use it in GitHub Desktop.
Save liweinan/8007366 to your computer and use it in GitHub Desktop.
$ git diff
diff --git a/resteasy.spec b/resteasy.spec
index 3d9d630..3c3ed98 100644
--- a/resteasy.spec
+++ b/resteasy.spec
@@ -4,19 +4,20 @@
%bcond_with mead
-%define section .Final
-%define reltag _redhat_3
-%define namedreltag -redhat-3
-%global namedversion %{version}%{?section}%{?name
+#%define section .Final
+#%define reltag _redhat_3
+#%define namedreltag -redhat-3
+#%global namedversion %{version}%{?section}%{?nam
Name: resteasy
Summary: RESTEasy is a fully certified JAX-RS impl
-Version: 2.3.7
-Release: 1%{?section}%{?reltag}%{?dist}
+Version: %{meadversion}
+#Release: 1%{?section}%{?reltag}%{?dist}
+Release: %{serial}%{meadalpha}%{meadrel}%{?dist}
License: ASL 2.0
Group: Development/Java
-BuildRoot: %{_tmppath}/%{name}-%{version}-buildroo
+BuildRoot: %{_tmppath}/%{name}-%{namedversion}-bui
BuildArch: noarch
BuildRequires: unzip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment