Compare commits
2 Commits
0.7.5-1mam
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 559c32a37d | |||
| 2ee04646d3 |
39
libdmtx.spec
39
libdmtx.spec
@@ -1,43 +1,17 @@
|
||||
Name: libdmtx
|
||||
Version: 0.7.5
|
||||
Version: 0.7.8
|
||||
Release: 1mamba
|
||||
Summary: A library for reading and writing Data Matrix 2D barcodes
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.libdmtx.org/
|
||||
Source: https://github.com/dmtx/libdmtx.git/v%{version}/libdmtx-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libfftw-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgomp-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: liblcms-devel
|
||||
BuildRequires: liblqr-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libMagick-devel
|
||||
BuildRequires: libpthread-stubs-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Libdmtx is open source software for reading and writing Data Matrix 2D barcodes.
|
||||
@@ -83,8 +57,6 @@ Data Matrix barcodes are two-dimensional symbols that hold a dense pattern of da
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@@ -94,7 +66,6 @@ Data Matrix barcodes are two-dimensional symbols that hold a dense pattern of da
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/dmtx.h
|
||||
%{_libdir}/libdmtx.la
|
||||
%{_libdir}/libdmtx.so
|
||||
%{_libdir}/pkgconfig/libdmtx.pc
|
||||
%{_mandir}/man3/libdmtx.3*
|
||||
@@ -110,6 +81,12 @@ Data Matrix barcodes are two-dimensional symbols that hold a dense pattern of da
|
||||
#%{_mandir}/man1/dmtxwrite.1*
|
||||
|
||||
%changelog
|
||||
* Sat Mar 29 2025 Automatic Build System <autodist@openmamba.org> 0.7.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jul 04 2022 Automatic Build System <autodist@mambasoft.it> 0.7.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.5-1mamba
|
||||
- update to 0.7.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user