Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > a0dfe5b70559038593fa56fd2bec47d2 > files > 2

paps-0.6.8-1mdv2008.0.src.rpm

%define	version	0.6.8
%define release	%mkrel 1
%define staticdevelname %mklibname -s -d paps

Summary:	Text to Postscript Converter Using Pango
Name:		paps
Version:	%{version}
Release:	%{release}
License:	LGPL
Group:		Publishing
URL:		http://paps.sourceforge.net/
Source0:	http://paps.sourceforge.net/%{name}-%{version}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	pango-devel
BuildRequires:  doxygen

%description
%{name} reads a UTF-8 encoded file and generates a PostScript
language rendering of the file. The rendering is done by creating
outline curves through the pango ft2 backend.

%package -n	%{staticdevelname}
Summary:	Development related files for %{name}
Group:		Development/Other

%description -n	%{staticdevelname}
%{name} reads a UTF-8 encoded file and generates a PostScript
language rendering of the file. The rendering is done by creating
outline curves through the pango ft2 backend.

%prep
%setup -q
#autoreconf --force --install

%build
%configure2_5x
make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS NEWS README doxygen-doc/html/*
%{_bindir}/*
%{_mandir}/man1/%{name}.*.bz2


%files -n %{staticdevelname}
%defattr(-,root,root)
%doc ChangeLog
%{_includedir}/*
%{_libdir}/*.a


%changelog
* Sun Jul 01 2007 Funda Wang <fundawang@mandriva.org> 0.6.8-1mdv2008.0
+ Revision: 46357
- fix spec file and file list
- New verison

  + Michael Scherer <misc@mandriva.org>
    - Import paps



* Thu Aug 24 2006 Nicolas Lécureuil <neoclust@mandriva.org> 0.6.6-2mdv2007.0
- Fix  group

* Mon May 29 2006 Emmanuel Andry <eandry@mandriva.org> 0.6.6-1mdk
- New release 0.6.6
- buildrequires doxygen

* Sun Nov 20 2005 Abel Cheung <deaddog@mandriva.org> 0.6.1-1mdk
- New release 0.6.1
- Drop patch

* Fri Nov 18 2005 Abel Cheung <deaddog@mandriva.org> 0.5-1mdk
- First Mandriva package