]> git.pld-linux.org Git - packages/ezpublish.git/blame - ezpublish.spec
- tabs in preamble
[packages/ezpublish.git] / ezpublish.spec
CommitLineData
3e838100 1Summary: eZ publish content management system
8840c1c0 2Summary(pl.UTF-8): eZ publish - system zarządzania treścią
3e838100 3Name: ezpublish
9bc22bc9 4Version: 3.5.1
bb149791 5Release: 2
3e838100 6License: GPL
9bc22bc9 7Group: Applications/Publishing
bb149791 8Source0: http://www.ez.no/content/download/80973/327487/file/%{name}-%{version}.tar.bz2
9bc22bc9 9# Source0-md5: e2a9c8b79edba287f2624fd3aa9259ae
26dabd5f 10URL: http://ez.no/
c1ea82b1 11Requires: apache(mod_rewrite)
bb149791
ER
12Requires: php(gd)
13Requires: php(pcre)
14Requires: webserver = apache
15Requires: webserver(php)
5dfd19b3 16BuildArch: noarch
3e838100 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20eZ publish is an open source content management system and development
21framework.
22
0ac999ef
JR
23%description -l pl.UTF-8
24eZ publish jest systemem zarządzania treścią z otwartym kodem
25źródłowym.
3e838100 26
27%prep
bb149791 28%setup -q
3e838100 29
26dabd5f 30%build
3e838100 31%{__make}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35# create directories if necessary
36#install -d $RPM_BUILD_ROOT
37
38#chmod og+rwx -R var
3e838100 39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
3e838100 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.058693 seconds and 4 git commands to generate.