summaryrefslogtreecommitdiff
path: root/mpage.spec
diff options
context:
space:
mode:
authorMarcin Banasiak2007-03-17 22:35:29 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitabd6bd76529380e60d46dab4e96f629795d3ed2e (patch)
treed5fdf9ef0d9c31e9c14587c9e2ec5b057a2d34e5 /mpage.spec
parent3a5f3aa114eb532d01b0bdbdd707832668b024df (diff)
downloadmpage-abd6bd76529380e60d46dab4e96f629795d3ed2e.zip
mpage-abd6bd76529380e60d46dab4e96f629795d3ed2e.tar.gz
- now package all files on x86_64 architecturesauto/th/mpage-2_5_1-8
Changed files: mpage.spec -> 1.24
Diffstat (limited to 'mpage.spec')
-rw-r--r--mpage.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/mpage.spec b/mpage.spec
index 4b1b4bd..89ce935 100644
--- a/mpage.spec
+++ b/mpage.spec
@@ -63,14 +63,16 @@ olanak verir.
%build
%{__make} \
- OPT_FLAGS="%{rpmcflags}"
+ OPT_FLAGS="%{rpmcflags}" \
+ LIBDIR="%{_libdir}"
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/mpage,%{_mandir}/man1}
%{__make} install \
- PREFIX=$RPM_BUILD_ROOT%{_prefix}
+ PREFIX=$RPM_BUILD_ROOT%{_prefix} \
+ LIBDIR=$RPM_BUILD_ROOT%{_libdir}
%clean
rm -rf $RPM_BUILD_ROOT