Attached is the spec ripped from TurboLinux. I just downloaded it, and
haven't tried it. It's pretty simple, though, no fancy stuff.
On Sun, 09 Jul 2000, Nael Mohammad wrote:
> Greetings,
>
> Can you guys include Webmnin, Qmail, SSH and Twig in
> the next release..... ?
>
>
> For more info on webmin goto www.webmin.com, qmail
> www.qmail.org, for twig http://twig.screwdriver.net/
> and for SSH goto ssh.org and PHP4 goto www.php.net..
>
>
> Best Regards,
> Linux Dude
>
>
>
> =====
> Nael Mohammad
> [EMAIL PROTECTED]
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Get Yahoo! Mail � Free email you can access from anywhere!
> http://mail.yahoo.com/
%define distrib TurboLinux
%define nam twig
%define ver 2.3.1
%define rel 1
%define prefix /usr
Summary: TWIG - The Web Information Gateway A Web-Based Groupware Application
Name: %{nam}
Version: %{ver}
Release: %{rel}
Group: Applications/Productivity
Copyright: GPL
Source: http://twig.screwdriver.net/download/twig-%{version}.tar.gz
URL: http://twig.screwdriver.net/
Serial: 2000061901
Distribution: %{distrib}
BuildRoot: /var/tmp/%{name}-%{version}-root
#NoSource: 0
%description
TWIG is a intranet/groupware tool and application framework. It is written and implemented completely with the PHP programming language. The authors' intention is that it become a simple, cross-platform, fast, and browser-independant way to access or share almost any kind of information, without the complexity or costs of other intranet/groupware packages.
Because of the modular design of TWIG, it is fairly simple to add new features very rapidly. Here are the main features that TWIG currently supports:
E-Mail (via IMAP)
Contact Manager
Scheduling
Usenet Newsgroups
Todo Lists
Bookmarks
Please note that you must have PHP running on your web server with IMAP support
built in, along with any database connectivity you may want.
%changelog
* Wed Jun 7 2000 Hirofumi Takeda <[EMAIL PROTECTED]>
- modified spec file
- update to 2.3.1
* Mon Nov 1 1999 Roger Luethi <[EMAIL PROTECTED]>
- update to 2.0.1
* Wed Oct 27 1999 Roger Luethi <[EMAIL PROTECTED]>
- update to 2.0.0, gzipped documentation
* Tue Oct 19 1999 Roger Luethi <[EMAIL PROTECTED]>
- Initial Release: 2beta3
%prep
rm -rf $RPM_BUILD_ROOT
%setup
%build
gzip -9 CHANGELOG COPYING CREDITS FAQ INSTALL README TODO UPGRADE
gzip -9 docs/*.txt
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/home/httpd
sh twig-install $RPM_BUILD_ROOT/home/httpd/twig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc CHANGELOG.gz COPYING.gz CREDITS.gz FAQ.gz INSTALL.gz README.gz TODO.gz
%doc docs/*.txt.gz docs/AdminManual
/home/httpd/twig