Sophie

Sophie

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

psiconv-0.9.8-10mdv2008.0.src.rpm

%define name psiconv
%define version 0.9.8
%define release %mkrel 10
%define libname %mklibname %name 6

Summary: PSION 5(MX) file format data conversion utilities
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://software.frodo.looijaard.name/psiconv/files/%{name}-%{version}.tar.bz2
License: GPL
Group: File tools
Url: http://software.frodo.looijaard.name/psiconv/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: ImageMagick-devel
BuildRequires: bc

%description

The Psion 5 has several built-in applications. They use their own file
formats to save data files. Psion has written file conversion
utilities for Windows 95, in the form of their PsiWin program. But
there are no conversion utilities for other operating systems. Also,
Psion is not able to or does not want to release enough data for
others to write their own conversion programs. At least, that is what
I have gathered through the newsgroups and from other sources.

%package -n %libname
Group: System/Libraries
Summary: PSION 5(MX) file format data conversion library

%description -n %libname
The Psion 5 has several built-in applications. They use their own file
formats to save data files. Psion has written file conversion
utilities for Windows 95, in the form of their PsiWin program. But
there are no conversion utilities for other operating systems. Also,
Psion is not able to or does not want to release enough data for
others to write their own conversion programs. At least, that is what
I have gathered through the newsgroups and from other sources.

This contains a shared library that can be used by programs to convert
PSION files.

%package -n %libname-devel
Group: Development/C
Summary: PSION 5(MX) file format data conversion library
Requires: %libname = %version
Provides: libpsiconv-devel = %version-%release

%description -n %libname-devel
The Psion 5 has several built-in applications. They use their own file
formats to save data files. Psion has written file conversion
utilities for Windows 95, in the form of their PsiWin program. But
there are no conversion utilities for other operating systems. Also,
Psion is not able to or does not want to release enough data for
others to write their own conversion programs. At least, that is what
I have gathered through the newsgroups and from other sources.

Install this if you want to compile an application that uses psiconv
to convert PSION files.

%prep
%setup -q
%build
%configure2_5x
%make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
%multiarch_binaries %buildroot%_bindir/psiconv-config
rm -rf %buildroot%_datadir/psiconv/xhtml

%clean
rm -rf $RPM_BUILD_ROOT

%post -n %libname -p /sbin/ldconfig
%postun -n %libname -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc TODO README NEWS AUTHORS ChangeLog
%dir %_sysconfdir/psiconv/
%config(noreplace) %_sysconfdir/psiconv/*
%_bindir/%name
%_mandir/man1/%name.1*
%_datadir/%name

%files -n %libname
%defattr(-,root,root)
%_libdir/libpsiconv.so.*

%files -n %libname-devel
%defattr(-,root,root)
%_libdir/libpsiconv.so
%attr(644,root,root) %_libdir/libpsiconv.la
%_libdir/libpsiconv.a
%_includedir/%name
%_bindir/psiconv-config
%_bindir/*/psiconv-config
%_mandir/man1/psiconv-config.1*




%changelog
* Mon May 07 2007 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 0.9.8-10mdv2008.0
+ Revision: 24905
- Rebuild with new libjasper.


* Sun Feb 18 2007 Götz Waschk <waschk@mandriva.org> 0.9.8-9mdv2007.0
+ Revision: 122350
- rebuild for new ImageMagick

* Tue Jan 02 2007 Götz Waschk <waschk@mandriva.org> 0.9.8-8mdv2007.1
+ Revision: 103067
- Import psiconv

* Tue Jan 02 2007 Götz Waschk <waschk@mandriva.org> 0.9.8-8mdv2007.1
- Rebuild

* Fri Sep 01 2006 Götz Waschk <waschk@mandriva.org> 0.9.8-7mdv2007.0
- fix buildrequires
- rebuild for new Magick

* Fri Aug 04 2006 Frederic Crozat <fcrozat@mandriva.com> 0.9.8-6mdv2007.0
- Rebuild with latest dbus

* Fri Jun 09 2006 Götz Waschk <waschk@mandriva.org> 0.9.8-5mdk
- rebuild for new Magick

* Wed Mar 01 2006 Götz Waschk <waschk@mandriva.org> 0.9.8-4mdk
- rebuild for new Magick

* Mon Jan 30 2006 Götz Waschk <waschk@mandriva.org> 0.9.8-3mdk
- rebuild for new Magick

* Wed Dec 28 2005 Götz Waschk <waschk@mandriva.org> 0.9.8-2mdk
- rebuild for new Magick
- use mkrel

* Mon Nov 28 2005 Götz Waschk <waschk@mandriva.org> 0.9.8-1mdk
- drop patch
- new url
- New release 0.9.8

* Thu Aug 25 2005 Oden Eriksson <oeriksson@mandriva.com> 0.9.6-6mdk
- rebuilt against new Magick libs

* Tue Aug 16 2005 Marcel Pol <mpol@mandriva.org> 0.9.6-5mdk
- rebuild for new xorg

* Sat Aug 06 2005 Oden Eriksson <oeriksson@mandriva.com> 0.9.6-4mdk
- rebuilt against latest libMagick

* Sat Apr 02 2005 Nicolas Lécureuil <neoclust@mandrake.org> 0.9.6-3mdk
- rebuild

* Mon Jan 31 2005 Götz Waschk <waschk@linux-mandrake.com> 0.9.6-2mdk
- multiarch support

* Fri Sep 10 2004 Götz Waschk <waschk@linux-mandrake.com> 0.9.6-1mdk
- initial package