Corrected from %patch to %patch0 to make rpm > 4.4 happy

epel9
Robert Scheck 17 years ago
parent 46a09fe409
commit eed6f77080

@ -1,6 +1,6 @@
Name: arj
Version: 3.10.22
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Archiver for .arj files
Group: Applications/Archiving
License: GPL+
@ -25,7 +25,7 @@ provided by ARJ Software, Inc.
%prep
%setup -q
%patch -p1
%patch0 -p1
for i in debian/patches/00*.patch; do
patch -p1 < $i
done
@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Aug 30 2008 Robert Scheck <robert@fedoraproject.org> 3.10.22-5
- Corrected from %%patch to %%patch0 to make rpm > 4.4 happy
* Mon Mar 31 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 3.10.22-4
- Fix missing prototype compiler warnings

Loading…
Cancel
Save