]> git.pld-linux.org Git - packages/fusecompress.git/commitdiff
- 2.2; doesn't build
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 28 Nov 2008 13:02:40 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fusecompress.spec -> 1.7

fusecompress.spec

index 124740b752d36f686a5f55dd64744b6c4b9e481d..dde527bccf07f9dfbcda976bca05c78bfca8776a 100644 (file)
@@ -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
This page took 0.062195 seconds and 4 git commands to generate.