Update to paps 0.7.1
OBS-URL: https://build.opensuse.org/package/show/Publishing/paps?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 13:30:36 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Update to paps 0.7.1
|
||||
* Added initial meson compilation support.
|
||||
* Minor accumulated bug fixes since 0.7.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 07:29:44 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package paps
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,17 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define uuid 37e6ca1
|
||||
%define commit 37e6ca1cd96d751bbbff5539d795c90d657289a5
|
||||
Name: paps
|
||||
Version: 0.7.0+
|
||||
Version: 0.7.1
|
||||
Release: 0
|
||||
Summary: A text to postscript converter through pango
|
||||
License: LGPL-2.0-only
|
||||
Group: System/Base
|
||||
Url: https://github.com/dov/paps
|
||||
Source: https://github.com/dov/%{name}/archive/%{uuid}.tar.gz#/%{name}-%{uuid}.tar.gz
|
||||
Patch0: paps-prog_cc_c_o.patch
|
||||
URL: https://github.com/dov/%{name}
|
||||
Source: https://github.com/dov/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
Patch1: paps-cpi_scale_calculation.patch
|
||||
Patch2: paps-manpage_units.patch
|
||||
Patch3: paps-manpage_fixes.patch
|
||||
@@ -46,8 +43,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
paps is a command line program for converting Unicode text encoded in UTF-8 to postscript and pdf by using pango.
|
||||
|
||||
%prep
|
||||
%setup -qT -b0 -n %{name}-%{commit}
|
||||
%patch0 -p0 -b .p0
|
||||
%setup -qT -b0 -n %{name}-%{version}
|
||||
%patch1 -p0 -b .p1
|
||||
%patch2 -p0 -b .p2
|
||||
%patch3 -p0 -b .p3
|
||||
@@ -81,7 +77,7 @@ make install DESTDIR=%{buildroot} %{?_smp_mflags}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING.LIB
|
||||
%license COPYING.LIB
|
||||
%{_bindir}/*
|
||||
%{_mandir}/*/*
|
||||
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -1,16 +0,0 @@
|
||||
Silent automake/autoconf
|
||||
|
||||
---
|
||||
configure.ac | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
--- configure.ac
|
||||
+++ configure.ac 2017-12-05 12:00:49.714969510 +0000
|
||||
@@ -6,6 +6,7 @@ AC_CONFIG_SRCDIR(src/paps.c)
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
AC_PROG_CC
|
||||
+AM_PROG_CC_C_O
|
||||
AX_COMPILER_FLAGS
|
||||
WARN_CFLAGS="$WARN_CFLAGS -Wno-format-y2k"
|
||||
|
||||
Reference in New Issue
Block a user