Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 8434be7b6b882a6c8eba73b3b5ebcb9d > files > 2

compface-1.5.2-3mdv2009.0.src.rpm

Summary:	Image from/to X-Face conversion utilities
Name:		compface
Version:	1.5.2
Release:	%mkrel 3
License:	MIT
Group:		Graphics
Source0:	http://freshmeat.net/redir/compface/1439/url_tgz/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Compface provides utilities to convert from/to X-Face format, a 48x48
bitmap format used to carry thumbnails of email authors in a mail
header.

%package devel
Summary:	Image from/to X-Face conversion libraries
Group:		Development/C++

%description devel
Compface provides a library to convert from/to X-Face format, a 48x48
bitmap format used to carry thumbnails of email authors in a mail
header.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
install -d %{buildroot}{%{_bindir},%{_mandir}/{man1,man3},%{_libdir},%{_includedir}}

install compface %{buildroot}%{_bindir}
install uncompface %{buildroot}%{_bindir}
install compface.1 %{buildroot}%{_mandir}/man1
install compface.3 %{buildroot}%{_mandir}/man3
install libcompface.a %{buildroot}%{_libdir}
install compface.h %{buildroot}%{_includedir}

%clean
rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc README ChangeLog
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/compface.1*

%files devel
%defattr(644,root,root,755)
%{_libdir}/libcompface.a
%{_includedir}/compface.h
%{_mandir}/man3/compface.3*


%changelog
* Wed Jul 23 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.5.2-3mdv2009.0
+ Revision: 243619
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Fri Oct 19 2007 Tomasz Pawel Gajc <tpg@mandriva.org> 1.5.2-1mdv2008.1
+ Revision: 100357
- import compface