Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > b0e0d8aaa51a98f149f17e0241f4d40b > files > 2

icclib-2.13-1.mga2.src.rpm

%define lib_major 2
%define lib_name %mklibname icc %{lib_major}
%define lib_name_devel %mklibname icc -d

Name:    icclib
Version: 2.13
Release: %mkrel 1
Summary: ICC profile I/O library

Group:     Graphics
License:   GPLv3
URL:       http://www.argyllcms.com/
Source0:   http://www.argyllcms.com/icclib_V%{version}.zip
# (fc) 2.1-0.beta.1mdv change build system to use autotools (Debian)
Patch0:    icclib-2.1-autotools.patch

%description
The icclib is a set of routines which implement the reading and
writing of color profile files that conform to the International
Color Consortium (ICC) Profile Format Specification, Version 3.4.

%package -n %{lib_name}
Summary:        Libraries for icclib
Group:          System/Libraries

%description -n %{lib_name}
The icclib is a set of routines which implement the reading and
writing of color profile files that conform to the International
Color Consortium (ICC) Profile Format Specification, Version 3.4.

%package -n %{lib_name_devel}
Summary:        Development libraries, header files for icclib
Group:          Development/GNOME and GTK+
Requires:       %{lib_name} = %{version}
Provides:	icclib-devel = %{version}-%{release}

%description -n %{lib_name_devel}
The icclib is a set of routines which implement the reading and
writing of color profile files that conform to the International
Color Consortium (ICC) Profile Format Specification, Version 3.4.


%prep
%setup -q -c
%patch0 -p1 -b .autotools

#needed by patch0
autoreconf -i

%build

%configure2_5x --disable-static

%make

%check
make check

%install
rm -rf %{buildroot}

%makeinstall_std

rm -fr %buildroot%_libdir/*.la

%files 
%{_bindir}/*

%files -n %{lib_name}
%{_libdir}/*.so.%{lib_major}*

%files -n %{lib_name_devel}
%doc log.txt Readme.txt todo.txt
%{_libdir}/*.so
%{_includedir}/*




%changelog

* Tue May 08 2012 fwang <fwang> 2.13-1.mga2
+ Revision: 234875
- new version 2.13

* Sat Oct 01 2011 dmorgan <dmorgan> 2.12-1.mga2
+ Revision: 150688
- Fix typo
- imported package icclib


* Mon Jan 18 2010 Frederic Crozat <fcrozat@mandriva.com> 2.12-1mdv2010.1
+ Revision: 493023
- Update tarball to use argyllcms 1.1.0 icclib copy (should be 2.12 final)

* Tue Jan 05 2010 Frederic Crozat <fcrozat@mandriva.com> 2.12-0.rc3.1mdv2010.1
+ Revision: 486420
- update to argyllcms 1.1.0rc3 snapshot

* Tue Jun 30 2009 Frederic Crozat <fcrozat@mandriva.com> 2.11-1mdv2010.0
+ Revision: 390968
- Release 2.11 final
- Remove patch1, merged upstream

* Tue Jun 09 2009 Frederic Crozat <fcrozat@mandriva.com> 2.1-0.beta.1mdv2010.0
+ Revision: 384364
- import icclib