SPECS: avfs.spec - up to 0.9.6 - TODO added - now builds, but with...

blekot blekot at pld-linux.org
Wed Jul 27 11:50:43 CEST 2005


Author: blekot                       Date: Wed Jul 27 09:50:43 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.9.6
- TODO added
- now builds, but without dav
- more %files and %make install added

---- Files affected:
SPECS:
   avfs.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/avfs.spec
diff -u SPECS/avfs.spec:1.7 SPECS/avfs.spec:1.8
--- SPECS/avfs.spec:1.7	Fri Mar 25 19:11:40 2005
+++ SPECS/avfs.spec	Wed Jul 27 11:50:37 2005
@@ -1,15 +1,19 @@
 # $Revision$, $Date$
+# TODO
+# do --enable-dav switch
+
 Summary:	AFS - A Virtual Filesystem
 Summary(pl):	AFS - wirtualny system plików
 Name:		avfs
-Version:	0.9.3
-Release:	1
+Version:	0.9.6
+Release:	0.1
 License:	GPL
 Group:		Libraries
-# Source0-md5:	1b8087516b1abc9965056d1f4595c4f0
 Source0:	http://dl.sourceforge.net/avf/%{name}-%{version}.tar.gz
+# Source0-md5:	59829701fb2d7593ed7c1de9e0a5ac63
 URL:		http://sourceforge.net/projects/avf/
 BuildRequires:	automake
+BuildRequires:	expat-devel
 BuildRequires:	neon-devel
 BuildRequires:	openssl-devel >= 0.9.7d
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,18 +43,24 @@
 
 %build
 install /usr/share/automake/config.* .
-%configure2_13 \
+
+%configure \
 	--enable-preload \
 	--enable-xml \
-	--enable-dav \
 	--with-neon \
 	--with-ssl \
 	--with-kernel=%{_kernelsrcdir}
+#        --enable-dav 
+# Comment:
+# I've no idea how to build this package with dav option with expat-devel.
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
+%{__make} install \
+        DESTDIR=$RPM_BUILD_ROOT
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -59,8 +69,13 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README CHANGES CREDITS
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%doc README
+%attr(755,root,root) %{_libdir}/*.so.*.*
+%attr(755,root,root) %{_bindir}/davpass
+%attr(755,root,root) %{_bindir}/ftppass
+%{_libdir}/%{name}
+%{_libdir}/avfs_preload.a
+%{_libdir}/avfs_preload.la
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -68,6 +83,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/07/27 09:50:37  blekot
+- up to 0.9.6
+- TODO added
+- now builds, but without dav
+- more %files and %make install added
+
 Revision 1.7  2005/03/25 18:11:40  darekr
 - unified
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/avfs.spec?r1=1.7&r2=1.8&f=u




More information about the pld-cvs-commit mailing list