/[smecontribs]/rpms/kronolith-h3/contribs7/kronolith-h3.spec
ViewVC logotype

Annotation of /rpms/kronolith-h3/contribs7/kronolith-h3.spec

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


Revision 1.2 - (hide annotations) (download)
Tue Mar 25 16:30:24 2008 UTC (16 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: kronolith-h3-2_1_7-1_el4_sme
Changes since 1.1: +4 -1 lines
* Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 2.1.7-1
- Updated to kronolith 2.1.7

1 slords 1.1 %define apachedir /etc/httpd
2     %define apacheuser www
3     %define apachegroup www
4     %define contentdir /home/httpd
5    
6     Summary: The web-based calendar system for Horde.
7     Name: kronolith-h3
8 slords 1.2 Version: 2.1.7
9 slords 1.1 Release: 1%{?dist}
10     License: LGPL
11     Group: Applications/Horde
12     Source: ftp://ftp.horde.org/pub/kronolith/tarballs/kronolith-h3-%{version}.tar.gz
13     URL: http://www.horde.org/
14     BuildArchitectures: noarch
15     BuildRoot: /tmp/horde-root
16     AutoReq: no
17     Requires: horde >= 3.1
18     Requires: php >= 4.3.0
19     Requires: httpd >= 2.0.46
20     Prereq: /usr/bin/perl
21    
22     %description
23     Kronolith is a web-based calendar system written in PHP and utilizing the
24     Horde Application Framework.
25    
26     The Horde Project writes web applications in PHP and releases them under
27     Open Source licenses. For more information (including help with Horde
28     and its modules) please visit http://www.horde.org/.
29    
30     This package contains customizations for SME Server
31     and will probably not work properly on other Linux systems.
32    
33     %prep
34     %setup -q -n %{name}-%{version}
35    
36     %build
37    
38     %install
39     [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
40     mkdir -p $RPM_BUILD_ROOT%{apachedir}/conf
41     mkdir -p $RPM_BUILD_ROOT%{contentdir}/html/horde/kronolith
42     cp -pR * $RPM_BUILD_ROOT%{contentdir}/html/horde/kronolith
43     cd $RPM_BUILD_ROOT%{contentdir}/html/horde/kronolith/config
44     for d in *.dist; do
45     d0=`basename $d .dist`
46     if [ ! -f "$d0" ]; then
47     cp -p $d $d0
48     fi
49     done
50    
51     %clean
52     [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
53    
54     %post
55    
56     %postun
57    
58     %files
59     %defattr(-,root,root)
60     # Include top level with %dir so not all files are sucked in
61     %dir %{contentdir}/html/horde/kronolith
62     # Include top-level files by hand
63     %{contentdir}/html/horde/kronolith/*.php
64     # Include these dirs so that all files _will_ get sucked in
65     %{contentdir}/html/horde/kronolith/js
66     %{contentdir}/html/horde/kronolith/lib
67     %{contentdir}/html/horde/kronolith/locale
68     %{contentdir}/html/horde/kronolith/po
69     %{contentdir}/html/horde/kronolith/scripts
70     %{contentdir}/html/horde/kronolith/templates
71     %{contentdir}/html/horde/kronolith/themes
72     # Mark documentation files with %doc and %docdir
73     %doc %{contentdir}/html/horde/kronolith/COPYING
74     %doc %{contentdir}/html/horde/kronolith/README
75     %docdir %{contentdir}/html/horde/kronolith/docs
76     %{contentdir}/html/horde/kronolith/docs
77     # Mark configuration files with %config and use secure permissions
78     # (note that .dist files are considered software; don't mark %config)
79     %attr(750,root,%{apachegroup}) %dir %{contentdir}/html/horde/kronolith/config
80     %defattr(640,root,%{apachegroup})
81     %{contentdir}/html/horde/kronolith/config/.htaccess
82     %{contentdir}/html/horde/kronolith/config/*.dist
83     %config %{contentdir}/html/horde/kronolith/config/*.php
84     %config %{contentdir}/html/horde/kronolith/config/*.xml
85    
86     %changelog
87 slords 1.2 * Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 2.1.7-1
88     - Updated to kronolith 2.1.7
89    
90 slords 1.1 * Mon Nov 11 2007 John H. Bennett III <bennettj@johnbennettservices.com> 2.1.6-1
91     - Updated to kronolith 2.1.6
92    
93     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
94     - Clean up spec so package can be built by koji/plague
95    
96     * Fri Mar 23 2007 John H. Bennett III <bennettj@johnbennettservices.com> 2.1.5-1
97     - Updated to kronolith 2.1.5
98    
99     * Mon Dec 4 2006 John H. Bennett III <bennettj@johnbennettservices.com> 2.1.4-00sme01
100     - Updated to kronolith 2.1.4
101    
102     * Fri Nov 24 2006 John H. Bennett III <bennettj@johnbennettservices.com> 2.1.3-00sme01
103     - Updated to kronolith 2.1.3
104    
105     * Sat Sep 9 2006 John H. Bennett III <bennettj@johnbennettservices.com> 2.1.2-00sme01
106     - Updated to kronolith 2.1.2
107    
108     * Wed Mar 1 2006 John H. Bennett III <bennettj@johnbennettservices.com> 2.0.6-1sme02
109     - Removed post and postun events
110     - Renamed to smeserver-kronolith to represent an addon product
111    
112     * Wed Feb 15 2006 John H. Bennett III <bennettj@johnbennettservices.com> 2.0.6-1sme01
113     - Initial Release of Kronolith 2.0.6 building on Greg's work
114    
115     * Thu Sep 01 2005 Greg Swallow
116     - [1.0-1sme01]
117     - Initial Release
118    
119    

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