automatic rebuild by autodist [release 0.0.1-5mamba;Mon Jul 15 2013]

This commit is contained in:
Automatic Build System 2024-01-05 20:48:48 +01:00
parent 9e6d01ba5f
commit 972ec6c751
2 changed files with 63 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# bitcmyk2tiff # bitcmyk2tiff
It converts raw data from GhostScript's bitcmyk output device into a CMYK TIFF.

61
bitcmyk2tiff.spec Normal file
View File

@ -0,0 +1,61 @@
Summary: A method of getting a CMYK TIFF out of GhostScript
Name: bitcmyk2tiff
Version: 0.0.1
Release: 5mamba
License: GPL
Group: Applications/Graphics
Distribution: openmamba
Vendor: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.blackfiveservices.co.uk/bitcmyk2tiff.shtml
Source: http://www.blackfiveservices.co.uk/projects/%{name}-%{version}.tar.gz
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
BuildRequires: libtiff-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
It converts raw data from GhostScript's bitcmyk output device into a CMYK TIFF.
%prep
%setup -q
%build
%configure
#--prefix=/usr --includedir=/usr/include
%make
#%{?_smp_mflags}
%install
"%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall
%clean
"%{buildroot}" != / ] && rm -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc COPYING README
%{_bindir}/*
%changelog
* Mon Jul 15 2013 Automatic Build System <autodist@mambasoft.it> 0.0.1-5mamba
- automatic rebuild by autodist
* Fri Jun 05 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.1-4mamba
- specfile updated
* Wed Jun 22 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.0.1-3qilnx
- modified package description
* Tue Jun 21 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.0.1-2qilnx
- rebuild and moved from devel-contrib repository to devel repository
* Mon Jun 20 2005 Matteo Bernasconi <voyagernm@virgilio.it> 0.0.1-1qilnx
- First Build