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 7 |
%define release 13 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
14 |
Patch3: e-smith-manager-1.14.0-formrestyling.patch |
Patch3: e-smith-manager-1.14.0-formrestyling.patch |
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 |
18 |
|
Patch7: e-smith-manager-1.14.0-lexiconSpaces.patch2 |
19 |
|
Patch8: e-smith-manager-1.14.0-utf8.patch |
20 |
|
Patch9: e-smith-manager-1.14.0-utf8.patch2 |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
23 |
BuildRequires: gettext |
BuildRequires: gettext |
28 |
AutoReqProv: no |
AutoReqProv: no |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.14.0-13 |
32 |
|
- Fix wide output to print in navigation and allow navigations db to |
33 |
|
be utf8 [SME: 4101] |
34 |
|
|
35 |
|
* Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12 |
36 |
|
- Fix UTF-8 encoding in header and nav-conf [SME: 4072] |
37 |
|
|
38 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-11 |
39 |
|
- Fix to remove spaces and newlines in panel headers [SME: 3346] |
40 |
|
|
41 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-10 |
42 |
|
- remove the FormMagick session files [SME: 3723] |
43 |
|
|
44 |
|
* Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-9 |
45 |
|
- Remove spaces and newlines in panel headers [SME: 3346] |
46 |
|
|
47 |
|
* Sun Jul 01 2007 Shad L. Lords <slords@mail.com> 1.14.0-8 |
48 |
|
- Make login/logout no quite so verbose. [SME: 2660] |
49 |
|
|
50 |
* 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 |
51 |
- Use correct lib for modules |
- Use correct lib for modules |
52 |
|
|
594 |
%patch3 -p1 |
%patch3 -p1 |
595 |
%patch4 -p1 |
%patch4 -p1 |
596 |
%patch5 -p1 |
%patch5 -p1 |
597 |
|
%patch6 -p1 |
598 |
|
%patch7 -p1 |
599 |
|
%patch8 -p1 |
600 |
|
%patch9 -p1 |
601 |
|
|
602 |
%build |
%build |
603 |
perl createlinks |
perl createlinks |
662 |
%pre |
%pre |
663 |
%preun |
%preun |
664 |
%post |
%post |
665 |
|
find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \ |
666 |
|
sed -n '/\/[0-9a-z]\{32\}$/p' | \ |
667 |
|
xargs grep -l Persisten | \ |
668 |
|
xargs rm -f |
669 |
|
|
670 |
%postun |
%postun |
671 |
|
|
672 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |