]> git.pld-linux.org Git - packages/unrar.git/commitdiff
- up to 5.0.2 auto/th/unrar-5.0.2-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 May 2013 20:11:01 +0000 (22:11 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 May 2013 20:11:01 +0000 (22:11 +0200)
unrar.spec

index 7df36dca9e12e7f9c20ddd1712d486c377695d35..bc489c77f5ad47cb8a90c73a29c62bb59fb86784 100644 (file)
@@ -4,13 +4,13 @@ Summary(pt_BR.UTF-8): Descompressor de arquivos no formato .rar
 Summary(ru.UTF-8):     Распаковщик файлов .zip
 Summary(uk.UTF-8):     Розпаковувач файлів .zip
 Name:          unrar
-Version:       4.2.4
+Version:       5.0.2
 Release:       1
 License:       Freeware
 Group:         Applications/Archiving
 #Source0Download: http://www.rarlab.com/rar_add.htm
 Source0:       http://www.rarlab.com/rar/%{name}src-%{version}.tar.gz
-# Source0-md5: 8ea9d1b4139474b282d76e627a2de3e4
+# Source0-md5: f8295f66c8323c73c286fd8eef63b235
 Source1:       %{name}.1
 Source2:       %{name}.1.pl
 URL:           http://www.rarlab.com/
@@ -75,18 +75,18 @@ Pliki programistyczne biblioteki libunrar.
 
 %build
 install -d done
-%{__make} -f makefile.unix clean
-%{__make} -f makefile.unix \
+%{__make} -f makefile clean
+%{__make} -f makefile \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
        CXXFLAGS="%{rpmcppflags} %{rpmcxxflags}" \
        STRIP=":"
-%{__make} -f makefile.unix clean
-%{__make} -f makefile.unix lib \
+%{__make} -f makefile clean
+%{__make} -f makefile lib \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
        CXXFLAGS="%{rpmcppflags} %{rpmcxxflags} -fPIC" \
-       LDFLAGS="%{rpmldflags} -Wl,-soname -Wl,libunrar.so.%{version}" \
+       LDFLAGS="%{rpmldflags} -pthread -Wl,-soname -Wl,libunrar.so.%{version}" \
        STRIP=":"
 
 %install
This page took 0.041762 seconds and 4 git commands to generate.