Author: glen Date: Sun Mar 4 17:47:41 2012 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.1
---- Files affected: packages/ltspfs: ltspfs.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: packages/ltspfs/ltspfs.spec diff -u packages/ltspfs/ltspfs.spec:1.5 packages/ltspfs/ltspfs.spec:1.6 --- packages/ltspfs/ltspfs.spec:1.5 Sat Jan 29 01:46:01 2011 +++ packages/ltspfs/ltspfs.spec Sun Mar 4 18:47:35 2012 @@ -1,18 +1,19 @@ # $Revision$, $Date$ Summary: LTSP file system, daemon that runs on thin clients Name: ltspfs -Version: 0.5.12 -Release: 0.1 +Version: 1.1 +Release: 0.2 License: GPL v2 Group: Base # where are sources? Source0: ftp://ftp.debian.org/debian/pool/main/l/ltspfs/%{name}_%{version}.orig.tar.gz -# Source0-md5: b2b952863788ca0909dc43293c5071e7 +# Source0-md5: 09b88d944bf2b8c4b3d28447784acb35 URL: http://www.ltsp.org/twiki/bin/view/Ltsp/LtspFS BuildRequires: glib2-devel BuildRequires: libfuse-devel BuildRequires: pkgconfig BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.643 BuildRequires: xorg-lib-libX11-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -26,7 +27,14 @@ %package -n ltspfsd Summary: LTSP file system, userspace FUSE module that runs on a server Group: Base -Requires: xorg-x11-utils +Requires: xorg-app-xdpyinfo +Requires: xorg-app-xev +Requires: xorg-app-xlsatoms +Requires: xorg-app-xlsclients +Requires: xorg-app-xlsfonts +Requires: xorg-app-xprop +Requires: xorg-app-xvinfo +Requires: xorg-app-xwininfo %description -n ltspfsd Fuse based remote filesystem daemon for LTSP thin clients LtspFS is a @@ -39,15 +47,22 @@ %setup -q %build -%configure +%{__aclocal} +%{__autoconf} +%{__automake} +%configure \ + UDEV_RULES_PATH=/lib/udev/rules.d %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ + UDEV_RULES_PATH=/lib/udev/rules.d \ DESTDIR=$RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_localstatedir}/run/devices +install -d $RPM_BUILD_ROOT%{systemdtmpfilesdir} +echo 'd %{_localstatedir}/run/devices 0755 root root -' > $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}d.conf %clean rm -rf $RPM_BUILD_ROOT @@ -64,13 +79,17 @@ %files -n ltspfsd %defattr(644,root,root,755) -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/udev/rules.d/88-ltsp.rules +/lib/udev/rules.d/ltspfsd.rules +%{systemdtmpfilesdir}/ltspfsd.conf %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 %{_datadir}/ldm +%dir %{_datadir}/ltsp +%dir %{_datadir}/ltsp/xinitrc.d +%{_datadir}/ltsp/xinitrc.d/I05-set-ltspfs_token %{_mandir}/man1/ltspfsd.1* %{_mandir}/man1/cdpinger.1* %{_mandir}/man1/ltspfs_mount.1* @@ -83,6 +102,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2012/03/04 17:47:35 glen +- up to 1.1 + Revision 1.5 2011/01/29 00:46:01 sparky - BR: libfuse-devel, pkgconfig, rpm-pythonprov, xorg-lib-libX11-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ltspfs/ltspfs.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
