Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37776445
en ru br
Репозитории ALT
5.1: 0.2.0-alt3
4.1: 0.2.0-alt2
4.0: 0.2.0-alt2
www.altlinux.org/Changes

Группа :: Сети/Почта
Пакет: ripole

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 


Summary: Extracts attachments out of mailpack format emails
Name: ripole
Version: 0.2.0
Release: alt3
License: BSD
Group: Networking/Mail
Url: http://www.pldaniels.com/ripole/
Packager: Alexey Shabalin <shaba at altlinux.org>
Source0: http://www.pldaniels.com/ripole/%name-%version.tar.bz2
Patch0: ripole-0.2.0-shared.patch
Patch1: ripole-0.2.0-dev.diff

%description
ripOLE is a small program/library designed to pull out attachments from OLE2
data files (ie, MS Office documents).

%package -n lib%name
Summary: Shared %name library
Group: System/Libraries

%description -n lib%name
ripOLE is a small program/library designed to pull out attachments from OLE2
data files (ie, MS Office documents). ripOLE is BSD licenced meaning that
commercial projects can also use the code without worry of licence costs or
legal liabilities.

%package -n lib%name-devel
Summary: Development files for the %name library
Group: Development/C
Provides: %name-devel
PreReq: lib%name = %version-%release

%description -n lib%name-devel
ripOLE is a small program/library designed to pull out attachments from OLE2
data files (ie, MS Office documents). ripOLE is BSD licenced meaning that
commercial projects can also use the code without worry of licence costs or
legal liabilities.

This package contains the development files for ripOLE.

%prep
%setup
%patch0 -p1
%patch1 -p1

%build
%undefine __libtoolize
%make \
CFLAGS="$CFLAGS -I. -fPIC -DPIC -D_REENTRANT" \
   libdir=%_libdir

%install
%makeinstall

%files
%doc CHANGELOG CONTRIBUTORS INSTALL LICENSE README
%_bindir/*

%files -n lib%name
%_libdir/*.so.*

%files -n lib%name-devel
%dir %_includedir/%name
%_includedir/%name/*
%_libdir/*.so
%_libdir/*.a

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin