57 lines
1.8 KiB
RPMSpec
57 lines
1.8 KiB
RPMSpec
Summary: Converts ascii text to the pdf417 barcode standard
|
|
Name: pdf417encode
|
|
Version: 4.5
|
|
Release: 1mamba
|
|
License: GPL
|
|
Group: Applications/Graphics
|
|
Distribution: openmamba
|
|
Vendor: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://sourceforge.net/projects/pdf417encode/
|
|
Source0: http://downloads.sourceforge.net/sourceforge/pdf417encode/pdf417_enc.%{version}.tar.gz
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libX11-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
pdf417_encode is a program that converts ascii text to the pdf417 barcode standard. It supports text compression, numeric compression and byte compression. It currently produces postscript and pbm output for the barcode.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n pdf417_enc.%{version}
|
|
|
|
%build
|
|
make CFLAGS="%{optflags} -fcommon"
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
install -D -m 755 pdf417_enc %{buildroot}%{_bindir}/pdf417_enc
|
|
#install -D -m 755 libpdf417enc.so %{buildroot}%{_libdir}/libpdf417enc.so
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
%{_bindir}/pdf417_enc
|
|
#%{_libdir}/libpdf417enc.so
|
|
|
|
%changelog
|
|
* Mon Sep 13 2021 Automatic Build System <autodist@mambasoft.it> 4.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 4.4-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Sun Mar 02 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4-1mamba
|
|
- update to 4.4
|
|
|
|
* Thu Jun 09 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 4.1-2qilnx
|
|
- rebuild and moved from devel-contrib repository to devel repository
|
|
|
|
* Wed Jun 8 2005 Matteo Bernasconi <voyagernm@virgilio.it> 0.98-1qilnx
|
|
- First Build
|