rpms/ltsp-utils/devel ltsp-utils.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Joost Soeterbroek (jsoeterb) fedora-extras-commits at redhat.com
Sun Apr 23 13:17:25 UTC 2006


Author: jsoeterb

Update of /cvs/extras/rpms/ltsp-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25500/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ltsp-utils.spec 
Log Message:
auto-import ltsp-utils-0.25-2 on branch devel from ltsp-utils-0.25-2.src.rpm


--- NEW FILE ltsp-utils.spec ---
Summary:   Linux Terminal Server Project (ltsp.org) utilities
Name:      ltsp-utils
Version:   0.25
Release:   2
License:   GPL
URL:       http://www.ltsp.org
Group:     Applications/System
Source:    http://ltsp.mirrors.tds.net/pub/ltsp/utils/%{name}-%{version}-0.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n )
BuildArch: noarch
Requires:  dhcp
Requires:  nfs-utils
Requires:  tftp-server
Requires:  perl(LWP), perl(URI), perl(Digest::MD5), perl(Term::Cap)

%description
This package includes the following utilities for LTSP server:
  ltspadmin   For installing and managing the packages
              on an LTSP server.
  ltspcfg     For configuring the services on an LTSP server.
  ltspinfo    For querying the workstation, to learn things,
              such as which sound daemon is being used.

%prep
%setup -n %{name}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install ltspadmin ltspcfg $RPM_BUILD_ROOT%{_sbindir}
install ltspinfo $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ChangeLog notes.txt COPYING
%{_bindir}/ltspinfo
%{_sbindir}/ltspadmin
%{_sbindir}/ltspcfg

%changelog
* Sun Apr 23 2006 Joost Soeterbroek <fedora at soeterbroek.com> - 0.25-2
- applied patch pertusus at free.fr
* Sat Apr 22 2006 <fedora at soeterbroek.com> - 0.25-1
- rebuild for upstream version 0.25
* Wed Apr 12 2006 Joost Soeterbroek <fedora at soeterbroek.com> - 0.22-3
- removed Requires for perl-libwww-perl, perl-URI
* Wed Apr 12 2006 Joost Soeterbroek <fedora at soeterbroek.com> - 0.22-2
- added Requires for perl(LWP), perl(URI), perl(Digest::MD5), perl(Term::Cap)
* Tue Apr 11 2006 Joost Soeterbroek <fedora at soeterbroek.com> - 0.22-1
- rebuild for FE
* Mon Apr 10 2006 Jim McQuillan <jam at Ltsp.org>
- ltaspadmin - Fixed a problem handling non-numeric version/release numbers
* Sun Apr 9 2006 Jim McQuillan <jam at Ltsp.org>
- ltspcfg - Fixed problems with GDM and KDM on both Fedora FC5 and Ubuntu
- ltspadmin - Fixed problem with missing Termcap entries
- ltspadmin - Made it handle ltspcfg croaking a little nicer.
* Tue Apr 4 2006 Jim McQuillan <jam at Ltsp.org>
- ltspcfg - Changed the content that we write to dhcpd.conf, to include
  the auto-hostname stuff.
- ltspadmin - Added support for LTSP-4.2.  Also, it looks out for older
  versions of ltsp, to make sure you can't overwrite an existing installation.
- ltspcfg - fixed the problem with xdmcp showing up as NOT enabled.
- ltspadmin - Updated the pkgformat to 0.5, to support the new LTSP-4.2
  packages.
- ltspcfg - fixed autodetection of ubuntu/Breezy, and cleaned up the
  message about portmap on Debian.
* Wed Mar 16 2005 Jim McQuillan <jam at Ltsp.org>
- Changed the default url to be: http://ltsp.mirrors.tds.net/pub/ltsp/ltsp-4.1/
- Changed it to use a package.list file, rather than downloading each .ltsp
  file separately.
* Wed Aug 25 2004 Jim McQuillan <jam at Ltsp.org>
- Added code to deal with missing perl modules more gracefully.
- Added filtering of of multiple versions of the same program,
  so that only the latest version will get installed.
* Mon Aug 16 2004 Jim McQuillan <jam at Ltsp.org>
- Fixed problem with the version number in ltspadmin. It was being
  treated as a floating point number, so 0.10 was coming out as
  0.1.  I changed it to a string, and now it appears correct.
* Fri Aug 13 2004 Jim McQuillan <jam at Ltsp.org>
- Added binmode() to the download function. This fixes problems with
  md5sum mismatches that some people were having.  Thanks to
  Scott Chapman.
- Added testing for the LWP module, along with a reasonable message
  displays if LWP is not found.
* Wed Aug 4 2004 Jim McQuillan <jam at Ltsp.org>
- Fixed LANG problem in ltspadmin. It was causing md5 mismatches
* Tue Aug 3 2004 Jim McQuillan <jam at Ltsp.org>
- Added progress indicator to download screens
* Tue Jul 27 2004 Jim McQuillan <jam at Ltsp.org>
- Fixed problem in ltspcfg where it was missing the "disable" line
  in /etc/xinetd.d/tftp.
- Added progress indicator in ltspadmin
* Tue Jul 13 2004 Jim McQuillan <jam at Ltsp.org>
- Fixed testing of root in install.sh
- Moved ltspinfo to /usr/bin, instead of /usr/sbin
* Mon Jul 12 2004 Jim McQuillan <jam at Ltsp.org>
- Added ltspinfo
- Lots of fixes to ltspcfg contributed by Emiliano Gabrielli, mostly
  for Debian things.
- Fix to the Languange environment variables, to work better internationally
* Sat Jun 26 2004 Jim McQuillan <jam at Ltsp.org>
- Fixed accumulating of component size. It wasn't zeroing the total, so
  returning to the component list window would keep adding to the total.
* Thu Jun 24 2004 Jim McQuillan <jam at Ltsp.org>
- First build of the RPM package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ltsp-utils/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Apr 2006 13:16:56 -0000	1.1
+++ .cvsignore	23 Apr 2006 13:17:25 -0000	1.2
@@ -0,0 +1 @@
+ltsp-utils-0.25-0.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ltsp-utils/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Apr 2006 13:16:56 -0000	1.1
+++ sources	23 Apr 2006 13:17:25 -0000	1.2
@@ -0,0 +1 @@
+cb8197dddb83df25b70abd93a0dbd865  ltsp-utils-0.25-0.tgz




More information about the scm-commits mailing list