/[smecontribs]/rpms/smeserver-unjunkmgr/contribs10/smeserver-unjunkmgr.spec
ViewVC logotype

Diff of /rpms/smeserver-unjunkmgr/contribs10/smeserver-unjunkmgr.spec

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

Revision 1.5 by jcrisp, Tue Nov 24 14:32:30 2020 UTC Revision 1.9 by jpp, Sun Nov 7 03:46:04 2021 UTC
# Line 1  Line 1 
1  # $Id: smeserver-unjunkmgr.spec,v 1.4 2020/11/18 18:43:36 brianr Exp $  # $Id: smeserver-unjunkmgr.spec,v 1.8 2021/06/01 15:32:27 jpp Exp $
2  # Authority: jesperknudsen  # Authority: jesperknudsen
3  # Name: Jesper Knudsen  # Name: Jesper Knudsen
4    
5  Summary: SME Server UnJunk Manager  Summary: SME Server UnJunk Manager
6  %define name smeserver-unjunkmgr  %define name smeserver-unjunkmgr
7  %define version 3.1  %define version 3.1
8  %define release 1  %define release 5
9  Name: %{name}  Name: %{name}
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
13  Group: SME Server/addon  Group: SME Server/addon
14  Source: %{name}-%{version}.tgz  Source: %{name}-%{version}.tgz
15  #Patch0: smeserver-unjunkmgr-bzxxxxx-patch.patch  Patch0: smeserver-unjunkmgr-cleanup-index-php.patch
16    #Patch1: smeserver-unjunkmgr-bzxxxxx-fix-stuff.patch
17    Patch3: smeserver-unjunkmgr-3.1-Add-Update-event-to-createlinks.patch
18    Patch4: smeserver-unjunkmgr-3.1-missing-bracket.patch
19    Patch5: smeserver-unjunkmgr-3.1-bz11737.patch
20    
21  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
22  BuildArch: noarch  BuildArch: noarch
# Line 26  Requires: jpgraph Line 30  Requires: jpgraph
30  Obsoletes: sme-unjunkmgr  Obsoletes: sme-unjunkmgr
31    
32  %changelog  %changelog
33    * Sat Nov 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.1-5.sme
34    - fix unjunk links failing [SME: 11737]
35    
36    * Tue Jun 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 3.1-4.sme
37    - fix missing curly bracket and indentation [SME: 11178]
38    
39    * Thu Apr 01 2021 Brian Read <brianr@bjsystems.co.uk> 3.1-3.sme
40    - Add Update event to createlinks [SME: 11178]
41    
42    * Thu Apr 01 2021 BogusDateBot
43    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
44      by assuming the date is correct and changing the weekday.
45    
46    * Tue Nov 24 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 3.1-2.sme
47    - Add cleaned up and fixed index.php that I forgot
48    
49  * Tue Nov 24 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 3.1-1.sme  * Tue Nov 24 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 3.1-1.sme
50  - Remove jpgraph to its own rpm  - Remove jpgraph to its own rpm
51  - cleanup of various files  - cleanup of various files
# Line 48  Obsoletes: sme-unjunkmgr Line 68  Obsoletes: sme-unjunkmgr
68  - added a unjunkmgr menu entry in the server-manager [sme : 8307]  - added a unjunkmgr menu entry in the server-manager [sme : 8307]
69    
70  * Thu Jun 27 2013 JP Pialasse <tests@pialasse.com> 2.1-2.sme  * Thu Jun 27 2013 JP Pialasse <tests@pialasse.com> 2.1-2.sme
71  - fix some php deprecated and PHP warning  - Add Update event to createlinks some php deprecated and PHP warning
72  - patch1  - patch1
73    
74  * Wed Jun 26 2013 JP Pialasse <tests@pialasse.com> 2.1-1.sme  * Wed Jun 26 2013 JP Pialasse <tests@pialasse.com> 2.1-1.sme
# Line 57  Obsoletes: sme-unjunkmgr Line 77  Obsoletes: sme-unjunkmgr
77  - patch ttfpatch  - patch ttfpatch
78    
79  * Tue Jun 25 2013 JP Pialasse <tests@pialasse.com> 2.0-4.sme  * Tue Jun 25 2013 JP Pialasse <tests@pialasse.com> 2.0-4.sme
80  - fix db default [SME: 7701]  - Add Update event to createlinks db default [SME: 7701]
81  - patch0  - patch0
82  - added createlink in spec file  - added createlink in spec file
83    
# Line 90  sends out a weekly summary where they ca Line 110  sends out a weekly summary where they ca
110    
111  %prep  %prep
112  %setup  %setup
113  #%patch0 -p1  %patch0 -p1
114  #%patch1 -p1  #%patch1 -p1
115    %patch3 -p1
116    %patch4 -p1
117    %patch5 -p1
118    
119  %build  %build
120  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