automatic version update by autodist [release 4.5-1mamba;Mon Sep 13 2021]
This commit is contained in:
parent
2fce309e0e
commit
16f4db9e07
@ -1,42 +1,48 @@
|
|||||||
Summary: Converts ascii text to the pdf417 barcode standard
|
Summary: Converts ascii text to the pdf417 barcode standard
|
||||||
Name: pdf417encode
|
Name: pdf417encode
|
||||||
Version: 4.4
|
Version: 4.5
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Graphics
|
Group: Applications/Graphics
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/projects/pdf417encode/
|
URL: https://sourceforge.net/projects/pdf417encode/
|
||||||
Source0: http://downloads.sourceforge.net/sourceforge/pdf417encode/pdf417_enc.%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/sourceforge/pdf417encode/pdf417_enc.%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgif-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%prep
|
||||||
%setup -q -n pdf417_enc.%{version}
|
%setup -q -n pdf417_enc.%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
make CFLAGS="%{optflags} -fcommon"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
install -D -m 755 pdf417_enc %{buildroot}%{_bindir}/pdf417_enc
|
install -D -m 755 pdf417_enc %{buildroot}%{_bindir}/pdf417_enc
|
||||||
install -D -m 755 libpdf417enc.so %{buildroot}%{_libdir}/libpdf417enc.so
|
#install -D -m 755 libpdf417enc.so %{buildroot}%{_libdir}/libpdf417enc.so
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_bindir}/pdf417_enc
|
%{_bindir}/pdf417_enc
|
||||||
%{_libdir}/libpdf417enc.so
|
#%{_libdir}/libpdf417enc.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 4.4-2mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user