- New upstream version.
This commit is contained in:
parent
7bc6958b37
commit
5b359c8c4b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/colord-0.1.0.tar.bz2
|
/colord-0.1.0.tar.bz2
|
||||||
|
/colord-0.1.1.tar.bz2
|
||||||
|
10
colord.spec
10
colord.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: Color daemon
|
Summary: Color daemon
|
||||||
Name: colord
|
Name: colord
|
||||||
Version: 0.1.0
|
Version: 0.1.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://gitorious.org/colord
|
URL: http://gitorious.org/colord
|
||||||
@ -12,6 +12,9 @@ BuildRequires: glib2-devel
|
|||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: lcms2-devel
|
BuildRequires: lcms2-devel
|
||||||
BuildRequires: polkit-devel
|
BuildRequires: polkit-devel
|
||||||
|
BuildRequires: sqlite-devel
|
||||||
|
BuildRequires: libgudev1-devel
|
||||||
|
BuildRequires: sane-backends-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
colord is a low level system activated daemon that maps color devices
|
colord is a low level system activated daemon that maps color devices
|
||||||
@ -59,6 +62,8 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
|
|||||||
%{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
|
%{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
|
||||||
%{_datadir}/man/man1/colormgr.1.gz
|
%{_datadir}/man/man1/colormgr.1.gz
|
||||||
%{_libdir}/libcolord.so.*
|
%{_libdir}/libcolord.so.*
|
||||||
|
%config %{_sysconfdir}/colord.conf
|
||||||
|
/lib/udev/rules.d/*.rules
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -67,5 +72,8 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
|
|||||||
%{_libdir}/pkgconfig/colord.pc
|
%{_libdir}/pkgconfig/colord.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 26 2011 Richard Hughes <richard@hughsie.com> 0.1.1-1
|
||||||
|
- New upstream version.
|
||||||
|
|
||||||
* Thu Jan 13 2011 Richard Hughes <richard@hughsie.com> 0.1.0-1
|
* Thu Jan 13 2011 Richard Hughes <richard@hughsie.com> 0.1.0-1
|
||||||
- Initial version for Fedora package review.
|
- Initial version for Fedora package review.
|
||||||
|
Loading…
Reference in New Issue
Block a user