Upgrade version to 1.2.1

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2023-09-20 15:31:11 +08:00
parent 8a01447b92
commit d0e673ba42
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 Name: libgta
Version: 1.0.7 Version: 1.2.1
Release: 9 Release: 1
Summary: A library that reads and writes GTA files Summary: A library that reads and writes GTA files
License: LGPLv2+ License: LGPLv2+
URL: https://marlam.de/gta/ URL: https://marlam.de/gta/
Source0: http://download.savannah.nongnu.org/releases/gta/%{name}-%{version}.tar.xz Source0: https://marlam.de/gta/releases/%{name}-%{version}.tar.xz
BuildRequires: bzip2-devel doxygen gcc xz-devel zlib-devel BuildRequires: doxygen gcc
%description %description
Libgta,a library that reads and writes GTA files,with interfaces in C and C++. 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.* %{_libdir}/%{name}.so.*
%files devel %files devel
%{_datadir}/%{name}/cmake/FindGTA.cmake
%{_libdir}/pkgconfig/gta.pc %{_libdir}/pkgconfig/gta.pc
%{_libdir}/%{name}.so %{_libdir}/%{name}.so
%{_includedir}/gta %{_includedir}/gta
@ -63,5 +62,8 @@ make check V=1
%doc doc/reference %doc doc/reference
%changelog %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 * Fri Mar 6 2020 zhouyihang<zhouyihang1@huawei.com> - 1.0.7-9
- Pakcage init - Pakcage init