diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-23 10:27:21 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-23 10:27:21 +0100 |
commit | a897672db40d04988e049dcfd9c23915226d80d9 (patch) | |
tree | 22eff9911a8fc3b0c8fb18fa9f7eb6c5b124db91 | |
parent | 17225722d84039d68d18d4519d46a7e2bee26041 (diff) |
temporary workaround waiting for amzn2 update
lower release to ensure official package will be preferred
-rw-r--r-- | .gitignore | 9 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | fribidi.spec | 7 |
3 files changed, 19 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f69818 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +clog +package-*.xml +*.tgz +*.tar.gz +*.tar.bz2 +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + diff --git a/fribidi.spec b/fribidi.spec index 9a79a4e..fa8f523 100644 --- a/fribidi.spec +++ b/fribidi.spec @@ -1,7 +1,7 @@ Summary: Library implementing the Unicode Bidirectional Algorithm Name: fribidi Version: 1.0.2 -Release: 1%{?dist} +Release: 0%{?dist} URL: https://github.com/fribidi/fribidi/ Source: https://github.com//%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2 License: LGPLv2+ and UCD @@ -62,6 +62,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/*.pc %changelog +* Mon Mar 23 2020 Remi Collet <remi@remirepo.net> - 1.0.2-0 +- rebuild from RHEL-7.7 sources + temporary workaround waiting for amzn2 update +- lower release to ensure official package will be preferred + * Fri May 04 2018 Caolán McNamara <caolanm@redhat.com> - 1.0.2-1 - Resolves: rhbz#1574858 latest version, --disable-docs because there's no c2man |