SPECS: fusecompress.spec - 2.2; doesn't build

arekm arekm at pld-linux.org
Fri Nov 28 14:02:45 CET 2008


Author: arekm                        Date: Fri Nov 28 13:02:45 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 2.2; doesn't build

---- Files affected:
SPECS:
   fusecompress.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/fusecompress.spec
diff -u SPECS/fusecompress.spec:1.6 SPECS/fusecompress.spec:1.7
--- SPECS/fusecompress.spec:1.6	Sat Nov 22 00:29:43 2008
+++ SPECS/fusecompress.spec	Fri Nov 28 14:02:40 2008
@@ -1,16 +1,15 @@
 # $Revision$, $Date$
-%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
@@ -38,14 +37,20 @@
 
 %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
@@ -70,6 +75,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2008/11/28 13:02:40  arekm
+- 2.2; doesn't build
+
 Revision 1.6  2008/11/21 23:29:43  pluto
 - initial build fix, nfy.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fusecompress.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list