From 268d581dc2cc0b5bb8542930f5cc941347dad88d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:34:20 +0100 Subject: [PATCH] rebuilt with debug package and specfile fixes [release 3.78-2mamba;Tue Jan 04 2022] --- pstoedit.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pstoedit.spec b/pstoedit.spec index 610f973..7336914 100644 --- a/pstoedit.spec +++ b/pstoedit.spec @@ -2,12 +2,12 @@ Name: pstoedit Version: 3.78 -Release: 1mamba +Release: 2mamba Summary: Translates PostScript and PDF graphics into other vector formats Group: Applications/Graphics Vendor: openmamba Distribution: openmamba -Packager: Davide Madrisan +Packager: Silvan Calarco URL: http://www.pstoedit.net/pstoedit Source: http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-%{version}.tar.gz Patch0: %{name}-3.45-gcc4_no_pedantic.patch @@ -108,8 +108,9 @@ Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release} %description -n %{libname}-devel PStoEdit translates PostScript and PDF graphics into other vector formats. +This package contains static libraries and header files needed for development. -This package contains static libraries and header files need for development. +%debug_package %prep %setup -q @@ -146,12 +147,12 @@ done %{_bindir}/%{name} %{_datadir}/%{name}/* %{_mandir}/man1/%{name}.* -%doc copying %files -n %{libname} %defattr(-,root,root) %{_libdir}/*.so.* %{_libdir}/%{name}/*.so.* +%doc copying %files -n %{libname}-devel %defattr(-,root,root) @@ -168,6 +169,9 @@ done %doc examples/*.ps %changelog +* Tue Jan 04 2022 Silvan Calarco 3.78-2mamba +- rebuilt with debug package and specfile fixes + * Wed Nov 24 2021 Automatic Build System 3.78-1mamba - automatic version update by autodist