/[smecontribs]/rpms/smeserver-password/contribs7/smeserver-password.spec
ViewVC logotype

Contents of /rpms/smeserver-password/contribs7/smeserver-password.spec

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


Revision 1.10 - (show annotations) (download)
Tue Jul 1 20:07:15 2008 UTC (15 years, 11 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-password-1_0_0-16_el4_sme
Changes since 1.9: +7 -2 lines
* Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-16
- Apply 1 July 2008 locale patch

1 # $Id: smeserver-password.spec,v 1.9 2008/05/30 19:24:18 snetram Exp $
2 # Authority: dungog
3 # Name: Stephen Noble
4
5 %define name smeserver-password
6 %define version 1.0.0
7 %define release 16
8
9 Summary: SME Server password panel
10 Name: %{name}
11 Version: %{version}
12 Release: %{release}%{?dist}
13 License: GNU GPL version 2
14 Group: Networking/Daemons
15 Source: %{name}-%{version}.tar.gz
16 Patch0: smeserver-password-1.0.0-locale-2008-03-11.patch
17 Patch1: smeserver-password-1.0.0-locale-2008-04-01.patch
18 Patch2: smeserver-password-1.0.0-initdb.patch
19 Patch3: smeserver-password-1.0.0-locale-2008-04-22.patch
20 Patch4: smeserver-password-1.0.0-add2general.patch
21 Patch5: smeserver-password-1.0.0-locale-2008-05-07.patch
22 Patch6: smeserver-password-1.0.0-locale-2008-05-21.patch
23 Patch7: smeserver-password-1.0.0-Acctinfo.patch
24 Patch8: smeserver-password-1.0.0-locale-2008-05-30.patch
25 Patch9: smeserver-password-1.0.0-locale-2008-07-01.patch
26 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
27 BuildArchitectures: noarch
28 BuildRequires: e-smith-devtools
29 Requires: e-smith-formmagick >= 1.4.0-12
30
31 %description
32 Smeserver addon panel to change password strength and password ageing
33
34 %changelog
35 * Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-16
36 - Apply 1 July 2008 locale patch
37
38 * Fri May 30 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-15
39 - Apply 30 May 2008 locale patch
40
41 * Sat May 24 2008 Stephen Noble <support@dungog.net> - 1.0.0-14
42 - rewrite user-passwd-expiration [SME 4361]
43
44 * Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-13
45 - Apply 21 May 2008 locale patch
46 - Fixing changelog version entries
47
48 * Mon May 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-12
49 - Apply 7 May 2008 locale patch
50 - Removed missing patch of 5 May 2008, seems not committed and is
51 superseeded by the one from 7 May 2008
52
53 * Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-11
54 - Apply 5 May 2008 locale patch
55
56 * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-10
57 - Add common <base> tags to e-smith-formmagick's general
58
59 * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-9
60 - Added 22 April 2008 locale patch
61 - Moved db defaults out of spec file
62
63 * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 1.0.0-8
64 - Update to UTF-8 translations
65
66 * Tue Mar 11 2008 Stephen Noble <support@dungog.net> - 1.0.0-7
67 - update locale 2008-03-11
68
69 * Sat Mar 01 2008 Stephen Noble <support@dungog.net> - 1.0.0-6
70 - build on smecontribs
71 - default password aging = no
72
73 * Sat Mar 01 2008 Stephen Noble <support@dungog.net> - 1.0.0-5
74 - removed Italian lexicon for now
75 - removed <trans> values in general
76 - moved from collaboration to security
77
78 * Wed Jun 20 2007 Blaz <gxs@sishell.net>,Stefano Zamboni <zamboni@mind-at-work.it>
79 - 1.0.0-04
80 - Added functions to lock account and reset password age
81
82 * Wed Jan 24 2007 Blaz <gxs@sishell.net>
83 - 1.0.0-03
84 - Cosmetics fixes
85 - English typos fixing
86
87 * Wed Jan 24 2007 Stefano Zamboni <zamboni@mind-at-work.it>
88 - 1.0.0-02
89 - completed english translation
90
91 * Fri Jan 12 2007 Stefano Zamboni <zamboni@mind-at-work.it>
92 - 1.0.0-01
93 - Original version
94
95 %prep
96 %setup
97 %patch0 -p1
98 %patch1 -p1
99 %patch2 -p1
100 %patch3 -p1
101 %patch4 -p1
102 %patch5 -p1
103 %patch6 -p1
104 %patch7 -p1
105 %patch8 -p1
106 %patch9 -p1
107
108 %build
109 LEXICONS=$(find root/etc/e-smith/locale/ -type f )
110
111 for lexicon in $LEXICONS
112 do
113 /sbin/e-smith/validate-lexicon $lexicon
114 done
115
116 perl createlinks
117
118 %install
119 rm -rf $RPM_BUILD_ROOT
120 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
121 rm -f %{name}-%{version}-filelist
122 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
123 %clean
124 rm -rf $RPM_BUILD_ROOT
125 %post
126 true
127 %postun
128 true
129 %files -f %{name}-%{version}-filelist
130 %defattr(-,root,root)

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