!4 Update to version 1.1
From: @wang--ge Reviewed-by: @cherry530 Signed-off-by: @cherry530
This commit is contained in:
commit
f6d94030fd
@ -1,51 +0,0 @@
|
|||||||
--- pom.xml.orig 2014-12-15 14:19:25.869505963 -0500
|
|
||||||
+++ pom.xml 2014-12-15 14:19:08.014719095 -0500
|
|
||||||
@@ -23,35 +23,6 @@
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<sourceDirectory>${basedir}/src/main</sourceDirectory>
|
|
||||||
- <plugins>
|
|
||||||
- <plugin>
|
|
||||||
- <groupId>org.codehaus.mojo</groupId>
|
|
||||||
- <artifactId>build-helper-maven-plugin</artifactId>
|
|
||||||
- <version>1.8</version>
|
|
||||||
- <executions>
|
|
||||||
- <execution>
|
|
||||||
- <id>add-ext</id>
|
|
||||||
- <phase>initialize</phase>
|
|
||||||
- <goals>
|
|
||||||
- <goal>add-source</goal>
|
|
||||||
- </goals>
|
|
||||||
- <configuration>
|
|
||||||
- <sources>
|
|
||||||
- <source>${basedir}/ext/ruby/src/java</source>
|
|
||||||
- </sources>
|
|
||||||
- </configuration>
|
|
||||||
- </execution>
|
|
||||||
- </executions>
|
|
||||||
- </plugin>
|
|
||||||
- </plugins>
|
|
||||||
- <resources>
|
|
||||||
- <resource>
|
|
||||||
- <directory>ext/ruby/lib</directory>
|
|
||||||
- <includes>
|
|
||||||
- <include>**/*rb</include>
|
|
||||||
- </includes>
|
|
||||||
- </resource>
|
|
||||||
- </resources>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
@@ -65,12 +36,6 @@
|
|
||||||
<version>3.8.1</version>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
- <dependency>
|
|
||||||
- <groupId>org.jruby</groupId>
|
|
||||||
- <artifactId>jruby-core</artifactId>
|
|
||||||
- <version>[1.7.0,1.8.0)</version>
|
|
||||||
- <scope>provided</scope>
|
|
||||||
- </dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
|
|
||||||
Binary file not shown.
@ -1,13 +1,14 @@
|
|||||||
Name: yecht
|
Name: yecht
|
||||||
Version: 1.0
|
Version: 1.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A YAML processor based on Syck
|
Summary: A YAML processor based on Syck
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://github.com/jruby/yecht
|
URL: http://github.com/jruby/yecht
|
||||||
Source0: https://github.com/jruby/yecht/archive/yecht-%{version}.zip
|
Source0: https://github.com/jruby/yecht/archive/yecht-%{version}.zip
|
||||||
Patch0: disable-jruby-dep.patch
|
|
||||||
|
|
||||||
BuildRequires: java-devel jpackage-utils maven-local mvn(org.sonatype.oss:oss-parent:pom:)
|
BuildRequires: java-devel jpackage-utils maven-local mvn(org.sonatype.oss:oss-parent:pom:)
|
||||||
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
|
BuildRequires: mvn(org.jruby:jruby-core)
|
||||||
Requires: java-headless jpackage-utils
|
Requires: java-headless jpackage-utils
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -22,7 +23,6 @@ This package contains the API documentation for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{name}-%{version}
|
%setup -n %{name}-%{name}-%{version}
|
||||||
%patch0
|
|
||||||
find ./ -name '*.jar' -exec rm -f '{}' \;
|
find ./ -name '*.jar' -exec rm -f '{}' \;
|
||||||
find ./ -name '*.class' -exec rm -f '{}' \;
|
find ./ -name '*.class' -exec rm -f '{}' \;
|
||||||
|
|
||||||
@ -37,5 +37,8 @@ find ./ -name '*.class' -exec rm -f '{}' \;
|
|||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 27 2023 Ge Wang <wang__ge@126.com> - 1.1-1
|
||||||
|
- update to version 1.1
|
||||||
|
|
||||||
* Mon Aug 17 2020 maminjie <maminjie1@huawei.com> - 1.0-1
|
* Mon Aug 17 2020 maminjie <maminjie1@huawei.com> - 1.0-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user