[checkstyle/f14/master] Fix script classpaths after jakarta->apache renames

Stanislav Ochotnicky sochotni at fedoraproject.org
Thu Nov 18 13:28:18 UTC 2010


commit 74649116f153b3f649d3a143fae4ed8b606763f2
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Thu Nov 18 14:27:43 2010 +0100

    Fix script classpaths after jakarta->apache renames

 checkstyle.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/checkstyle.spec b/checkstyle.spec
index 615ca6f..9f8f7ab 100644
--- a/checkstyle.spec
+++ b/checkstyle.spec
@@ -30,10 +30,10 @@
 
 Name:           checkstyle
 Version:        5.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Java source code checker
 # src/checkstyle/com/puppycrawl/tools/checkstyle/grammars/java.g is GPLv2+
-# Most of the files in contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ are BSD 
+# Most of the files in contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/ are BSD
 License:        LGPLv2+ and GPLv2+ and BSD
 Group:          Development/Tools
 Source0:        http://download.sf.net/checkstyle/checkstyle-src-%{version}.tar.gz
@@ -146,9 +146,9 @@ popd
 %__mkdir_p %{buildroot}%{_javadir}
 %__cp -pa target/dist/%{name}-%{version}/%{name}-%{version}.jar \
   %{buildroot}%{_javadir}
-(cd %{buildroot}%{_javadir} && 
-    for jar in *-%{version}.jar; 
-        do %__ln_s ${jar} `echo $jar| %__sed "s|-%{version}||g"`; 
+(cd %{buildroot}%{_javadir} &&
+    for jar in *-%{version}.jar;
+        do %__ln_s ${jar} `echo $jar| %__sed "s|-%{version}||g"`;
     done
 )
 
@@ -220,6 +220,9 @@ fi
 %doc target/dist/%{name}-%{version}/docs/*
 
 %changelog
+* Thu Nov 18 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 5.1-2
+- Fix script classpaths after jakarta->apache renames
+
 * Wed Jun  9 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 5.1-1
 - Rebase to new version
 - Cleanup of whole spec file


More information about the scm-commits mailing list