e-smith-starterwebsite/e-smith-starterwebsite.spec

134 lines
4.0 KiB
RPMSpec
Raw Permalink Normal View History

# $Id: e-smith-starterwebsite.spec,v 1.4 2017/04/12 21:08:23 unnilennium Exp $
Summary: e-smith server and gateway - starterwebsite module
%define name e-smith-starterwebsite
Name: %{name}
%define version 2.6.0
%define release 5
Version: %{version}
Release: %{release}%{?dist}
License: GPL
Group: Networking/Daemons
Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch
Requires: e-smith-base
Requires: e-smith-formmagick >= 1.4.0-9
BuildRequires: e-smith-devtools >= 1.13.1-03
AutoReqProv: no
%description
e-smith server and gateway software - starterwebsite module.
%changelog
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.0-5.sme
- Roll up patches and move to git repo [SME: 12338]
* Wed Jul 12 2023 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
by assuming the date is correct and changing the weekday.
* Wed Apr 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
- fix can't chownfile index file [SME: 9900]
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme
- Use CreateLinks instead of local functions so panel links point on the
wrapper [SME: 9393]
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
- Rebuild for [SME: 9393]
* Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
- Initial release to sme10
* Thu Mar 27 2014 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme
- Correctly update the location of Primary index.html [SME: 8289]
* Thu Mar 27 2014 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme
- Update location of Primary index.html [SME: 8289]
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
- Roll new stream for sme9
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
- Roll new stream to separate sme7/sme8 trees [SME: 4633]
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.0.0-3
- Remove <base> tags now in general [SME: 3922]
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
- Clean up spec so package can be built by koji/plague
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
- Update to new release naming. No functional changes.
- Make Packager generic
* Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-01
- Roll stable stream version. [SME: 1016]
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 0.2.2-02
- Add COPYING file
* Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
- [0.2.2-01]
- Remove L10Ns from base packages [SF: 1309520]
* Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
- [0.2.1-01]
- New dev stream before relocating L10Ns
* Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
- [0.2.0-04]
- Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
* Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
- [0.2.0-03]
- And add the correct file to the correct package [SF: 1293325]
* Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
- [0.2.0-02]
- Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
* Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
- [0.2.0-01]
- Changing version to stable stream number - 0.2.0
* Wed May 7 2003 Lijie Deng <lijied@e-smith.com>
- [0.1.0-04]
- Add fr and es lexicon for starterwebsite [lijied 3793]
* Mon Apr 7 2003 Gordon Rowell <gordonr@e-smith.com>
- [0.1.0-03]
- Removed emacs leftovers [gordonr 8073]
* Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
- [0.1.0-02]
- Modified the starterwebsite panel order [lijied 7356]
- Split en-us lexicon from panel [lijied 4030]
* Mon Jan 06 2003 Mark Knox <m_knox@mitel.com>
- [0.1.0-01]
- Initial import from e-smith-base [markk 5509]
%prep
%setup
%pre
%post
%build
perl createlinks
%install
rm -rf $RPM_BUILD_ROOT
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > e-smith-%{version}-filelist
echo "%doc COPYING" >> e-smith-%{version}-filelist
%clean
rm -rf $RPM_BUILD_ROOT
%files -f e-smith-%{version}-filelist
%defattr(-,root,root)