Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37866576
en ru br
ALT Linux repos
S:3.7.12-alt1
5.0: 3.6-alt7
4.1: 3.6-alt6.1.0
4.0: 3.6-alt6.1.0
3.0: 3.6-alt6

Group :: Text tools
RPM: recode

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: recode
Version: 3.6
Release: alt6.1.0

License: GPL
Group: Text tools
Source: http://www.iro.umontreal.ca/contrib/recode/%name-%version.tar.bz2
Url: http://www.iro.umontreal.ca/~pinard/

Patch: recode4python.patch

Summary: The `recode' library converts files between character sets and usages
Summary(ru_RU.KOI8-R): Библиотека recode конвертирует файлы из разных кодировок.

%description
The `recode' library converts files between character sets and usages.
The library recognises or produces nearly 150 different character sets
and is able to transliterate files between almost any pair.  When
exact transliteration are not possible, it may get rid of the
offending characters or fall back on approximations.  Most RFC 1345
character sets are supported.  The `recode' program is a handy
front-end to the library.

The `recode' program and library have been written by Francois Pinard.
It is an evolving package, and specifications might change in future
releases.  Option `-f' is now fairly implemented, yet not fully.

%package devel
Summary: Libraries and include files for developing applications using the `recode' library
Group: Development/Other

%description devel
This package provides the necessary development libraries and include
files to allow you to develop applications using the `recode' libraries.

%prep
%setup -q
%patch -p1

%build
%configure

%make_build

%install
%makeinstall

cd $RPM_BUILD_ROOT%prefix/%_lib/
strip --strip-debug *.so*
strip --strip-debug *.a*
cd -

%find_lang %name

%post
%post_ldconfig

%postun
%postun_ldconfig

%files -f %name.lang
#%defattr(-, bin, bin)
%_bindir/*
%_libdir/*.so*
%_infodir/%name.info*
%_mandir/man?/*
%doc ABOUT-NLS AUTHORS BACKLOG COPYING COPYING-LIB ChangeLog INSTALL THANKS TODO

%files devel
#%defattr(0555, bin, bin)

%_includedir/*
%_libdir/*.a

%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