|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: Archiver for .arj files
|
|
|
|
|
Name: arj
|
|
|
|
|
Version: 3.10.22
|
|
|
|
|
Release: 11%{?dist}
|
|
|
|
|
Release: 12%{?dist}
|
|
|
|
|
License: GPL+
|
|
|
|
|
Group: Applications/Archiving
|
|
|
|
|
URL: http://arj.sourceforge.net/
|
|
|
|
@ -45,8 +45,8 @@ pushd gnu
|
|
|
|
|
%configure
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
# No %{?_smp_mflags}, arj is not parallel build clean, no stripping
|
|
|
|
|
make ADD_LDFLAGS=""
|
|
|
|
|
# Disable binary strippings
|
|
|
|
|
make %{?_smp_mflags} ADD_LDFLAGS=""
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mandir}/man1/*arj*1.*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Mar 28 2010 Robert Scheck <robert@fedoraproject.org> 3.10.22-12
|
|
|
|
|
- Re-enable parallel builds again now that quoting is fixed
|
|
|
|
|
|
|
|
|
|
* Sun Sep 6 2009 Milos Jakubicek <xjakub@fi.muni.cz> 3.10.22-11
|
|
|
|
|
- Fix FTBFS: added arj-3.10.22-quotes.patch
|
|
|
|
|
|
|
|
|
|