summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Kajaba <pkajaba@redhat.com>2016-04-15 19:53:43 +0200
committerPavel Kajaba <pkajaba@redhat.com>2016-04-15 19:53:43 +0200
commitf216bd619da3eedd3d9b0da42a55ed82e453495c (patch)
tree882409feb50752adcb93cebcff0c3ed9e99654e7
parent30394edc5fbcead1da4b79cd84ae74e50d0b1204 (diff)
downloadjava-comment-preprocessor-f216bd619da3eedd3d9b0da42a55ed82e453495c.tar.gz
java-comment-preprocessor-f216bd619da3eedd3d9b0da42a55ed82e453495c.tar.xz
java-comment-preprocessor-f216bd619da3eedd3d9b0da42a55ed82e453495c.zip
changed details to be compatible with praiskup spec
-rw-r--r--java-comment-preprocessor.spec17
1 files changed, 9 insertions, 8 deletions
diff --git a/java-comment-preprocessor.spec b/java-comment-preprocessor.spec
index 169cdbc..00e4ff3 100644
--- a/java-comment-preprocessor.spec
+++ b/java-comment-preprocessor.spec
@@ -3,14 +3,13 @@
Summary: The Most Powerful Multi-Pass Java Preprocessor
Name: java-comment-preprocessor
Version: 6.0.1
-Release: 2%{?dist}
+Release: 333%{?dist}
License: ASL 2.0
URL: https://github.com/raydac/java-comment-preprocessor
Source0: https://github.com/raydac/java-comment-preprocessor/archive/%{version}.tar.gz
BuildArch: noarch
-BuildRequires: jpackage-utils
BuildRequires: maven-local
BuildRequires: exec-maven-plugin
# Test requirements
@@ -18,12 +17,11 @@ BuildRequires: maven-shared-jar
BuildRequires: ant-testutil
BuildRequires: maven-verifier
BuildRequires: mockito
-Requires: jpackage-utils
%description
It is the most powerful multi-pass preprocessor for Java
but also it can be used everywhere for text processing
-if the destination technology supports Java like comment definitions.
+if the destination technology supports Java like comment definitions.
%package javadoc
Summary: API docs for %{name}
@@ -50,14 +48,17 @@ find -name "*.jar" -or -name "*.class" | xargs rm -f
%files -f .mfiles
%license texts/LICENSE-2.0.txt
-%doc texts/readme.txt
+%doc texts/readme.txt
%files javadoc -f .mfiles-javadoc
%license texts/LICENSE-2.0.txt
%changelog
-* Fri Apr 15 2016 Pavel Kajaba <pkajaba@redhat.com> - 6.0.1-2
-- Deleted unused and dangerous dependencies
+* Fri Apr 15 2016 Pavel Kajaba <pkajaba@redhat.com> - 6.0.1-3
+- Deleted unused and dangerous dependencies (review rhbz#1297347)
-* Tue Jan 5 2016 Pavel Kajaba <pkajaba@redhat.com>
+* Thu Apr 14 2016 Pavel Raiskup <praiskup@redhat.com> - 6.0.1-2
+- don't require jpackage-utils (review rhbz#1297347)
+
+* Tue Jan 5 2016 Pavel Kajaba <pkajaba@redhat.com> - 6.0.1-1
- Initial creation of java-comment-preprocessor package