From 5e40d1f1d575d30c7713845c03789ae86f5f0435 Mon Sep 17 00:00:00 2001 From: Boris Date: Fri, 21 May 2021 17:55:55 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=BC=95=E5=85=A5color=20filesystem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- color-filesystem.spec | 56 +++++++++++++++++++++++----------------- color-filesystem.tar.gz | Bin 0 -> 237 bytes 2 files changed, 33 insertions(+), 23 deletions(-) create mode 100644 color-filesystem.tar.gz diff --git a/color-filesystem.spec b/color-filesystem.spec index 6171a09..c448bf9 100644 --- a/color-filesystem.spec +++ b/color-filesystem.spec @@ -1,25 +1,39 @@ -Name: color-filesystem -Version: 1 -Release: 14 -Summary: Color filesystem -License: Public Domain -BuildArch: noarch +%global apiver %(v=2.1.0; echo ${v%.${v#[0-9].[0-9].}}) -Requires: rpm filesystem +Name: color-filesystem +Version: 1 +Release: 1 +Summary: Color filesystem layout +Group: System Environment/Base +License: Public Domain +BuildArch: noarch +URL: http://www.freedesktop.org/wiki/OpenIcc +Source0: color-filesystem.tar.gz + +ExclusiveArch: %{arm} %{ix86} x86_64 %{mips} aarch64 + +Requires: filesystem +Requires: rpm %description -This package provides some directories and macros that are required/used to store color management data. +This package provides some directories that are required/used to store color. %prep +# Nothing to prep %build +# Nothing to build %install -install -d ${RPM_BUILD_ROOT}%{_datadir}/color/{icc,cmms,settings} -install -d ${RPM_BUILD_ROOT}%{_localstatedir}/lib/color/icc -install -d ${RPM_BUILD_ROOT}/etc/rpm/ - -cat >${RPM_BUILD_ROOT}%{_sysconfdir}/rpm/macros.color<$RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros.color<${RPM_BUILD_ROOT}%{_sysconfdir}/rpm/macros.color< - 1-1 +- Import Color Filesystem + * Sat Sep 7 2019 guan yanjie - 1-14 - Package init + diff --git a/color-filesystem.tar.gz b/color-filesystem.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6c85cc3c9c4e16a5669370dd806bcb5ce30bf0d8 GIT binary patch literal 237 zcmb2|=3oE==C>C%W*s&VU`sg9w*PSBa~GlB&=+ArxtgsrY#QFK*tjycbu!D_+u>iY ztkg~6(EPvs4(H#3J74oQEh@FCIQV>J@8JrOucs6Dn{K@^`}p$o&GY(hrlu_V`fT;8 z-(Gd=xu;fbojCPU)XG(-mRu^=^!s#ZXT4Bu#te<uhH1lk4|{A)Y}ZAMF3hvXSM@3kD4a1^_E%bg2LU literal 0 HcmV?d00001 -- Gitee From ec8186c6389bc5567950b36dd585ab79da303620 Mon Sep 17 00:00:00 2001 From: Boris Date: Sat, 22 May 2021 19:52:15 +0800 Subject: [PATCH 2/2] change release from 1 to 15 --- color-filesystem.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/color-filesystem.spec b/color-filesystem.spec index c448bf9..757a0cc 100644 --- a/color-filesystem.spec +++ b/color-filesystem.spec @@ -2,7 +2,7 @@ Name: color-filesystem Version: 1 -Release: 1 +Release: 15 Summary: Color filesystem layout Group: System Environment/Base License: Public Domain -- Gitee