From 158ac7d3a3fada69323c6eb901e86f5bcd1d2d19 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 5 Aug 2020 14:44:32 +0200 Subject: [PATCH] sort buildrequires alphabetically --- sane-airscan.spec | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/sane-airscan.spec b/sane-airscan.spec index cef9aad..97b1467 100644 --- a/sane-airscan.spec +++ b/sane-airscan.spec @@ -14,21 +14,21 @@ Source: %{URL}/archive/%{version}/%{name}-%{version}.tar.gz # needed for querying and getting mDNS messages from local network BuildRequires: avahi-devel +# project is written in C +BuildRequires: gcc +# git is used during autosetup +BuildRequires: git # creating credentials and SHA256 for UUID BuildRequires: gnutls-devel +# needed for creating output image +BuildRequires: libjpeg-turbo-devel, libpng-devel # XML data are carried on HTTP protocol, we need to create them and parse them BuildRequires: libxml2-devel +# used in Makefile to get the correct compile and link flags +BuildRequires: pkgconf-pkg-config # package is meant to be as one of SANE backends - it uses SANE API for handling # devices, strings, words (bytes) and backend itself BuildRequires: sane-backends-devel -# needed for creating output image -BuildRequires: libjpeg-turbo-devel, libpng-devel -# project is written in C -BuildRequires: gcc -# used in Makefile to get the correct compile and link flags -BuildRequires: pkgconf-pkg-config -# git is used during autosetup -BuildRequires: git # needs shared library implementing the backend Requires: libsane-airscan%{?_isa} = %{version}-%{release} @@ -84,6 +84,7 @@ mkdir -p %{buildroot}/ - 0.99.12 - removed dependency to glib and libsoup - HTTP parser is implemented inside, bringing gnutls dependency +- sort buildrequires alphabetically * Wed Jul 29 2020 Zdenek Dohnal - 0.99.11-1 - Initial import (#1859207)