diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-11 07:06:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-11 07:06:03 +0000 |
commit | 9f475245a8290bcd7be7ded7d51420bf9d968205 (patch) | |
tree | b7eef8aee520e4b9e3fdb75b9a22ed1e312eea77 | |
parent | 33b63e2812a698a24f8b84193563fcf960764218 (diff) |
automatic import of libicu-69-transitional
-rw-r--r-- | libicu-69-transitional.spec | 24 | ||||
-rw-r--r-- | sources | 0 |
2 files changed, 24 insertions, 0 deletions
diff --git a/libicu-69-transitional.spec b/libicu-69-transitional.spec new file mode 100644 index 0000000..2412e40 --- /dev/null +++ b/libicu-69-transitional.spec @@ -0,0 +1,24 @@ +Name: libicu-69-transitional +Version: 69 +Release: 991%{?dist} +Summary: A transitional package for libicu +License: GPL-2.0-only +URL: https://example.com + +BuildRequires: libicu + +%description +A package that creates symbolic links of the current libicu libraries to .so.69 + +%install + +ln -s %{_libdir}/libicui18n.so.72 %{buildroot}%{_libdir}/libicui18n.so.69 +ln -s %{_libdir}/libicuuc.so.72 %{buildroot}%{_libdir}/libicuuc.so.69 +ln -s %{_libdir}/libicudata.so.69 %{buildroot}%{_libdir}/libicudata.so.69 + +%files +%{_libdir}/*.so.69 + +%changelog +* Fri Aug 11 2023 Martin Grigorov <mgrigorov@apache.org> - 69-991 +- First version of the package |