!7 修改无效的Source0地址

From: @lyn1001 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2022-11-16 10:04:23 +00:00 committed by Gitee
commit da45ebdfc6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: proxool
Version: 0.9.1
Release: 23
Release: 24
Summary: Connection pool library for Java
License: ASL 2.0
URL: http://proxool.sourceforge.net/
Source0: proxool-proxool-659fc71.tar.gz
Source0: https://github.com/proxool/proxool/archive/659fc71/proxool-proxool-659fc71.tar.gz
Source1: proxool.pom
Patch0001: proxool-no-embedded-cglib.patch
@ -32,7 +32,7 @@ Obsoletes: %{name}-javadoc < %{version}-%{release}
This package provides documentation for proxool.
%prep
%autosetup -n proxool-proxool-659fc71 -p1
%autosetup -n proxool-659fc71e617151327779802a5171f0da8205918d -p1
find . -type f -a -executable -exec chmod -x {} \;
rm -rf lib jarjar
@ -54,5 +54,8 @@ CLASSPATH=$(build-classpath cglib avalon-framework glassfish-servlet-api) ant bu
%files help -f .mfiles-javadoc
%changelog
* Thu Nov 10 2022 liyanan <liyanan32@h-partners.com> - 0.9.1-24
- Change source
* Fri Dec 20 2019 fengbing <fengbing7@huawei.com> - 0.9.1-23
- Package init