Author: matkor Date: Tue Jan 1 23:03:01 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - Version 1.3.7-0.1.
---- Files affected: SPECS: glusterfs.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/glusterfs.spec diff -u SPECS/glusterfs.spec:1.2 SPECS/glusterfs.spec:1.3 --- SPECS/glusterfs.spec:1.2 Thu Apr 5 15:49:34 2007 +++ SPECS/glusterfs.spec Wed Jan 2 00:02:56 2008 @@ -1,14 +1,14 @@ # $Revision$, $Date$ +# TODO: Package examples ? Summary: Clustered File Storage that can scale to peta bytes Summary(pl.UTF-8): Klastrowy system przechowywania plików skalujący się do petabajtów Name: glusterfs -Version: 1.2.3 +Version: 1.3.7 Release: 0.1 License: GPL v2 Group: Applications/System -Source0: http://ftp.zresearch.com/pub/gluster/glusterfs/1.2/%{name}-%{version}.tar.gz -# Source0-md5: f0a545f10176a77d93472b64db061781 -Patch0: %{name}-DESTDIR.patch +Source0: http://ftp.zresearch.com/pub/gluster/glusterfs/1.3/%{name}-%{version}.tar.gz +# Source0-md5: ede5fe1e17e7c333536400e138a084f1 URL: http://gluster.org/glusterfs.php BuildRequires: bison BuildRequires: flex @@ -37,10 +37,10 @@ %prep %setup -q -%patch0 -p1 %build -%configure +%configure \ + --disable-ibverbs %{__make} %install @@ -54,13 +54,14 @@ %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog NEWS README -%attr(755,root,root) %{_libdir}/*.so +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_libdir}/*.so.* %dir %{_libdir}/glusterfs/* -# XXX: dup (%dir for some *.so) -%attr(755,root,root) %{_libdir}/glusterfs/*/*so %dir %{_libdir}/glusterfs/*/* %attr(755,root,root) %{_libdir}/glusterfs/*/*/*so +%dir %{_libdir}/glusterfs/*/*/* +%attr(755,root,root) %{_libdir}/glusterfs/*/*/*/*so + %attr(755,root,root) %{_sbindir}/* %{_sysconfdir}/%{name}/%{name}* %attr(755,root,root) /sbin/mount.* @@ -71,6 +72,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008-01-01 23:02:56 matkor +- Version 1.3.7-0.1. + Revision 1.2 2007-04-05 13:49:34 qboosh - pl - Group changed to Applications/System ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/glusterfs.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
