]> git.pld-linux.org Git - packages/p7zip.git/commitdiff
- 4.44 auto/th/p7zip-4_44-1
authorwolf <wolf@pld-linux.org>
Sat, 27 Jan 2007 12:53:06 +0000 (12:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    p7zip.spec -> 1.34

p7zip.spec

index 080fa0d2f8a607eb31b3887f75a964db4ec2679b..42aaad2d29aea71d67b5fe61a239d7b67c331ecb 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       File archiver with highest compression ratio
 Summary(pl):   Paker plików z najwy¿szym stopniem kompresji
 Name:          p7zip
-Version:       4.43
+Version:       4.44
 Release:       1
 License:       LGPL
 Group:         Applications/Archiving
 Source0:       http://dl.sourceforge.net/p7zip/%{name}_%{version}_src_all.tar.bz2
-# Source0-md5: 9fb8982262f66b4ec0377a67c171cfcb
+# Source0-md5: 78b04bed16a1e7e91b5bf2f1f84ab811
 URL:           http://p7zip.sourceforge.net/
 BuildRequires: libstdc++-devel >= 5:4.0
 BuildRequires: sed >= 4.0
@@ -58,10 +58,7 @@ wersja obs
 cp -f makefile.linux_x86_ppc_alpha__gcc_4.X makefile.machine
 %{__sed} -i -e 's/ -s / /' makefile.machine
 
-%{__sed} -i "s@Formats@%{_libdir}/%{name}/&@" \
-       7zip/UI/Common/ArchiverInfo.cpp
-%{__sed} -i 's,return GetBaseFolderPrefix.*,return TEXT("%{_libdir}/%{name}/Codecs/");,g' \
-       7zip/Archive/Common/CodecsPath.cpp
+find . -name '*.cpp' -exec sed -i -e 's@getenv("P7ZIP_HOME_DIR")@"%{_libdir}/%{name}/"@g' {} \;
 
 %build
 %{__make} all2 test \
This page took 0.093223 seconds and 4 git commands to generate.