Author: glen Date: Wed Mar 18 02:36:37 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - pldize
---- Files affected: SPECS: ltspfs.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/ltspfs.spec diff -u SPECS/ltspfs.spec:1.1 SPECS/ltspfs.spec:1.2 --- SPECS/ltspfs.spec:1.1 Wed Mar 18 01:07:37 2009 +++ SPECS/ltspfs.spec Wed Mar 18 03:36:32 2009 @@ -9,16 +9,11 @@ Source0: http://ftp.de.debian.org/debian/pool/main/l/ltspfs/%{name}_%{version}.orig.tar.gz # Source0-md5: a77b64d6449aebf9def3de2dd48d9e21 URL: http://www.ltsp.org/twiki/bin/view/Ltsp/LtspFS +#BuildRequires: X11-devel #BuildRequires: fuse-devel BuildRequires: glib2-devel -#BuildRequires: X11-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%package -n ltspfsd -Summary: LTSP file system, userspace FUSE module that runs on a server -Group: Base -Requires: xorg-x11-utils - %description Fuse based remote filesystem for LTSP thin clients LtspFS is a remote filesystem consisting of two parts: 1) A network server daemon that @@ -26,6 +21,10 @@ the server, that connects with the daemon on the client. This package contains the userspace parts for the LTSP server. +%package -n ltspfsd +Summary: LTSP file system, userspace FUSE module that runs on a server +Group: Base +Requires: xorg-x11-utils %description -n ltspfsd Fuse based remote filesystem daemon for LTSP thin clients LtspFS is a @@ -46,7 +45,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_localstatedir}/run/devices/ +install -d $RPM_BUILD_ROOT%{_localstatedir}/run/devices %clean rm -rf $RPM_BUILD_ROOT @@ -63,18 +62,18 @@ %files -n ltspfsd %defattr(644,root,root,755) +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/88-ltsp.rules +%attr(755,root,root) /lib/udev/ltspfs_entry %attr(755,root,root) %{_bindir}/ltspfsd %attr(755,root,root) %{_sbindir}/cdpinger %attr(755,root,root) %{_sbindir}/ltspfs_mount %attr(755,root,root) %{_sbindir}/ltspfs_umount -%{_sysconfdir}/udev/rules.d/88-ltsp.rules -/lib/udev/ltspfs_entry -%{_datadir}/ldm/ +%{_datadir}/ldm %{_mandir}/man1/ltspfsd.1* %{_mandir}/man1/cdpinger.1* %{_mandir}/man1/ltspfs_mount.1* %{_mandir}/man1/ltspfs_umount.1* -%dir %{_localstatedir}/run/devices/ +%dir %{_localstatedir}/run/devices %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -82,6 +81,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2009/03/18 02:36:32 glen +- pldize + Revision 1.1 2009/03/18 00:07:37 zbyniu - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ltspfs.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
