/[smeserver]/rpms/e-smith-manager/sme8/e-smith-manager.spec
ViewVC logotype

Diff of /rpms/e-smith-manager/sme8/e-smith-manager.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by slords, Sun Jul 1 14:28:47 2007 UTC Revision 1.9 by slords, Thu May 15 13:38:34 2008 UTC
# Line 2  Summary: e-smith manager navigation modu Line 2  Summary: e-smith manager navigation modu
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 17
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 15  Patch3: e-smith-manager-1.14.0-formresty Line 15  Patch3: e-smith-manager-1.14.0-formresty
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    Patch8: e-smith-manager-1.14.0-utf8.patch
20    Patch9: e-smith-manager-1.14.0-utf8.patch2
21    Patch10: e-smith-manager-1.14.0-generalnav.patch
22    Patch11: e-smith-manager-1.14.0-pleasewait.patch
23    Patch12: e-smith-manager-1.14.0-navdbfix.patch
24    Patch13: e-smith-manager-1.14.0-encoding.patch
25  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
26  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
27  BuildRequires: gettext  BuildRequires: gettext
# Line 25  Provides: server-manager Line 32  Provides: server-manager
32  AutoReqProv: no  AutoReqProv: no
33    
34  %changelog  %changelog
35    * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-17
36    - No longer remove navigation dbs. [SME: 4147]
37    - Deal a little more gracefully with non UTF-8 lexicons [SME: 4229]
38    
39    * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.14.0-16
40    - Remove navigation dbs and create new [SME: 4147]
41    
42    * Fri Mar 28 2008 Shad L. Lords <slords@mail.com> 1.14.0-15
43    - Remove last remnant of pleasewait [SME: 4130]
44    
45    * Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 1.14.0-14
46    - Include general lexicons in nav-config [SME: 4113]
47    
48    * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.14.0-13
49    - Fix wide output to print in navigation and allow navigations db to
50      be utf8 [SME: 4101]
51    
52    * Sat Mar 22 2008 Shad L. Lords <slords@mail.com> 1.14.0-12
53    - Fix UTF-8 encoding in header and nav-conf [SME: 4072]
54    
55    * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-11
56    - Fix to remove spaces and newlines in panel headers [SME: 3346]
57    
58    * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-10
59    - remove the FormMagick session files [SME: 3723]
60    
61    * Tue Jan 08 2008 Stephen Noble <support@dungog.net> 1.14.0-9
62    - Remove spaces and newlines in panel headers [SME: 3346]
63    
64  * 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
65  - Make login/logout no quite so verbose.  - Make login/logout no quite so verbose. [SME: 2660]
66    
67  * 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
68  - Use correct lib for modules  - Use correct lib for modules
# Line 576  This RPM contributes the navigation bars Line 612  This RPM contributes the navigation bars
612  %patch4 -p1  %patch4 -p1
613  %patch5 -p1  %patch5 -p1
614  %patch6 -p1  %patch6 -p1
615    %patch7 -p1
616    %patch8 -p1
617    %patch9 -p1
618    %patch10 -p1
619    %patch11 -p1
620    %patch12 -p1
621    %patch13 -p1
622    
623  %build  %build
624  perl createlinks  perl createlinks
# Line 640  rm -rf $RPM_BUILD_ROOT Line 683  rm -rf $RPM_BUILD_ROOT
683  %pre  %pre
684  %preun  %preun
685  %post  %post
686    find /etc/e-smith/web/panels/manager/cgi-bin/ -type f | \
687        sed -n '/\/[0-9a-z]\{32\}$/p' | \
688        xargs grep -l Persisten | \
689        xargs rm -f
690    
691  %postun  %postun
692    
693  %files -f %{name}-%{version}-%{release}-filelist  %files -f %{name}-%{version}-%{release}-filelist


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed