Compare commits

...
Sign in to create a new pull request.

14 commits

Author SHA1 Message Date
Till Maas
68ed1acf06 2016-06-13: Retired because of broken deps in preparation of Fedora 24
Reference: https://fedorahosted.org/rel-eng/ticket/6416
2016-06-13 23:08:47 +02:00
Fedora Release Engineering
971a15276a - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:20:10 +00:00
Jon Ciesla
2aa4e3dba4 Rebuild for new LibRaw. 2015-08-20 13:33:00 -05:00
Dennis Gilmore
c05f590a08 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 03:48:41 +00:00
562f44a856 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 09:27:15 +00:00
Christopher Meng
0d1a657984 Fix FTBFS 2014-06-16 22:55:59 +08:00
Dennis Gilmore
afc8485f0d - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 00:23:00 -05:00
Christopher Meng
537bc20531 Use %_udevrulesdir macro. 2014-03-28 10:53:51 +08:00
Christopher Meng
e8d68fcaf5 UsrMove for udev rules 2014-03-08 16:55:06 +08:00
Christopher Meng
e58dc81db3 Add missing -lelektra BR 2014-03-08 16:45:47 +08:00
Christopher Meng
3a7cb2b8d0 Update to 0.5.3 2014-03-08 15:25:32 +08:00
Dennis Gilmore
faefc94156 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 02:44:22 -05:00
Nicolas Chauvet
bdbcb85332 Update to 0.5.2 2013-03-01 15:43:51 +01:00
Dennis Gilmore
d9c176f961 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:30:35 -06:00
4 changed files with 3 additions and 108 deletions

6
.gitignore vendored
View file

@ -1,6 +0,0 @@
/xcm-0.3.0.tar.gz
/xcm-0.4.0.tar.gz
/xcm-0.4.1.tar.gz
/xcm-0.4.2.tar.gz
/xcm-0.5.0.tar.bz2
/xcm-0.5.1.tar.bz2

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2016-06-13: Retired because of broken deps in preparation of Fedora 24
Reference: https://fedorahosted.org/rel-eng/ticket/6416

View file

@ -1 +0,0 @@
ea772d3ff4e738cad8fca957629e1a5f xcm-0.5.1.tar.bz2

101
xcm.spec
View file

@ -1,101 +0,0 @@
%define udev_scriptdir /lib/udev
Name: xcm
Version: 0.5.1
Release: 1%{?dist}
Summary: X Color Management tools
Group: System Environment/Base
License: MIT
URL: http://www.oyranos.org
Source0: http://download.sourceforge.net/oyranos/Xcm/xcm-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libXcm-devel >= 0.5.0
BuildRequires: oyranos-devel >= 0.1.10
BuildRequires: libXfixes-devel
BuildRequires: libXmu-devel
BuildRequires: xorg-x11-proto-devel
BuildRequires: xorg-x11-xtrans-devel
Requires: oyranos > 0.1.10
%description
The Xcm tools are color management helpers for Xorg.
A EDID parser and a color management events observer are included.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{udev_scriptdir}/rules.d/
make install DESTDIR=$RPM_BUILD_ROOT
#Remove pre-installed doc
rm -rf $RPM_BUILD_ROOT%{_docdir}/xcm
#Fix path for the udev rules
sed -i -e 's|xcmddc|/usr/bin/xcmddc|' \
$RPM_BUILD_ROOT%{udev_scriptdir}/rules.d/90-xcm-i2c.rules
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README
%{_bindir}/xcm
%{_bindir}/xcmevents
%{_bindir}/xcmedid
%{_bindir}/xcmddc
%{udev_scriptdir}/rules.d/90-xcm-i2c.rules
%{_mandir}/man1/*.1.*
%changelog
* Tue Oct 16 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.5.1-1
- Update to 0.5.1
- Silent an error in logs - rhbz#840502
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sun Apr 08 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.5.0-1
- Update to 0.5.0
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Thu Sep 08 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.4.2-1
- Update to 0.4.2
* Tue Jul 26 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.4.1-1
- Update to 0.4.1
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Fri Jan 07 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.4.0-1
- Update to 0.4.0
* Wed Dec 15 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.3.0-2
- Add Requires oyranos
* Sun Nov 07 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.3.0-1
- Rewrite for Fedora
* Thu Oct 07 2010 Kai-Uwe Behrmann
- install EDID parser tool
- install xcmsevents tool