update version to 1.1
This commit is contained in:
parent
01eac25c1a
commit
ad64765e98
Binary file not shown.
BIN
libunistring-1.1.tar.xz
Normal file
BIN
libunistring-1.1.tar.xz
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
Name: libunistring
|
||||
Version: 0.9.10
|
||||
Release: 9
|
||||
Version: 1.1
|
||||
Release: 1
|
||||
Summary: GNU Unicode string library
|
||||
License: GPLV2+ or LGPLv3+
|
||||
URL: http://www.gnu.org/software/libunistring/
|
||||
@ -35,6 +35,7 @@ This package is the development files for GUN Unicode string library.
|
||||
rm -f %{buildroot}%{_libdir}/%{name}.la
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
mv %{buildroot}%{_datadir}/doc/%{name} tmp_doc
|
||||
cp -p %{_libdir}/%{name}.so.2 %{buildroot}%{_libdir}
|
||||
|
||||
%check
|
||||
make check
|
||||
@ -45,7 +46,9 @@ make check
|
||||
%defattr(-,root,root)
|
||||
%doc THANKS AUTHORS
|
||||
%license COPYING*
|
||||
%{_libdir}/%{name}.so.*
|
||||
%{_libdir}/%{name}.so.5
|
||||
%{_libdir}/%{name}.so.5.0.0
|
||||
%{_libdir}/%{name}.so.2
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -59,6 +62,12 @@ make check
|
||||
%doc README DEPENDENCIES
|
||||
|
||||
%changelog
|
||||
* Fri Nov 04 2022 fuanan <fuanan3@h-partners.com> - 1.1-1
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:update version to 1.1
|
||||
|
||||
* Tue Oct 25 2022 zhangruifang <zhangruifang1@h-partners.com> - 0.9.10-9
|
||||
- Rebuild for next release
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user