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