SHA256
1
0
forked from pool/pappl

- Update to release 1.0b1

OBS-URL: https://build.opensuse.org/package/show/Printing/pappl?expand=0&rev=3
This commit is contained in:
2020-11-12 07:57:38 +00:00
committed by Git OBS Bridge
parent 2769466767
commit ba3c96ed8f
7 changed files with 74 additions and 22 deletions

View File

@@ -18,13 +18,14 @@
Name: pappl
%define lname libpappl1
Version: 0~git378
Version: 1.0~beta1
Release: 0
Summary: A Printer application framework
Summary: A printer application framework
License: Apache-2.0
Group: Hardware/Printing
URL: https://www.msweet.org/pappl/
Source: %name-%version.tar.xz
Source: https://github.com/michaelrsweet/pappl/releases/download/v1.0b1/pappl-1.0b1.tar.gz
Source2: https://github.com/michaelrsweet/pappl/releases/download/v1.0b1/pappl-1.0b1.tar.gz.sig
BuildRequires: cups-devel >= 2.2
BuildRequires: pam-devel
BuildRequires: pkgconfig(avahi-client)
@@ -50,7 +51,7 @@ computer or on your whole network, which can then be discovered and
used by any application.
%package -n %lname
Summary: A Printer application framework
Summary: A printer application framework
Group: System/Libraries
%description -n %lname
@@ -75,7 +76,7 @@ drivers.
This subpackage contains the headers for the library.
%prep
%autosetup -p1
%autosetup -p1 -n %name-1.0b1
%build
# includedir intentional, cf. bugzilla.opensuse.org/795968
@@ -103,5 +104,7 @@ rm -f "%buildroot/%_libdir"/*.a
%_includedir/%name/
%_libdir/libpappl.so
%_libdir/pkgconfig/*.pc
%_mandir/man3/pappl-*
%_datadir/doc/%name/
%changelog