!2 Upgrade version to 1.2.1

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-09-21 09:31:48 +00:00 committed by Gitee
commit 167c744380
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 5 deletions

Binary file not shown.

BIN
libgta-1.2.1.tar.xz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: libgta
Version: 1.0.7
Release: 9
Version: 1.2.1
Release: 1
Summary: A library that reads and writes GTA files
License: LGPLv2+
URL: https://marlam.de/gta/
Source0: http://download.savannah.nongnu.org/releases/gta/%{name}-%{version}.tar.xz
BuildRequires: bzip2-devel doxygen gcc xz-devel zlib-devel
Source0: https://marlam.de/gta/releases/%{name}-%{version}.tar.xz
BuildRequires: doxygen gcc
%description
Libgta,a library that reads and writes GTA files,with interfaces in C and C++.
@ -52,7 +52,6 @@ make check V=1
%{_libdir}/%{name}.so.*
%files devel
%{_datadir}/%{name}/cmake/FindGTA.cmake
%{_libdir}/pkgconfig/gta.pc
%{_libdir}/%{name}.so
%{_includedir}/gta
@ -63,5 +62,8 @@ make check V=1
%doc doc/reference
%changelog
* Wed Sep 20 2023 xu_ping<707078654@qq.com> - 1.2.1-1
- Upgrade version to 1.2.1
* Fri Mar 6 2020 zhouyihang<zhouyihang1@huawei.com> - 1.0.7-9
- Pakcage init