]> git.pld-linux.org Git - packages/xz.git/commitdiff
- 4.27
authorareq <areq@pld-linux.org>
Mon, 15 Aug 2005 13:37:55 +0000 (13:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lzma-quiet.patch -> 1.3
    xz.spec -> 1.6

lzma-quiet.patch
xz.spec

index 2667b8eea4b14a38b1aecd2c1ea981cb5cb9909c..bf2e91561a3125efa3b2402cba42475774bdbb23 100644 (file)
@@ -1,15 +1,15 @@
 diff -ruN lzma-4.22./SRC/7zip/Compress/LZMA_Alone/LzmaAlone.cpp lzma-4.22/SRC/7zip/Compress/LZMA_Alone/LzmaAlone.cpp
 --- lzma-4.22./SRC/7zip/Compress/LZMA_Alone/LzmaAlone.cpp      2005-07-16 12:10:20.000000000 +0200
 +++ lzma-4.22/SRC/7zip/Compress/LZMA_Alone/LzmaAlone.cpp       2005-07-16 12:11:23.922099432 +0200
-@@ -131,10 +131,9 @@
+@@ -131,10 +131,10 @@
  \r
  int main2(int n, const char *args[])\r
  {\r
--  fprintf(stderr, "\nLZMA 4.21 Copyright (c) 1999-2005 Igor Pavlov  2005-06-08\n");\r
--\r
+-  fprintf(stderr, "\nLZMA 4.27 Copyright (c) 1999-2005 Igor Pavlov  2005-08-07\n");\r
\r
    if (n == 1)\r
    {\r
-+    fprintf(stderr, "\nLZMA 4.21 Copyright (c) 1999-2005 Igor Pavlov  2005-06-08\n");\r
++    fprintf(stderr, "\nLZMA 4.27 Copyright (c) 1999-2005 Igor Pavlov  2005-08-07\n");\r
      PrintHelp();\r
      return 0;\r
    }\r
diff --git a/xz.spec b/xz.spec
index bf55639283589e5eeb8a24e5c92811a51f76ecba..eac5b15d1253110dbc5c8f47864f68742e3dae26 100644 (file)
--- a/xz.spec
+++ b/xz.spec
@@ -1,12 +1,12 @@
 Summary:       LZMA Encoder/Decoder
 Summary(pl):   Koder/Dekoder LZMA
 Name:          lzma
-Version:       4.22
+Version:       4.27
 Release:       1
 License:       LGPL
 Group:         Applications/Archiving
-Source0:       http://www.7-zip.org/dl/%{name}422.tar.bz2
-# Source0-md5: 322422f93955d3ad4223d1daf4702148
+Source0:       http://dl.sourceforge.net/sevenzip/%{name}427.tar.bz2
+# Source0-md5: 8e99976772e28c6fa3c5d9a2fb82ca50
 Patch0:                %{name}-quiet.patch
 URL:           http://www.7-zip.org/sdk.html
 BuildRequires: libstdc++-devel
@@ -53,7 +53,8 @@ Cechy LZMA:
 
 %build
 cd SRC/7zip/Compress/LZMA_Alone
-%{__make} \
+
+%{__make} -f makefile.gcc
        CXX="%{__cxx}" \
        CFLAGS="%{rpmcflags} -fprofile-generate -c -I ../../.." \
        LDFLAGS="%{rpmldflags}" \
@@ -66,9 +67,9 @@ cat lzma *.o > test2
 ./lzma d test3 test5
 ./lzma d test4 test6
 
-%{__make} clean
+%{__make} -f makefile.gcc clean
 
-%{__make} \
+%{__make} -f makefile.gcc \
        CXX="%{__cxx}" \
        CFLAGS="%{rpmcflags} -fprofile-use -c -I ../../.." \
        LDFLAGS="%{rpmldflags}"
This page took 0.102916 seconds and 4 git commands to generate.