]> git.pld-linux.org Git - packages/arj.git/commitdiff
- rel 2; fix build auto/th/arj-3_10_22-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 1 Nov 2008 12:43:32 +0000 (12:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arj.spec -> 1.27

arj.spec

index 5734cb34a3e7aae4ac4f81e85d16f26ed32f05d1..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
@@ -14,6 +14,7 @@ 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
@@ -36,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.044403 seconds and 4 git commands to generate.