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

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

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

Revision 1.1 by stephdl, Fri Feb 5 22:38:38 2016 UTC Revision 1.4 by unnilennium, Wed Mar 23 13:23:20 2016 UTC
# Line 1  Line 1 
1  # $Id: e-smith-manager.spec,v 1.15 2016/02/05 16:41:09 vip-ire Exp $  # $Id: e-smith-manager.spec,v 1.3 2016/03/18 14:14:48 unnilennium Exp $
2    
3  Summary: e-smith manager navigation module  Summary: e-smith manager navigation module
4  %define name e-smith-manager  %define name e-smith-manager
5  Name: %{name}  Name: %{name}
6  %define version 2.8.0  %define version 2.8.0
7  %define release 1  %define release 4
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13    Patch0: e-smith-manager-2.8.0-fixsyntax.patch
14  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
15  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
16  BuildRequires: gettext  BuildRequires: gettext
# Line 18  Requires: e-smith-lib >= 1.18.0-26 Line 19  Requires: e-smith-lib >= 1.18.0-26
19  Requires: mod_auth_tkt  Requires: mod_auth_tkt
20  Requires: pwauth  Requires: pwauth
21  Requires: perl(Apache::AuthTkt)  Requires: perl(Apache::AuthTkt)
 Requires: perl-suidperl  
22  Provides: server-manager  Provides: server-manager
23  AutoReqProv: no  AutoReqProv: no
24    
25  %changelog  %changelog
26    * Wed Mar 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-4.sme
27    - fix syntax for httpd 2.4 [SME: 9365]
28    
29    * Fri Mar 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8.0-3.sme
30    - rebuild for Bug [SME: 9347]
31    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
32      by assuming the date is correct and changing the weekday.
33      Wed Mar 14 2000 --> Wed Mar 08 2000 or Tue Mar 14 2000 or Wed Mar 15 2000 or ....
34      Wed Apr 04 2002 --> Wed Apr 03 2002 or Thu Apr 04 2002 or Wed Apr 10 2002 or ....
35      Tue May 15 2008 --> Tue May 13 2008 or Thu May 15 2008 or Tue May 20 2008 or ....
36    
37    * Fri Mar 18 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-2.sme
38    - Don't require perl-suidperl anymore [SME: 9339]
39    
40  * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.8.0-1.sme  * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.8.0-1.sme
41  - Initial release to sme10  - Initial release to sme10
42    
# Line 34  AutoReqProv: no Line 48  AutoReqProv: no
48  - Don't redirect to http when login in/out of the server-manager from  - Don't redirect to http when login in/out of the server-manager from
49    localhost [SME: 9163]    localhost [SME: 9163]
50    
51  * Wed Jan 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme  * Tue Jan 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
52  - Allow access to the server-manager without SSL from the loopback  - Allow access to the server-manager without SSL from the loopback
53    [SME: 9163]    [SME: 9163]
54    
# Line 99  AutoReqProv: no Line 113  AutoReqProv: no
113  * Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 1.14.0-18  * Tue Jul 1 2008 Shad L. Lords <slords@mail.com> 1.14.0-18
114  - Fix open of database to create if necessary [SME: 4147]  - Fix open of database to create if necessary [SME: 4147]
115    
116  * Tue May 15 2008 Shad L. Lords <slords@mail.com> 1.14.0-17  * Thu May 15 2008 Shad L. Lords <slords@mail.com> 1.14.0-17
117      Tue May 15 2008 --> Tue May 13 2008 or Thu May 15 2008 or Tue May 20 2008 or ....
118  - No longer remove navigation dbs. [SME: 4147]  - No longer remove navigation dbs. [SME: 4147]
119  - Deal a little more gracefully with non UTF-8 lexicons [SME: 4229]  - Deal a little more gracefully with non UTF-8 lexicons [SME: 4229]
120    
# Line 544  AutoReqProv: no Line 559  AutoReqProv: no
559  - [1.5.1-01]  - [1.5.1-01]
560  - navigation is now polymorphic and does noframes as well [gordonr #3155]  - navigation is now polymorphic and does noframes as well [gordonr #3155]
561    
562  * Wed Apr 04 2002 Gordon Rowell <gordonr@e-smith.com>  * Thu Apr 04 2002 Gordon Rowell <gordonr@e-smith.com>
563      Wed Apr 04 2002 --> Wed Apr 03 2002 or Thu Apr 04 2002 or Wed Apr 10 2002 or ....
564  - [1.5.0-01]  - [1.5.0-01]
565  - Rolled to development stream [gordonr]  - Rolled to development stream [gordonr]
566    
# Line 664  AutoReqProv: no Line 680  AutoReqProv: no
680  - [0.1.1-02]  - [0.1.1-02]
681  - changing CELLPADDING in navigation from 4 to 2.  - changing CELLPADDING in navigation from 4 to 2.
682    
683  * Wed Mar 14 2000 Charlie Brady <charlieb@e-smith.com>  * Tue Mar 14 2000 Charlie Brady <charlieb@e-smith.com>
684      Wed Mar 14 2000 --> Wed Mar 08 2000 or Tue Mar 14 2000 or Wed Mar 15 2000 or ....
685  - initial release  - initial release
686    
687  %description  %description
# Line 672  This RPM contributes the navigation bars Line 689  This RPM contributes the navigation bars
689    
690  %prep  %prep
691  %setup  %setup
692    %patch0 -p1
693    
694    
695  %build  %build
696  perl createlinks  perl createlinks


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