]> git.pld-linux.org Git - packages/ezpublish.git/blob - ezpublish.spec
- partial cleanup
[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.4.0
5 Release:        0.1
6 License:        GPL
7 Group:          Networking/Daemons
8 Source0:        http://ez.no/content/download/59322/158350/file/%{name}-%{version}.tar.bz2
9 # Source0-md5:  3512cd5e1b9624c35e3ef56dcdf4fcbd
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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 eZ publish is an open source content management system and development
20 framework.
21
22 %description -l pl
23 eZ publish jest systemem zarz±dzania tre¶ci± z otwartym kodem
24 ¼ród³owym.
25
26 %prep
27 %setup -q 
28
29 %build
30 # if ac/am/* rebuilding is necessary, do it in this order and add
31 # appropriate BuildRequires
32 #%{__gettextize}
33 #%{__aclocal}
34 #%{__autoconf}
35 #%{__autoheader}
36 #%{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 # create directories if necessary
43 #install -d $RPM_BUILD_ROOT
44
45 #chmod og+rwx -R var
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
56 %attr(755,root,root) %{_bindir}/*
57 %{_datadir}/%{name}
This page took 0.096326 seconds and 4 git commands to generate.