From d8ff28e7f4390ab6ed83998bdcb0b9b9324153f4 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 03:40:16 +0100 Subject: [PATCH] update to 0.5.4 [release 0.5.4-1mamba;Mon Dec 27 2021] --- libXcm.spec | 51 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 21 deletions(-) diff --git a/libXcm.spec b/libXcm.spec index 85e3fe7..d84335b 100644 --- a/libXcm.spec +++ b/libXcm.spec @@ -1,31 +1,30 @@ Name: libXcm -Version: 0.5.1 +Version: 0.5.4 Release: 1mamba Summary: A reference implementation of the X Color Management specification Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.oyranos.org/ -Source: http://downloads.sourceforge.net/project/oyranos/libXcm/libXcm-0.5/libXcm-%{version}.tar.bz2 +URL: https://github.com/oyranos-cms/libxcm +Source: https://github.com/oyranos-cms/libxcm.git/%{version}/libxcm-%{version}.tar.bz2 License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libICE-devel -BuildRequires: libpthread-stubs-devel BuildRequires: libSM-devel -BuildRequires: libuuid-devel BuildRequires: libX11-devel BuildRequires: libXau-devel -BuildRequires: libxcb-devel BuildRequires: libXdmcp-devel BuildRequires: libXext-devel BuildRequires: libXfixes-devel BuildRequires: libXmu-devel BuildRequires: libXt-devel -BuildRequires: pkg-config +BuildRequires: libbsd-devel +BuildRequires: libuuid-devel +BuildRequires: libxcb-devel +BuildRequires: xorgproto-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The libXcm library contains a reference implementation of the X Color Management specification. The X Color Management specification allows to attach colour regions to X windows to communicate with colour servers. @@ -38,8 +37,7 @@ The XcmEvents API allowes to easily observe X11 colour management events. The in Group: Development/Libraries Summary: Development files for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} -## note: you can add this requirement if .pc files are provided by this package -#Requires: pkg-config +Requires: pkg-config %description devel This package contains libraries and header files for developing applications that use %{name}. @@ -47,7 +45,7 @@ This package contains libraries and header files for developing applications tha %debug_package %prep -%setup -q +%setup -q -n libxcm-%{version} %build %configure @@ -66,7 +64,10 @@ This package contains libraries and header files for developing applications tha %files %defattr(-,root,root) %{_libdir}/libXcm.so.* -%doc AUTHORS COPYING +%{_libdir}/libXcmDDC.so.* +%{_libdir}/libXcmEDID.so.* +%{_libdir}/libXcmX11.so.* +%doc docs/AUTHORS.md docs/COPYING.md %files devel %defattr(-,root,root) @@ -74,16 +75,24 @@ This package contains libraries and header files for developing applications tha %{_includedir}/X11/Xcm/Xcm*.h %{_libdir}/libXcm.la %{_libdir}/libXcm.so -%{_libdir}/pkgconfig/xcm.pc -%{_mandir}/man3/Xcm.3.gz -%{_mandir}/man3/XcmDDC.3.gz -%{_mandir}/man3/XcmEdidParse.3.gz -%{_mandir}/man3/XcmEvents.3.gz -%{_mandir}/man3/XcolorProfile.3.gz -%{_mandir}/man3/XcolorRegion.3.gz -%{_mandir}/man3/libXcm.3.gz -%doc ChangeLog README +%{_libdir}/libXcmDDC.la +%{_libdir}/libXcmDDC.so +%{_libdir}/libXcmEDID.la +%{_libdir}/libXcmEDID.so +%{_libdir}/libXcmX11.la +%{_libdir}/libXcmX11.so +%{_mandir}/man3/Xcm*.3* +%{_mandir}/man3/Xcolor*.3* +%{_mandir}/man3/libXcm.3* +%dir %{_docdir}/libXcm +%{_docdir}/libXcm/* +%{_libdir}/pkgconfig/xcm*.pc +%dir %{_libdir}/cmake/Xcm +%{_libdir}/cmake/Xcm/XcmConfig.cmake %changelog +* Mon Dec 27 2021 Silvan Calarco 0.5.4-1mamba +- update to 0.5.4 + * Tue Oct 16 2012 Silvan Calarco 0.5.1-1mamba - package created by autospec