]> git.pld-linux.org Git - packages/dmtx-utils.git/blob - dmtx-utils.spec
- new URLs, updated to 0.7.6
[packages/dmtx-utils.git] / dmtx-utils.spec
1 Summary:        Utilities for libdmtx
2 Summary(pl.UTF-8):      Narzędzia do libdmtx
3 Name:           dmtx-utils
4 Version:        0.7.6
5 Release:        1
6 License:        LGPL v2+
7 Group:          Applications/System
8 #Source0Download: https://github.com/dmtx/dmtx-utils/tags
9 Source0:        https://github.com/dmtx/dmtx-utils/archive/v%{version}/%{name}-%{version}.tar.gz
10 # Source0-md5:  c7777dc5db7d7c723e890075a4a5227e
11 Patch0:         ac.patch
12 URL:            http://libdmtx.sourceforge.net/
13 BuildRequires:  ImageMagick-devel >= 1:6.2.4
14 BuildRequires:  autoconf >= 2.50
15 BuildRequires:  automake
16 BuildRequires:  libtool
17 BuildRequires:  libdmtx-devel >= 0.7.0
18 BuildRequires:  pkgconfig
19 BuildRequires:  rpmbuild(macros) >= 1.219
20 Requires:       ImageMagick-libs >= 1:6.2.4
21 Requires:       libdmtx >= 0.7.0
22 Obsoletes:      libdmtx-utils < 0.7.4
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 This package contains utilities that use libdmtx.
27
28 %description -l pl.UTF-8
29 Ten pakiet zawiera narzędzia wykorzystujące libdmtx
30
31 %prep
32 %setup -q
33 %patch0 -p1
34
35 %build
36 %{__libtoolize}
37 %{__aclocal} -I m4
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure
42
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog KNOWNBUG README README.linux TODO
57 %attr(755,root,root) %{_bindir}/dmtxquery
58 %attr(755,root,root) %{_bindir}/dmtxread
59 %attr(755,root,root) %{_bindir}/dmtxwrite
60 %{_mandir}/man1/dmtxquery.1*
61 %{_mandir}/man1/dmtxread.1*
62 %{_mandir}/man1/dmtxwrite.1*
This page took 0.094908 seconds and 4 git commands to generate.