]> git.pld-linux.org Git - packages/arj.git/blobdiff - arj.spec
- rel 2; fix build
[packages/arj.git] / arj.spec
index eb5088e69f32fc1d2846b7742340104017f1ae04..659beb39ff0ba18da8d2f50cb6a8ab4188175803 100644 (file)
--- a/arj.spec
+++ b/arj.spec
@@ -2,7 +2,7 @@ Summary:        ARJ archiver for Linux
 Summary(pl.UTF-8):     Archiwizator ARJ dla Linuksa
 Name:          arj
 Version:       3.10.22
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         Applications/Archiving
@@ -12,7 +12,9 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# main executable cannot be stripped (doesn't work then)
 %define                no_install_post_strip 1
+%define                specflags       -fno-unit-at-a-time
 
 %description
 This product is an implementation of ARJ v 2.7x for DOS on UNIX and
@@ -35,8 +37,7 @@ install /usr/share/automake/config.* .
 %configure
 cd ..
 %{__make} -j1 \
-       CC="%{__cc}" \
-       CFLAGS_DBG="%{rpmcflags}"
+       CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.082654 seconds and 4 git commands to generate.