]> git.pld-linux.org Git - packages/ezpublish.git/blob - ezpublish.spec
-nyf.
[packages/ezpublish.git] / ezpublish.spec
1 Summary:        eZ publish content management system
2 Summary(pl):    eZ publish system zarz±dzania zawarto¶ci±
3 Name:           ezpublish
4 Version:        3.4.0
5 Release:        0.1
6 License:        GPL
7 Group:      Networking/Daemons
8 #Vendor:                -
9 #Icon:          -
10 Source0:        http://ez.no/content/download/59322/158350/file/%{name}-%{version}.tar.bz2
11 # Source0-md5:  3512cd5e1b9624c35e3ef56dcdf4fcbd
12 #Patch0:                %{name}-what.patch
13 URL:            http://ez.no
14 BuildRequires:  mysql-libs
15 #PreReq:                -
16 #Requires(pre,post):    -
17 #Requires(preun):       -
18 #Requires(postun):      -
19 #Requires:      mysql-libs
20 #Requires:      postgresql-libs
21 Requires:       apache
22 Requires:       apache-mod_rewrite
23 Requires:       php
24 Requires:       php-gd
25
26 #Provides:      -
27 #Obsoletes:     -
28 #Conflicts:     -
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 eZ publish is an open source content management system and development
33 framework.
34
35 %description -l pl
36 eZ publish jest systemem zarz±dzania tre¶ci± z otwartym kodem ¼ród³owym.
37
38 #%package subpackage
39 #Summary:       -
40 #Summary(pl):   -
41 #Group:         -
42 #
43 #%description subpackage
44 #
45 #%description subpackage -l pl
46
47 %prep
48 %setup -q 
49 #-n %{name}-%{version}
50 #%patch0 -p1
51
52 #%build
53 # if ac/am/* rebuilding is necessary, do it in this order and add
54 # appropriate BuildRequires
55 #%{__gettextize}
56 #%{__aclocal}
57 #%{__autoconf}
58 #%{__autoheader}
59 #%{__automake}
60 %configure
61 %{__make}
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65 # create directories if necessary
66 #install -d $RPM_BUILD_ROOT
67
68 #chmod og+rwx -R var
69 #chown -R nouser.nouser var
70
71 %{__make} install \
72         DESTDIR=$RPM_BUILD_ROOT
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %pre
78
79 %post
80
81 %preun
82
83 %postun
84
85 %files
86 %defattr(644,root,root,755)
87 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
88 %attr(755,root,root) %{_bindir}/*
89 %{_datadir}/%{name}
90
91 #%files subpackage
92 #%defattr(644,root,root,755)
93 #%doc extras/*.gz
94 #%{_datadir}/%{name}-ext
This page took 0.068891 seconds and 3 git commands to generate.