Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37801439
en ru br
Репозитории ALT
S:0.99-alt3
5.1: 0.98-alt5
4.1: 0.98-alt4
4.0: 0.98-alt4
3.0: 0.98-alt1
www.altlinux.org/Changes

Другие репозитории
Upstream:0.98

Группа :: Графика
Пакет: barcode

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

Name: barcode
Version: 0.98
Release: alt4
Group: Graphics
Summary: Library and utility to generate printable barcodes in PostScript format
Summary(ru_RU.UTF-8): п▒п╦п╠п╩п╦п╬я┌п╣п╨п╟ п╦ я┐я┌п╦п╩п╦я┌п╟ п╢п╩я▐ пЁп╣п╫п╣я─п╟я├п╦п╦ я┬я┌я─п╦я┘-п╨п╬п╢п╬п╡ п╢п╩я▐ п©п╣я┤п╟я┌п╦ п╡ я└п╬я─п╪п╟я┌п╣ PostScript
License: GPL
Url: http://www.gnu.org/software/barcode/barcode.html
Packager: Mikhail Yakshin <greycat at altlinux.org>
Source: %name-%version.tar.gz

BuildRequires: gcc

Requires(post,preun): %__install_info

%description
The package is meant to solve most needs in barcode creation with a
conventional printer. It can create printouts for the conventional
product tagging standards: UPC-A, UPC-E, EAN-13, EAN-8, ISBN, as well
as a few other formats. Output is generated as either Postscript or
Encapsulated Postscript (other back-ends may be added if needed).

The package is released as both a library and a command-line frontend,
so that you can include barcode-generation into your application.

%description -l ru_RU.UTF-8
п╜я┌п╬я┌ п©п╟п╨п╣я┌ п©я─п╦п╥п╡п╟п╫ я┐п╢п╬п╡п╩п╣я┌п╡п╬я─п╦я┌я▄ п╠п╬п╩я▄я┬п╦п╫я│я┌п╡п╬ п©п╬я┌я─п╣п╠п╫п╬я│я┌п╣п╧ п©п╬ я│п╬п╥п╢п╟п╫п╦я▌
я┬я┌я─п╦я┘-п╨п╬п╢п╬п╡ я│ п©п╬п╪п╬я┴я▄я▌ п╬п╠я▀я┤п╫п╬пЁп╬ п©я─п╦п╫я┌п╣я─п╟. п·п╫ п╪п╬п╤п╣я┌ п╡я▀п╢п╟п╡п╟я┌я▄ я─п╟я│п©п╣я┤п╟я┌п╨п╦
п╡я│п╣я┘ п╬я│п╫п╬п╡п╫я▀я┘ я│я┌п╟п╫п╢п╟я─я┌п╫я▀я┘ п╨п╬п╢п╬п╡, я┌п╟п╨п╦я┘, п╨п╟п╨ UPC-A, UPC-E, EAN-13,
EAN-8, ISBN п╦ п╣я┴п╣ п╫п╣я│п╨п╬п╩я▄п╨п╦я┘. п▓я▀п╡п╬п╢ пЁп╣п╫п╣я─п╦я─я┐п╣я┌я│я▐ п╡ Postscript п╦п╩п╦
Encapsulated Postscript (п╡п╬п╥п╪п╬п╤п╫п╬ я┌п╟п╨п╤п╣ п╢п╬п╠п╟п╡п╩п╣п╫п╦п╣ п╦п╫я▀я┘ я└п╬я─п╪п╟я┌п╬п╡ п©я─п╦
п╫п╣п╬п╠я┘п╬п╢п╦п╪п╬я│я┌п╦).

п▓ п©п╟п╨п╣я┌ п╡я┘п╬п╢я▐я┌ п╦ п╠п╦п╠п╩п╦п╬я┌п╣п╨п╟, п╦ я┐я┌п╦п╩п╦я┌п╟ п╨п╬п╪п╟п╫п╢п╫п╬п╧ я│я┌я─п╬п╨п╦, я┌п╟п╨ я┤я┌п╬ п╡я▀
п╪п╬п╤п╣я┌п╣ п╢п╬п╠п╟п╡п╦я┌я▄ п©п╬п╢п╢п╣я─п╤п╨я┐ пЁп╣п╫п╣я─п╟я├п╦п╦ я┬я┌я─п╦я┘-п╨п╬п╢п╬п╡ п╡ п╡п╟я┬п╣ п©я─п╦п╩п╬п╤п╣п╫п╦п╣.

%prep
%setup -q

%build
%configure
sed -i 's,LIBDIR = $(prefix)/lib,LIBDIR=%buildroot%_libdir,' Makefile

%make

%install
%makeinstall
%__mkdir_p %buildroot%_infodir %buildroot%_mandir/man1 %buildroot%_mandir/man3
%__mv %buildroot/usr/info/barcode.info %buildroot%_infodir
%__mv %buildroot/usr/man/man1/barcode.1 %buildroot%_mandir/man1
%__mv %buildroot/usr/man/man3/barcode.3 %buildroot%_mandir/man3

%post
%install_info barcode.info

%preun
%uninstall_info barcode.info

%files
%defattr(0644,root,root,0755)
%doc README INSTALL TODO ChangeLog contrib
%attr(0755,root,root) %_bindir/barcode
%_mandir/man1/barcode.1.*
%_mandir/man3/barcode.3.*
%_infodir/barcode.info*

%_includedir/barcode.h
%_libdir/libbarcode.a

%changelog

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

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