Fix #1882930 - Add Epoch in Requires
This commit is contained in:
parent
bcfeac560d
commit
7d85a1a763
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/cldr-emoji-annotation-37.0_13.0_0_2.tar.gz
|
||||
/cldr-emoji-annotation-38-alpha1.0_13.0_0_1.tar.gz
|
||||
/release-38-beta.tar.gz
|
||||
/cldr-release-38-beta.tar.gz
|
||||
|
@ -2,13 +2,13 @@
|
||||
|
||||
Name: cldr-emoji-annotation
|
||||
Version: 38~beta
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Epoch: 1
|
||||
# Annotation files are in Unicode license
|
||||
Summary: Emoji annotation files in CLDR
|
||||
License: Unicode
|
||||
URL: https://unicode.org/cldr
|
||||
Source0: https://github.com/unicode-org/cldr/archive/%{file_version}.tar.gz
|
||||
Source0: https://github.com/unicode-org/cldr/archive/%{file_version}.tar.gz#/cldr-%{file_version}.tar.gz
|
||||
#Patch0: %%{name}-HEAD.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
@ -20,7 +20,7 @@ This package provides the emoji annotation file by language in CLDR.
|
||||
|
||||
%package dtd
|
||||
Summary: DTD files of CLDR common
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
%description dtd
|
||||
@ -29,7 +29,7 @@ cldr-emoji-annotations.
|
||||
|
||||
%package devel
|
||||
Summary: Files for development using cldr-annotations
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
BuildArch: noarch
|
||||
|
||||
@ -108,10 +108,13 @@ done
|
||||
%{_datadir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Fri Sep 25 2020 Takao Fujiwara <tfujiwar@gmail.com> - 38~beta-2
|
||||
* Mon Sep 28 2020 Takao Fujiwara <tfujiwar@gmail.com> - 1:38~beta-3
|
||||
- Fix #1882930 - Add Epoch in Requires
|
||||
|
||||
* Fri Sep 25 2020 Takao Fujiwara <tfujiwar@gmail.com> - 1:38~beta-2
|
||||
- Fix typo in cldr-emoji-annotation.pc
|
||||
|
||||
* Fri Sep 25 2020 Takao Fujiwara <tfujiwar@gmail.com> - 38~beta-1
|
||||
* Fri Sep 25 2020 Takao Fujiwara <tfujiwar@gmail.com> - 1:38~beta-1
|
||||
- Dump release-38-beta
|
||||
- Move source URL from github.com/fujiwarat/cldr-emoji-annotation
|
||||
to https://github.com/unicode-org/cldr
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (release-38-beta.tar.gz) = fb53313926458e4449e561dece1e79963feaeda2cabc190d0c3df8556c60b9fc10e6a57dcb2120f56a215834a0adcb9d48221e6c87cd1b8397abdd868b92f1b3
|
||||
SHA512 (cldr-release-38-beta.tar.gz) = fb53313926458e4449e561dece1e79963feaeda2cabc190d0c3df8556c60b9fc10e6a57dcb2120f56a215834a0adcb9d48221e6c87cd1b8397abdd868b92f1b3
|
||||
|
Loading…
Reference in New Issue
Block a user