Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37559248
en ru br
ALT Linux repos
S:0.5.3-alt3.1.qa1
5.0: 0.5.3-alt3
4.1: 0.5.3-alt1
4.0: 0.5.3-alt1
3.0: 0.5.2-alt1.1

Group :: Networking/Mail
RPM: fix-mime-charset

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: fix-mime-charset
Version: 0.5.3
Release: alt3.1.qa1

Summary: Fix incorrect charset information in Content-Type MIME headers of e-mail messages
License: GPL v2
Group: Networking/Mail

Url: http://fix-mime-chr.sourceforge.net
Source: %name-%version.tar.gz
Patch: fix-mime-charset-0.5.3-alt-gcc43.patch
Packager: Michael Shigorin <mike at altlinux.org>

Requires: common-licenses

# Automatically added by buildreq on Sun Oct 05 2008

BuildRequires: gcc-c++

Summary(ru_RU.KOI8-R): Исправляет некорректную кодировку в MIME-заголовках e-mail сообщений
BuildRequires: perl-podlators

%description
Fix-mime-charset automatically detects character sets of email message
and modifies the Content-Type header appropriately.
It can be used as mail filter in mailing lists where users often set
the charset of their messages incorrectly. It processes messages fast and accurately,
ignoring attachments, and correctly interprets transfer-encodings.
None but the Content-Type header is changed.

%description -l ru_RU.KOI8-R
Fix-mime-charset автоматически определяет кодировку почтового сообщения и изменяет
соответствующим образом поле Content-Type  в заголовке.
Может использоваться как фильтр сообщений в списках рассылки, где пользователи
часто неправильно указывают кодировки своих сообщений.
Программа обрабатывает сообщения быстро и аккуратно, игнорируя вложения и корректно
интерпретирует transfer-encodings.
Кроме поля Content-Type ничего не изменяется.

%prep
%setup -n %name-%version
%patch -p1

%build
%configure --enable-enca
%make_build

%install
mkdir -p %buildroot/usr/bin
%makeinstall
mkdir -p %buildroot%_docdir/%name-%version
rm -f COPYING
ln -s %_licensedir/GPL-2 COPYING

%files
%doc ChangeLog INSTALL COPYING README README.koi8r
%_bindir/*
%_man1dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin