/[smecontribs]/rpms/ovidentia/contribs7/ovidentia-6.7.4-4.spec
ViewVC logotype

Annotation of /rpms/ovidentia/contribs7/ovidentia-6.7.4-4.spec

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


Revision 1.1 - (hide annotations) (download)
Thu Nov 5 22:19:53 2009 UTC (14 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: ovidentia-6_7_4-4_el4_sme, HEAD
Import of ovidentia-6.7.4-4.src.rpm

1 slords 1.1 # $Id$
2     # Authority:
3     # Name: Bertrand DAVID
4    
5     %define name ovidentia
6     %define version 6.7.4
7     %define release 4
8    
9     Summary: Ovidentia for SME Server
10     Name: %{name}
11     Version: %{version}
12     Release: %{release}%{?dist}
13     Distribution: SMEserver
14     License: GPL
15     Group: /Web/Applications
16     Source: %{name}-%{version}.tar.gz
17     URL: http://www.ovidentia.org
18     BuildRoot: %{_tmppath}/%{name}-%{version}-root
19     BuildArchitectures: noarch
20     Requires: e-smith-devtools
21    
22     %description
23     Ovidentia is an open source content management and collaborative platform written with PHP and using a MySQL database.
24    
25     %changelog
26     * Thu Dec 23 2008 Bertrand DAVID <bertrand.david@orange-ftgroup.com>
27     - Improvement of the building process.
28    
29     * Wed Dec 18 2008 Bertrand DAVID <bertrand.david@orange-ftgroup.com>
30     - Deletion of the ovidentia's virtual host templates after removal.
31     - Improvement of the httpd restarting.
32    
33     * Fri Dec 12 2008 Bertrand DAVID <bertrand.david@orange-ftgroup.com>
34     - Expand the template httpd.conf with expand-template.
35     - Httpd restart
36     - user "www" is now the new owner of /opt/ovidentia
37    
38     %prep
39     %setup
40    
41     %build
42    
43     %install
44     /bin/rm -rf $RPM_BUILD_ROOT
45     (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
46     /bin/rm -f %{name}-%{version}-filelist
47     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
48    
49     %clean
50     /bin/rm -rf $RPM_BUILD_ROOT
51    
52     %files -f %{name}-%{version}-filelist
53     %defattr(-,root,root)

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