]> git.pld-linux.org Git - packages/bzip2.git/commitdiff
- bconded progressbar patch, outputs in some conditions uneccessary message when...
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 18 Jun 2005 10:08:06 +0000 (10:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  "progress will only be shown when compressing files."

Changed files:
    bzip2.spec -> 1.94

bzip2.spec

index a7a5047c5a9031e0a61384f33639d4a323c0e9ef..d1df5fe784b753d8c0f210b75d9b6f4c52139fe0 100644 (file)
@@ -1,3 +1,6 @@
+# Conditional build:
+%bcond_with    progress        # with progressbar patch
+#
 Summary:       Extremely powerful file compression utility
 Summary(es):   Un compresor de archivos con un nuevo algoritmo
 Summary(fr):   Utilitaire de compression de fichier extrêmement puissant
@@ -7,7 +10,7 @@ Summary(uk):   
 Summary(ru):   ëÏÍÐÒÅÓÓÏÒ ÆÁÊÌÏ× ÎÁ ÏÓÎÏ×Å ÁÌÇÏÒÉÔÍÁ ÂÌÏÞÎÏÊ ÓÏÒÔÉÒÏ×ËÉ
 Name:          bzip2
 Version:       1.0.2
-Release:       16.2
+Release:       16.3
 Epoch:         0
 License:       BSD-like
 Group:         Applications/Archiving
@@ -162,7 +165,7 @@ Bibliotecas est
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+%{?with_progress:%patch1 -p1}
 
 %build
 %{__aclocal}
This page took 0.038532 seconds and 4 git commands to generate.