diff --git a/wsdlpull.spec b/wsdlpull.spec index b2c1a74..605b1dc 100644 --- a/wsdlpull.spec +++ b/wsdlpull.spec @@ -8,11 +8,11 @@ # Name: wsdlpull Version: 1.23 -Release: 35%{?dist} +Release: 30%{?dist} Summary: C++ Web Services client library -License: LGPL-2.0-or-later AND MIT +License: LGPLv2 and OReilly and MIT URL: http://%{name}.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 @@ -60,13 +60,13 @@ library. The documentation is the same as at the %{name} web page. %setup -q # Apply the g++ 4.3 compatibility patch -%patch -P0 -p1 +%patch0 -p1 # Create a directory for man pages %{__mkdir} man # Apply the man page patch -%patch -P1 -p1 +%patch1 -p1 # Remove any CVS sub-directory (they should not be delivered with the tar-ball) find . -name 'CVS' -print | xargs -r %{__rm} -rf @@ -94,7 +94,7 @@ sed -i -e 's/\r$//' AUTHORS %{__mv} README.txt README # Apply the GNU Autotools compatibility patch -%patch -P2 -p1 +%patch2 -p1 %build %configure --disable-static @@ -134,21 +134,6 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog -* Fri Jul 17 2026 Fedora Release Engineering - 1.23-35 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild - -* Sat Jan 17 2026 Fedora Release Engineering - 1.23-34 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild - -* Fri Jul 25 2025 Fedora Release Engineering - 1.23-33 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Sun Jan 19 2025 Fedora Release Engineering - 1.23-32 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Sat Jul 20 2024 Fedora Release Engineering - 1.23-31 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - * Sat Jan 27 2024 Fedora Release Engineering - 1.23-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild