2 |
%define name e-smith-manager |
%define name e-smith-manager |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.14.0 |
%define version 1.14.0 |
5 |
%define release 8 |
%define release 11 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
15 |
Patch4: e-smith-manager-1.14.0-tktport80.patch |
Patch4: e-smith-manager-1.14.0-tktport80.patch |
16 |
Patch5: e-smith-manager-1.14.0-lib64.patch |
Patch5: e-smith-manager-1.14.0-lib64.patch |
17 |
Patch6: e-smith-manager-1.14.0-nowarnings.patch |
Patch6: e-smith-manager-1.14.0-nowarnings.patch |
18 |
|
Patch7: e-smith-manager-1.14.0-lexiconSpaces.patch2 |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
21 |
BuildRequires: gettext |
BuildRequires: gettext |
26 |
AutoReqProv: no |
AutoReqProv: no |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-11 |
30 |
|
- Fix to remove spaces and newlines in panel headers [SME: 3346] |
31 |
|
|
32 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-10 |
33 |
|
- remove the FormMagick session files [SME: 3723] |
34 |
|
|
35 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-9 |
36 |
|
- Remove spaces and newlines in panel headers [SME: 3346] |
37 |
|
|
38 |
* Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-8 |
* Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-8 |
39 |
- Make login/logout no quite so verbose. |
- Make login/logout no quite so verbose. [SME: 2660] |
40 |
|
|
41 |
* Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.14.0-7 |
* Fri May 18 2007 Shad L. Lords <slords@mail.com> 1.14.0-7 |
42 |
- Use correct lib for modules |
- Use correct lib for modules |
586 |
%patch4 -p1 |
%patch4 -p1 |
587 |
%patch5 -p1 |
%patch5 -p1 |
588 |
%patch6 -p1 |
%patch6 -p1 |
589 |
|
%patch7 -p1 |
590 |
|
|
591 |
%build |
%build |
592 |
perl createlinks |
perl createlinks |
651 |
%pre |
%pre |
652 |
%preun |
%preun |
653 |
%post |
%post |
654 |
|
find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \ |
655 |
|
sed -n '/\/[0-9a-z]\{32\}$/p' | \ |
656 |
|
xargs grep -l Persisten | \ |
657 |
|
xargs rm -f |
658 |
|
|
659 |
%postun |
%postun |
660 |
|
|
661 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |