From 17906ae000c2ecccf1153b2a6033703412725e74 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:34:17 +0100 Subject: [PATCH] automatic version update by autodist [release 1.0.4-1mamba;Fri Feb 17 2012] --- README.md | 2 ++ xcmsdb.spec | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 xcmsdb.spec diff --git a/README.md b/README.md index 92164f7..091e468 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xcmsdb +xcmsdb - Device Color Characterization utility for X Color Management System + diff --git a/xcmsdb.spec b/xcmsdb.spec new file mode 100644 index 0000000..2cfe7e9 --- /dev/null +++ b/xcmsdb.spec @@ -0,0 +1,53 @@ +Name: xcmsdb +Version: 1.0.4 +Release: 1mamba +Summary: xcmsdb - Device Color Characterization utility for X Color Management System +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/xcmsdb-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +## AUTOBUILDREQ-END + +%description +xcmsdb - Device Color Characterization utility for X Color Management System + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/xcmsdb +%{_mandir}/man1/xcmsdb.1.gz +%doc COPYING ChangeLog + +%changelog +* Fri Feb 17 2012 Automatic Build System 1.0.4-1mamba +- automatic version update by autodist + +* Thu Sep 30 2010 Automatic Build System 1.0.3-1mamba +- automatic update by autodist + +* Sun May 09 2010 Automatic Build System 1.0.2-1mamba +- automatic update by autodist + +* Sat Oct 31 2009 Ercole 'ercolinux' Carpanetto 1.0.1-1mamba +- package created by autospec