[neethi] minor spec fixes prior to initial build

Andy Grimm arg at fedoraproject.org
Mon Mar 12 12:32:46 UTC 2012


commit 44ef5d7fa39b4db8558c92fa17b88a95f81eb293
Author: Andy Grimm <agrimm at gmail.com>
Date:   Mon Mar 12 08:31:28 2012 -0400

    minor spec fixes prior to initial build

 neethi.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/neethi.spec b/neethi.spec
index 04612db..21159eb 100644
--- a/neethi.spec
+++ b/neethi.spec
@@ -7,7 +7,7 @@ Group:          Development/Libraries
 License:        ASL 2.0
 URL:            http://ws.apache.org/neethi/
 # svn export https://svn.apache.org/repos/asf/webservices/commons/tags/neethi/neethi-3.0.1/ neethi-3.0.1
-# tar caf neethi-3.0.1.tar.xz neethi-3.0.1
+# tar cJf neethi-3.0.1.tar.xz neethi-3.0.1
 Source0:        %{name}-%{version}.tar.xz
 Patch0:         %{name}-disable-rat.patch
 BuildArch:      noarch
@@ -53,8 +53,8 @@ install -d -m 755 %{buildroot}%{_mavenpomdir}
 cp pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
 %add_maven_depmap JPP-%{name}.pom %{name}.jar
 
-install -d -m 755 %{buildroot}%{_javadocdir}
-cp -rp target/site/apidocs %{buildroot}%{_javadocdir}/%{name}
+install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
+cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %doc README.txt RELEASE-NOTE.txt


More information about the scm-commits mailing list