From 6f4f39e68d530f5697a73bc22edb1137b5e3a977 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 28 Nov 2008 13:02:40 +0000 Subject: [PATCH] - 2.2; doesn't build Changed files: fusecompress.spec -> 1.7 --- fusecompress.spec | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/fusecompress.spec b/fusecompress.spec index 124740b..dde527b 100644 --- a/fusecompress.spec +++ b/fusecompress.spec @@ -1,15 +1,14 @@ -%define tag 2a6dff0dc32c4c93cc08b2ba224bf9ef8e2485b4 +%define tag c5e5eb58e48a6ad08298f178a9d91b9539abf883 Summary: Transparent read-write compression filesystem Summary(pl.UTF-8): System plików z przezroczystą kompresją danych Name: fusecompress -Version: 2.0 +Version: 2.2 Release: 0.1 License: GPL Group: Applications/System # http://github.com/tex/fusecompress/tree/master Source0: tex-fusecompress-%{tag}.tar.gz -# Source0-md5: a0b2d0b3266e604fb4684a658aa0d87e -Patch0: %{name}-build.patch +# Source0-md5: 733fcf027b7d030d659bbb655c527999 URL: http://miio.net/fusecompress/ BuildRequires: autoconf BuildRequires: automake @@ -37,14 +36,20 @@ interfejs między skompresowanymi plikami a aplikacjami użytkownika %prep %setup -q -n tex-%{name}-%{tag} -%patch0 -p1 %build -%{__aclocal} +%{__aclocal} -I m4 %{__autoconf} -%{__autoheader} -%{__automake} -%configure +%configure \ + --with-boost-libdir=%{_libdir} \ + --with-boost-serialization=boost_serialization \ + --with-boost-iostreams=boost_iostreams \ + --with-boost-program-options=boost_program_options \ + --with-boost-filesystem=boost_filesystem \ + --with-lzma \ + --with-z \ + --with-bz2 \ + --with-lzo2 %{__make} %install -- 2.44.0