diff --git a/README.md b/README.md index 4375dde..5dcf061 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # bitcmyk2tiff +It converts raw data from GhostScript's bitcmyk output device into a CMYK TIFF. + diff --git a/bitcmyk2tiff.spec b/bitcmyk2tiff.spec new file mode 100644 index 0000000..da10076 --- /dev/null +++ b/bitcmyk2tiff.spec @@ -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 +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 0.0.1-5mamba +- automatic rebuild by autodist + +* Fri Jun 05 2009 Silvan Calarco 0.0.1-4mamba +- specfile updated + +* Wed Jun 22 2005 Alessandro Ramazzina 0.0.1-3qilnx +- modified package description + +* Tue Jun 21 2005 Alessandro Ramazzina 0.0.1-2qilnx +- rebuild and moved from devel-contrib repository to devel repository + +* Mon Jun 20 2005 Matteo Bernasconi 0.0.1-1qilnx +- First Build