rpms/ltspfs/devel ltspfs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Warren Togami 砥上勇 (wtogami) fedora-extras-commits at redhat.com
Mon Mar 10 22:18:48 UTC 2008


Author: wtogami

Update of /cvs/pkgs/rpms/ltspfs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20763/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ltspfs.spec 
Log Message:
import



--- NEW FILE ltspfs.spec ---
Name:           ltspfs
Version:        0.4.2
Release:        0.1.20080310%{?dist}
Summary:        LTSP file system, daemon that runs on thin clients

Group:          System Environment/Base
License:        GPL+
URL:            https://code.launchpad.net/ltspfs
# bzr snapshot
#   bzr checkout --lightweight -r 44 http://bazaar.launchpad.net/~ltsp-upstream/ltspfs/ltspfs-trunk
#   cd ltspfs-trunk
#   ./mkdst --test
# tarball is ltspfs-%{version}.tar.bz2
Source0:        ltspfs-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: fuse-devel
BuildRequires: libX11-devel
BuildRequires: glib2-devel

%package -n ltspfsd 
Group:          System Environment/Base
Summary:        LTSP file system, userspace FUSE module that runs on a server

%description
Fuse based remote filesystem for LTSP thin clients
 LtspFS is a remote filesystem consisting of two parts:
 1) A network server daemon that runs on the LTSP terminal.
 2) A FUSE module that runs in userspace on the server, that connects with
 the daemon on the client.
 This package contains the userspace parts for the LTSP server.


%description -n ltspfsd 
Fuse based remote filesystem daemon for LTSP thin clients
 LtspFS is a remote filesystem consisting of two parts:
 1) A network server daemon that runs on the LTSP terminal.
 2) A FUSE module that runs in userspace on the server, that connects with
 the daemon on the client.
 This package contains the daemon to be run on the LTSP thin client.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/ltspfs
%{_bindir}/lbmount
%{_sbindir}/ltspfsmounter
%{_datadir}/man/man1/ltspfs.1.gz
%{_datadir}/man/man1/lbmount.1.gz
%{_datadir}/man/man1/ltspfsmounter.1.gz

%files -n ltspfsd
%defattr(-,root,root,-)
%{_bindir}/ltspfsd
%{_sbindir}/cdpinger
%{_sbindir}/ltspfs_mount
%{_sbindir}/ltspfs_umount
%{_sysconfdir}/udev/rules.d/88-ltsp.rules
/lib/udev/add_fstab_entry
/lib/udev/remove_fstab_entry
%{_datadir}/ldm/
%{_datadir}/ldm/
%{_datadir}/man/man1/ltspfsd.1.gz

%changelog
* Mon Mar 10 2008 Warren Togami <wtogami at redhat.com> - 0.4.2-0.1.20080310
- spec fixes

* Mon Mar 10 2008 Warren Togami <wtogami at redhat.com> - 0.4.2-0.20080310
- spec fixes

* Mon Jan 14 2008 Warren Togami <wtogami at redhat.com> - 0.4.2-0.20080114
- initial package for review



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ltspfs/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Mar 2008 22:14:43 -0000	1.1
+++ .cvsignore	10 Mar 2008 22:18:10 -0000	1.2
@@ -0,0 +1 @@
+ltspfs-0.4.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ltspfs/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Mar 2008 22:14:43 -0000	1.1
+++ sources	10 Mar 2008 22:18:10 -0000	1.2
@@ -0,0 +1 @@
+7bfdb97cfa6cc732bb312ab34c9c6f4f  ltspfs-0.4.2.tar.bz2




More information about the fedora-extras-commits mailing list