update to version 1.1

This commit is contained in:
wang--ge 2023-12-27 16:52:25 +08:00
parent 1dc5d83e73
commit 61d392c102
3 changed files with 6 additions and 54 deletions

View File

@ -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.

View File

@ -1,13 +1,14 @@
Name: yecht
Version: 1.0
Version: 1.1
Release: 1
Summary: A YAML processor based on Syck
License: MIT
URL: http://github.com/jruby/yecht
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: mvn(org.codehaus.mojo:build-helper-maven-plugin)
BuildRequires: mvn(org.jruby:jruby-core)
Requires: java-headless jpackage-utils
BuildArch: noarch
@ -22,7 +23,6 @@ This package contains the API documentation for %{name}.
%prep
%setup -n %{name}-%{name}-%{version}
%patch0
find ./ -name '*.jar' -exec rm -f '{}' \;
find ./ -name '*.class' -exec rm -f '{}' \;
@ -37,5 +37,8 @@ find ./ -name '*.class' -exec rm -f '{}' \;
%files javadoc -f .mfiles-javadoc
%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
- package init