Hello,
thank you for this nice tools. Keep on maintaining them. I have build *.spec
files for building rpm packages just for my own. But if somebody likes to use
it, do it. Or even include it in the next distribution.
Ciao,
Mario
#
# .spec file for lcms
#
#
Summary: Little CMS - Profiler construction set
Name: lprof
Version: 1.09
Release: 1
Copyright: LGPL
Group: Applications/Publishing
Source: http://belnet.dl.sourceforge.net/sourceforge/lcms/lprof-1.09.tar.gz
URL: http://sourceforge.net/projects/lcms/
Distribution: none
Vendor: SF.net
Packager: Mario Schubert
%description
Don't expect magic. These profilers does build ICC profiles for your
devices, but is up to the application to use this profiles in order to
accomplish color management.
%prep
%setup
%build
#make USE_KDE=yes all
make all
%install
cp icc2it8 /usr/bin/
cp qtmeasurementtool /usr/bin/
cp qtmonitorprofiler /usr/bin/
cp qtprofilechecker /usr/bin/
cp qtscannerprofiler /usr/bin/
%files
%doc COPYING
%doc manual.txt
%doc README
%doc pics
%doc profiles
%doc targets
%doc template
#/usr/lib/liblprof.a
#/usr/include/lcmsprf.h
/usr/bin/icc2it8
/usr/bin/qtmeasurementtool
/usr/bin/qtmonitorprofiler
/usr/bin/qtprofilechecker
/usr/bin/qtscannerprofiler
#
# .spec file for lcms
#
#
Summary: Little CMS - a library to transform between colour profiles
Name: lcms
Version: 1.09
Release: 1
Copyright: LGPL
Group: System Environment/Libraries
Source: http://belnet.dl.sourceforge.net/sourceforge/lcms/lcms-1.09.tar.gz
URL: http://sourceforge.net/projects/lcms/
Distribution: none
Vendor: SF.net
Packager: Mario Schubert
%description
Little cms is a color management library. Implements fast transforms between ICC
profiles. It is focused on speed, and is portable across several platforms (LGPL)
%prep
%setup
#rm -rf $RPM_BUILD_DIR/lcms-1.09
#tar xvzf $RPM_SOURCE_DIR/lcms-1.09.tar.gz
%build
make
%install
make install
make utils
%files
%doc AUTHORS
%doc ChangeLog
%doc COPYING
%doc INSTALL
%doc NEWS
%doc README
%doc doc
/usr/lib/liblcms.so
/usr/lib/liblcms.so.1
/usr/lib/liblcms.so.1.0.9
/usr/lib/liblcms.a
/usr/include/lcms.h
/usr/include/icc34.h
/usr/bin/icctrans
/usr/bin/tifficc
/usr/bin/jpegicc