update to 0.5.4 [release 0.5.4-1mamba;Mon Dec 27 2021]
This commit is contained in:
parent
d662492535
commit
d8ff28e7f4
51
libXcm.spec
51
libXcm.spec
@ -1,31 +1,30 @@
|
|||||||
Name: libXcm
|
Name: libXcm
|
||||||
Version: 0.5.1
|
Version: 0.5.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A reference implementation of the X Color Management specification
|
Summary: A reference implementation of the X Color Management specification
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.oyranos.org/
|
URL: https://github.com/oyranos-cms/libxcm
|
||||||
Source: http://downloads.sourceforge.net/project/oyranos/libXcm/libXcm-0.5/libXcm-%{version}.tar.bz2
|
Source: https://github.com/oyranos-cms/libxcm.git/%{version}/libxcm-%{version}.tar.bz2
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libICE-devel
|
||||||
BuildRequires: libpthread-stubs-devel
|
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: libuuid-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXau-devel
|
BuildRequires: libXau-devel
|
||||||
BuildRequires: libxcb-devel
|
|
||||||
BuildRequires: libXdmcp-devel
|
BuildRequires: libXdmcp-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libXfixes-devel
|
BuildRequires: libXfixes-devel
|
||||||
BuildRequires: libXmu-devel
|
BuildRequires: libXmu-devel
|
||||||
BuildRequires: libXt-devel
|
BuildRequires: libXt-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: libbsd-devel
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
|
BuildRequires: libxcb-devel
|
||||||
|
BuildRequires: xorgproto-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
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
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
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
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n libxcm-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -66,7 +64,10 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libXcm.so.*
|
%{_libdir}/libXcm.so.*
|
||||||
%doc AUTHORS COPYING
|
%{_libdir}/libXcmDDC.so.*
|
||||||
|
%{_libdir}/libXcmEDID.so.*
|
||||||
|
%{_libdir}/libXcmX11.so.*
|
||||||
|
%doc docs/AUTHORS.md docs/COPYING.md
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -74,16 +75,24 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_includedir}/X11/Xcm/Xcm*.h
|
%{_includedir}/X11/Xcm/Xcm*.h
|
||||||
%{_libdir}/libXcm.la
|
%{_libdir}/libXcm.la
|
||||||
%{_libdir}/libXcm.so
|
%{_libdir}/libXcm.so
|
||||||
%{_libdir}/pkgconfig/xcm.pc
|
%{_libdir}/libXcmDDC.la
|
||||||
%{_mandir}/man3/Xcm.3.gz
|
%{_libdir}/libXcmDDC.so
|
||||||
%{_mandir}/man3/XcmDDC.3.gz
|
%{_libdir}/libXcmEDID.la
|
||||||
%{_mandir}/man3/XcmEdidParse.3.gz
|
%{_libdir}/libXcmEDID.so
|
||||||
%{_mandir}/man3/XcmEvents.3.gz
|
%{_libdir}/libXcmX11.la
|
||||||
%{_mandir}/man3/XcolorProfile.3.gz
|
%{_libdir}/libXcmX11.so
|
||||||
%{_mandir}/man3/XcolorRegion.3.gz
|
%{_mandir}/man3/Xcm*.3*
|
||||||
%{_mandir}/man3/libXcm.3.gz
|
%{_mandir}/man3/Xcolor*.3*
|
||||||
%doc ChangeLog README
|
%{_mandir}/man3/libXcm.3*
|
||||||
|
%dir %{_docdir}/libXcm
|
||||||
|
%{_docdir}/libXcm/*
|
||||||
|
%{_libdir}/pkgconfig/xcm*.pc
|
||||||
|
%dir %{_libdir}/cmake/Xcm
|
||||||
|
%{_libdir}/cmake/Xcm/XcmConfig.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.4-1mamba
|
||||||
|
- update to 0.5.4
|
||||||
|
|
||||||
* Tue Oct 16 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-1mamba
|
* Tue Oct 16 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user