Update to 1.11.
This commit is contained in:
parent
2f95a2689d
commit
13d3512f8d
@ -1,3 +1,4 @@
|
|||||||
qdox-1.6.1-src.tar.gz
|
qdox-1.6.1-src.tar.gz
|
||||||
qdox-1.9.2-src.tar.gz
|
qdox-1.9.2-src.tar.gz
|
||||||
qdox-1.10.1.tar.bz2
|
qdox-1.10.1.tar.bz2
|
||||||
|
qdox-1.11-project.tar.bz2
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
--- pom.xml.sav 2009-12-31 18:37:19.000000000 +0200
|
--- pom.xml.sav 2010-03-13 12:43:16.000000000 +0200
|
||||||
+++ pom.xml 2010-01-08 16:26:05.294855545 +0200
|
+++ pom.xml 2010-03-15 17:52:45.147525923 +0200
|
||||||
@@ -264,7 +264,7 @@
|
@@ -282,7 +282,7 @@
|
||||||
<templateFile>${basedir}/src/site/templates/site-template.vm</templateFile>
|
<templateFile>${basedir}/src/site/templates/site-template.vm</templateFile>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
- <plugin>
|
- <plugin>
|
||||||
+ <!--<plugin>
|
+ <!--plugin>
|
||||||
<groupId>org.codehaus.xsite</groupId>
|
<groupId>org.codehaus.xsite</groupId>
|
||||||
<artifactId>xsite-maven-plugin</artifactId>
|
<artifactId>xsite-maven-plugin</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
@@ -283,11 +283,11 @@
|
@@ -301,11 +301,11 @@
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
- </plugin>
|
- </plugin>
|
||||||
+ </plugin>-->
|
+ </plugin-->
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-resources-plugin</artifactId>
|
<artifactId>maven-resources-plugin</artifactId>
|
||||||
<version>2.3</version>
|
<version>2.3</version>
|
||||||
@ -23,7 +23,7 @@
|
|||||||
<execution>
|
<execution>
|
||||||
<id>pre-copy-resources</id>
|
<id>pre-copy-resources</id>
|
||||||
<phase>pre-site</phase>
|
<phase>pre-site</phase>
|
||||||
@@ -332,9 +332,9 @@
|
@@ -352,9 +352,9 @@
|
||||||
</resources>
|
</resources>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
@ -34,17 +34,17 @@
|
|||||||
+ <!--plugin>
|
+ <!--plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<version>2.0-beta-9</version>
|
<version>2.0</version>
|
||||||
@@ -344,7 +344,7 @@
|
@@ -364,7 +364,7 @@
|
||||||
<goals>deploy</goals>
|
|
||||||
<tagBase>https://svn.codehaus.org/qdox/tags</tagBase>
|
<tagBase>https://svn.codehaus.org/qdox/tags</tagBase>
|
||||||
|
<arguments>-Dproject.rel.org.thoughtworks.qdox:qdox=${project.rel.org.thoughtworks.qdox:qdox} -Dproject.dev.org.thoughtworks.qdox:qdox=${project.dev.org.thoughtworks.qdox:qdox}</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
- </plugin>
|
- </plugin>
|
||||||
+ </plugin-->
|
+ </plugin-->
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
@@ -363,12 +363,12 @@
|
@@ -383,12 +383,12 @@
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
13
qdox.spec
13
qdox.spec
@ -37,16 +37,13 @@
|
|||||||
|
|
||||||
Summary: Extract class/interface/method definitions from sources
|
Summary: Extract class/interface/method definitions from sources
|
||||||
Name: qdox
|
Name: qdox
|
||||||
Version: 1.10.1
|
Version: 1.11
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://qdox.codehaus.org/
|
URL: http://qdox.codehaus.org/
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: http://repository.codehaus.org/com/thoughtworks/qdox/qdox/%{version}/%{name}-%{version}-project.tar.bz2
|
||||||
# svn export http://svn.codehaus.org/qdox/tags/qdox-1.10.1/
|
|
||||||
# tar cjf qdox-1.10.1.tar.bz2 qdox-1.10.1/
|
|
||||||
|
|
||||||
Source1: build.xml.tar.gz
|
Source1: build.xml.tar.gz
|
||||||
Source2: qdox-settings.xml
|
Source2: qdox-settings.xml
|
||||||
Patch0: %{name}-disable-xsite.patch
|
Patch0: %{name}-disable-xsite.patch
|
||||||
@ -62,6 +59,7 @@ BuildRequires: jflex
|
|||||||
BuildRequires: maven2 >= 2.0.7
|
BuildRequires: maven2 >= 2.0.7
|
||||||
BuildRequires: maven2-plugin-ant
|
BuildRequires: maven2-plugin-ant
|
||||||
BuildRequires: maven2-plugin-antrun
|
BuildRequires: maven2-plugin-antrun
|
||||||
|
BuildRequires: maven2-plugin-assembly
|
||||||
BuildRequires: maven2-plugin-compiler
|
BuildRequires: maven2-plugin-compiler
|
||||||
BuildRequires: maven2-plugin-changes
|
BuildRequires: maven2-plugin-changes
|
||||||
BuildRequires: maven2-plugin-clean
|
BuildRequires: maven2-plugin-clean
|
||||||
@ -202,6 +200,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_javadocdir}/%{name}
|
%doc %{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 15 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.11-1
|
||||||
|
- Update to 1.11.
|
||||||
|
|
||||||
* Mon Feb 15 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.10.1-2
|
* Mon Feb 15 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.10.1-2
|
||||||
- Rebuild for rhbz#565013.
|
- Rebuild for rhbz#565013.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user