Name: libXcm Version: 0.5.3 Release: 9%{?dist}.sa1 Summary: X Color Management Library License: MIT URL: http://www.oyranos.org Source0: http://downloads.sourceforge.net/oyranos/libXcm-%{version}.tar.bz2 BuildRequires: cmake BuildRequires: doxygen BuildRequires: graphviz BuildRequires: libXfixes-devel BuildRequires: libXmu-devel BuildRequires: xorg-x11-proto-devel BuildRequires: xorg-x11-util-macros BuildRequires: xorg-x11-xtrans-devel BuildRequires: autoconf automake libtool %description The libXcm library is a reference implementation of the net-color spec. It allows to attach color regions to X windows to communicate with color servers. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: libX11-devel%{?_isa} Requires: xorg-x11-proto-devel %description devel This package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %build autoreconf -f -i -v %configure --disable-static --enable-shared make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} INSTALL="install -p" find %{buildroot} -name '*.la' -delete -print %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc AUTHORS COPYING ChangeLog README %{_libdir}/*.so.* %files devel %doc docs/*.txt %{_libdir}/cmake/Xcm/ %{_includedir}/X11/Xcm/ %{_libdir}/*.so %{_libdir}/pkgconfig/xcm*.pc %{_mandir}/man3/*.3* %changelog * Thu Aug 03 2017 Fedora Release Engineering - 0.5.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0.5.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0.5.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering - 0.5.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering - 0.5.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Aug 17 2014 Fedora Release Engineering - 0.5.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.5.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Mar 08 2014 Christopher Meng - 0.5.3-2 - Correct the arched requires in -devel package since the requested one is noarch. * Sat Mar 08 2014 Christopher Meng - 0.5.3-1 - Update to 0.5.3 * Tue Jan 07 2014 Christopher Meng - 0.5.2-1 - Update to 0.5.2 * Sat Aug 03 2013 Fedora Release Engineering - 0.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Mar 07 2013 Peter Hutterer - 0.5.1-3 - autoreconf for aarch64 * Thu Feb 14 2013 Fedora Release Engineering - 0.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Sep 18 2012 Nicolas Chauvet - 0.5.1-1 - Update to 0.5.1 * Thu Jul 19 2012 Fedora Release Engineering - 0.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sun Apr 08 2012 Nicolas Chauvet - 0.5.0-2 - Bump release * Sat Mar 10 2012 Nicolas Chauvet - 0.5.0-1 - Update to 0.5.0 * Sun Feb 26 2012 Peter Robinson - 0.4.2-3 - Enable PIC in build. Fixes FTBFS on ARM * Fri Jan 13 2012 Fedora Release Engineering - 0.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Thu Sep 08 2011 Nicolas Chauvet - 0.4.2-1 - Update to 0.4.2 * Sat Jul 23 2011 Nicolas Chauvet - 0.4.1-1 - Update to 0.4.1 * Mon Feb 07 2011 Fedora Release Engineering - 0.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Jan 07 2011 Nicolas Chauvet - 0.4.0-1 - Update to 0.4.0 * Fri Nov 05 2010 Nicolas Chauvet - 0.3.0-1 - Update to 0.3.0 * Sun Aug 22 2010 Nicolas Chauvet - 0.2.7-1 - Update to 0.27 * Fri Jul 16 2010 Nicolas Chauvet - 0.2.6-2 - Fix X11 directory ownership for header. - Improve description * Wed Jul 14 2010 Nicolas Chauvet - 0.2.6-1 - Initial spec file