|
|
76b8ca |
Name: color-filesystem
|
|
|
76b8ca |
Version: 1
|
|
|
76b8ca |
Release: 28%{?dist}
|
|
|
76b8ca |
Summary: Color filesystem layout
|
|
|
76b8ca |
|
|
|
76b8ca |
License: Public Domain
|
|
|
76b8ca |
BuildArch: noarch
|
|
|
76b8ca |
|
|
|
76b8ca |
Requires: filesystem
|
|
|
76b8ca |
Requires: rpm
|
|
|
76b8ca |
|
|
|
76b8ca |
%description
|
|
|
76b8ca |
This package provides some directories that are required/used to store color.
|
|
|
76b8ca |
|
|
|
76b8ca |
%prep
|
|
|
76b8ca |
# Nothing to prep
|
|
|
76b8ca |
|
|
|
76b8ca |
%build
|
|
|
76b8ca |
# Nothing to build
|
|
|
76b8ca |
|
|
|
76b8ca |
%install
|
|
|
76b8ca |
rm -rf $RPM_BUILD_ROOT
|
|
|
76b8ca |
mkdir -p $RPM_BUILD_ROOT%{_datadir}/color/icc
|
|
|
76b8ca |
mkdir -p $RPM_BUILD_ROOT%{_datadir}/color/cmms
|
|
|
76b8ca |
mkdir -p $RPM_BUILD_ROOT%{_datadir}/color/settings
|
|
|
76b8ca |
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/color/icc
|
|
|
76b8ca |
|
|
|
76b8ca |
# rpm macros
|
|
|
76b8ca |
mkdir -p $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d/
|
|
|
76b8ca |
cat >$RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d/macros.color<
|
|
|
76b8ca |
%%_colordir %%_datadir/color
|
|
|
76b8ca |
%%_syscolordir %%_colordir
|
|
|
76b8ca |
%%_icccolordir %%_colordir/icc
|
|
|
76b8ca |
%%_cmmscolordir %%_colordir/cmms
|
|
|
76b8ca |
%%_settingscolordir %%_colordir/settings
|
|
|
76b8ca |
EOF
|
|
|
76b8ca |
|
|
|
76b8ca |
%files
|
|
|
76b8ca |
%dir %{_datadir}/color
|
|
|
76b8ca |
%dir %{_datadir}/color/icc
|
|
|
76b8ca |
%dir %{_datadir}/color/cmms
|
|
|
76b8ca |
%dir %{_datadir}/color/settings
|
|
|
76b8ca |
%dir %{_localstatedir}/lib/color
|
|
|
76b8ca |
%dir %{_localstatedir}/lib/color/icc
|
|
|
76b8ca |
%{_rpmconfigdir}/macros.d/macros.color
|
|
|
76b8ca |
|
|
|
76b8ca |
%changelog
|
|
|
76b8ca |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1-28
|
|
|
76b8ca |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
76b8ca |
Related: rhbz#1991688
|
|
|
76b8ca |
|
|
|
76b8ca |
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1-27
|
|
|
76b8ca |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
76b8ca |
|
|
|
76b8ca |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1-26
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1-25
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1-24
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1-23
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1-22
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1-21
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1-20
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1-19
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1-18
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1-17
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1-16
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1-15
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Sat Feb 01 2014 Richard Hughes <richard@hughsie.com> - 1-14
|
|
|
76b8ca |
- Don't install rpm macros in sysconfdir
|
|
|
76b8ca |
|
|
|
76b8ca |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1-13
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Fri Mar 08 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 1-12
|
|
|
76b8ca |
- Remove %%config from %%{_sysconfdir}/rpm/macros.*
|
|
|
76b8ca |
(https://fedorahosted.org/fpc/ticket/259).
|
|
|
76b8ca |
|
|
|
76b8ca |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1-11
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1-10
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1-9
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1-8
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Tue Jun 01 2010 Richard Hughes <richard@hughsie.com> - 1-7
|
|
|
76b8ca |
- Add the user-writable system-wide per-machine ICC profile directory from
|
|
|
76b8ca |
the new version of the OpenIccDirectoryProposal.
|
|
|
76b8ca |
|
|
|
76b8ca |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1-6
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1-5
|
|
|
76b8ca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
76b8ca |
|
|
|
76b8ca |
* Fri Mar 7 2008 kwizart < kwizart at gmail.com > - 1-4
|
|
|
76b8ca |
- Bump
|
|
|
76b8ca |
|
|
|
76b8ca |
* Fri Mar 7 2008 kwizart < kwizart at gmail.com > - 1-3
|
|
|
76b8ca |
- bump
|
|
|
76b8ca |
|
|
|
76b8ca |
* Tue Mar 4 2008 kwizart < kwizart at gmail.com > - 1-2
|
|
|
76b8ca |
- Add settings color dir
|
|
|
76b8ca |
|
|
|
76b8ca |
* Sat Feb 2 2008 kwizart < kwizart at gmail.com > - 1-1
|
|
|
76b8ca |
- Initial package.
|
|
|
76b8ca |
|