automatic rebuild by autodist [release 0.0.1-5mamba;Mon Jul 15 2013]
This commit is contained in:
parent
9e6d01ba5f
commit
972ec6c751
@ -1,2 +1,4 @@
|
||||
# bitcmyk2tiff
|
||||
|
||||
It converts raw data from GhostScript's bitcmyk output device into a CMYK TIFF.
|
||||
|
||||
|
61
bitcmyk2tiff.spec
Normal file
61
bitcmyk2tiff.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user