]> git.pld-linux.org Git - packages/ezpublish.git/blob - ezpublish.spec
164d6ca76ba0f6c57a77a70acff9020a3377ac50
[packages/ezpublish.git] / ezpublish.spec
1 Summary:        eZ publish content management system
2 Summary(pl):    eZ publish - system zarz±dzania tre¶ci±
3 Name:           ezpublish
4 Version:        3.5.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Publishing
8 Source0:        http://www.ez.no/content/download/80973/327487/file/ezpublish-3.5.1.tar.bz2
9 # Source0-md5:  e2a9c8b79edba287f2624fd3aa9259ae
10 URL:            http://ez.no/
11 BuildRequires:  mysql-libs
12 Requires:       apache
13 Requires:       apache-mod_rewrite
14 Requires:       php
15 Requires:       php-gd
16 Requires:       php-pcre
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 eZ publish is an open source content management system and development
21 framework.
22
23 %description -l pl
24 eZ publish jest systemem zarz±dzania tre¶ci± z otwartym kodem
25 ¼ród³owym.
26
27 %prep
28 %setup -q 
29
30 %build
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 # create directories if necessary
36 #install -d $RPM_BUILD_ROOT
37
38 #chmod og+rwx -R var
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
49 %attr(755,root,root) %{_bindir}/*
50 %{_datadir}/%{name}
This page took 0.076411 seconds and 2 git commands to generate.