rebuilt by autoport with build requirements: libcolord-devel>=1.2.12-1mamba [release 1.2.12-2mamba;Fri Mar 11 2016]
This commit is contained in:
parent
83ee9e14c6
commit
45fc3aea1b
62
colord.spec
62
colord.spec
@ -1,5 +1,5 @@
|
||||
Name: colord
|
||||
Version: 1.0.2
|
||||
Version: 1.2.12
|
||||
Release: 2mamba
|
||||
Summary: A system service that makes it easy to manage, install and generate color profiles
|
||||
Group: System/Servers
|
||||
@ -11,21 +11,28 @@ Source: http://www.freedesktop.org/software/colord/releases/colord-%{vers
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libdw-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgudev-devel
|
||||
BuildRequires: libgusb-devel
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libpolkit-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsepol-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libusbx-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: polkit-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: udev-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: vala-tools
|
||||
BuildRequires: argyllcms
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -78,24 +85,33 @@ This package includes the %{name} API documentation.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/colord.conf
|
||||
#%{_sysconfdir}/colord.conf
|
||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf
|
||||
#%{_sysconfdir}/dbus-1/system.d/org.freedesktop.colord-sane.conf
|
||||
%{_bindir}/cd-create-profile
|
||||
%{_bindir}/cd-fix-profile
|
||||
%{_bindir}/cd-iccdump
|
||||
%{_bindir}/cd-it8
|
||||
%{_bindir}/colormgr
|
||||
/lib/udev/rules.d/69-cd-sensors.rules
|
||||
/lib/udev/rules.d/95-cd-devices.rules
|
||||
/lib/systemd/system/colord.service
|
||||
#%{_libdir}/*-private.so.*
|
||||
%dir %{_datadir}/color/icc/colord
|
||||
%{_datadir}/color/icc/colord/*.icc
|
||||
%dir %{_datadir}/colord
|
||||
%dir %{_datadir}/colord/cmf
|
||||
%{_datadir}/colord/cmf/*
|
||||
%dir %{_datadir}/colord/icons
|
||||
%{_datadir}/colord/icons/*.svg
|
||||
%dir %{_datadir}/colord/illuminant
|
||||
%{_datadir}/colord/illuminant/*
|
||||
%dir %{_datadir}/colord/ref
|
||||
%{_datadir}/colord/ref/*
|
||||
%dir %{_datadir}/colord/ti1
|
||||
%{_datadir}/colord/ti1/*.ti1
|
||||
%{_datadir}/bash-completion/completions/colormgr
|
||||
@ -106,12 +122,12 @@ This package includes the %{name} API documentation.
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.ColorHelper.service
|
||||
%{_datadir}/polkit-1/actions/org.freedesktop.color.policy
|
||||
%{_mandir}/man1/*.1*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libcolord*.so.*
|
||||
%{_libdir}/libcolorhug.so.*
|
||||
#%{_libdir}/*-private.so.*
|
||||
%dir %{_libdir}/colord-plugins
|
||||
%{_libdir}/colord-plugins/libcd_plugin_camera.*
|
||||
%{_libdir}/colord-plugins/libcd_plugin_scanner.*
|
||||
@ -122,6 +138,7 @@ This package includes the %{name} API documentation.
|
||||
%{_libexecdir}/colord-session
|
||||
%{_libdir}/girepository-1.0/ColorHug-1.0.typelib
|
||||
%{_libdir}/girepository-1.0/Colord-1.0.typelib
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
@ -148,7 +165,7 @@ This package includes the %{name} API documentation.
|
||||
%{_datadir}/vala/vapi/colord.vapi
|
||||
%{_libdir}/pkgconfig/colorhug.pc
|
||||
%{_libdir}/pkgconfig/colord.pc
|
||||
%doc ChangeLog NEWS README TODO
|
||||
%doc ChangeLog NEWS TODO
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
@ -156,9 +173,34 @@ This package includes the %{name} API documentation.
|
||||
%{_datadir}/gtk-doc/html/%{name}/*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 07 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-2mamba
|
||||
* Fri Mar 11 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.12-2mamba
|
||||
- rebuilt by autoport with build requirements: libcolord-devel>=1.2.12-1mamba
|
||||
|
||||
* Fri Mar 11 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.12-1mamba
|
||||
- update to 1.2.12
|
||||
- add libcolord and rename colord-devel to libcolord-devel
|
||||
|
||||
* Sat Nov 22 2014 Automatic Build System <autodist@mambasoft.it> 1.2.5-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Oct 13 2014 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Sep 11 2014 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed May 28 2014 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Apr 30 2014 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 01 2013 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Aug 29 2013 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Jul 16 2013 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user