]> git.pld-linux.org Git - packages/xz.git/commitdiff
- use proper rpm macros instead auto/ac/lzma-4_42_2-0_alpha_2 auto/th/lzma-4_42_2-0_alpha_2 auto/ti/lzma-4_42_2-0_alpha_2
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 30 Dec 2007 14:06:38 +0000 (14:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xz.spec -> 1.41

xz.spec

diff --git a/xz.spec b/xz.spec
index c2456857793fc4336c1cb5a75b58d0cd3467aba3..a4a618d3acf68dd8b934e59777d73c257380313b 100644 (file)
--- a/xz.spec
+++ b/xz.spec
@@ -16,6 +16,7 @@ Group:                Applications/Archiving
 Source0:       http://tukaani.org/lzma/%{name}-%{version}%{snap}.tar.gz
 # Source0-md5: 5cef8b41aecee8ce1c6fbc681701fe61
 URL:           http://tukaani.org/lzma/
+BuildRequires: rpmbuild(macros) >= 1.402
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -103,15 +104,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-# fix manuals
-cd $RPM_BUILD_ROOT%{_mandir}/man1
-rm -f lzcmp.1 lzegrep.1 lzfgrep.1 lzless.1
-echo ".so lzdiff.1" > lzcmp.1
-echo ".so lzgrep.1" > lzegrep.1
-echo ".so lzgrep.1" > lzfgrep.1
-echo ".so lzmore.1" > lzless.1
-cd -
-
 %find_lang %{name}
 
 %{?with_tests:%{__make} check}
This page took 0.140943 seconds and 4 git commands to generate.