- 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.1.tar.bz2
|
||||
|
10
colord.spec
10
colord.spec
@ -1,6 +1,6 @@
|
||||
Summary: Color daemon
|
||||
Name: colord
|
||||
Version: 0.1.0
|
||||
Version: 0.1.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://gitorious.org/colord
|
||||
@ -12,6 +12,9 @@ BuildRequires: glib2-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: lcms2-devel
|
||||
BuildRequires: polkit-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: libgudev1-devel
|
||||
BuildRequires: sane-backends-devel
|
||||
|
||||
%description
|
||||
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}/man/man1/colormgr.1.gz
|
||||
%{_libdir}/libcolord.so.*
|
||||
%config %{_sysconfdir}/colord.conf
|
||||
/lib/udev/rules.d/*.rules
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -67,5 +72,8 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
|
||||
%{_libdir}/pkgconfig/colord.pc
|
||||
|
||||
%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
|
||||
- Initial version for Fedora package review.
|
||||
|
Loading…
Reference in New Issue
Block a user