[XmlSchema] Minor style fixes

Andy Grimm arg at fedoraproject.org
Mon Mar 12 12:35:54 UTC 2012


commit 72aaf945a5a7e7257bbdc8a512c92b9432030a2c
Author: Andy Grimm <agrimm at gmail.com>
Date:   Mon Mar 12 08:34:33 2012 -0400

    Minor style fixes

 XmlSchema.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/XmlSchema.spec b/XmlSchema.spec
index f77d1c7..2e773f4 100644
--- a/XmlSchema.spec
+++ b/XmlSchema.spec
@@ -6,7 +6,7 @@ Group:          Development/Libraries
 License:        ASL 2.0
 URL:            http://ws.apache.org/commons/XmlSchema
 # svn export http://svn.apache.org/repos/asf/webservices/commons/tags/XmlSchema/XmlSchema-1.4.7
-# tar caf XmlSchema-1.4.7.tar.xz XmlSchema-1.4.7
+# tar cJf XmlSchema-1.4.7.tar.xz XmlSchema-1.4.7
 Source0:        %{name}-%{version}.tar.xz
 # ws-commons-java5 is for ancient Java environments
 Patch0:         %{name}-no-java5.patch
@@ -59,8 +59,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