]> git.pld-linux.org Git - packages/Zope-ExtFile.git/blob - Zope-ExtFile.spec
bc59dad322b8a16b9f43b086011b35100d23e8c5
[packages/Zope-ExtFile.git] / Zope-ExtFile.spec
1 %define         zope_subname    ExtFile
2 Summary:        Product stores large files in an external file-repository
3 Summary(pl):    Produkt umo¿liwiaj±cy obs³ugê du¿ych plików w zewnêtrznych repozytoriach
4 Name:           Zope-%{zope_subname}
5 Version:        1.4.2
6 Release:        1
7 License:        Distributable
8 Group:          Development/Tools
9 Source0:        http://zope.org/Members/shh/%{zope_subname}/%{version}/%{zope_subname}-%{version}.tar.gz
10 # Source0-md5:  4fdf93b56ee148c10ffcd69feddcf3c9
11 URL:            http://zope.org/Members/shh/ExtFile/
12 %pyrequires_eq  python-modules
13 Requires:       python-Imaging
14 Requires:       Zope
15 Requires(post,postun):  /usr/sbin/installzopeproduct
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 The ExtFile Product stores large files in an external file-repository
21 and is able to display icons for different MIME-Types.
22
23 %description -l pl
24 Produkt ExtFile umo¿liwia obs³ugê du¿ych plików w zewnêtrznych
25 repozytoriach i wy¶wietlanie ich ikonek dla ró¿nych typów MIME.
26
27 %prep
28 %setup -q -n %{zope_subname}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
33
34 cp -af {Extensions,dtml,icons,tests,utilities,www,*.py,version.txt,refresh.txt} $RPM_BUILD_ROOT%{_datadir}/%{name}
35
36 %py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
37 %py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name}
38
39 # find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;;
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %post
45 /usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname}
46 if [ -f /var/lock/subsys/zope ]; then
47         /etc/rc.d/init.d/zope restart >&2
48 fi
49
50 %postun
51 if [ "$1" = "0" ]; then
52         /usr/sbin/installzopeproduct -d %{zope_subname}
53         if [ -f /var/lock/subsys/zope ]; then
54                 /etc/rc.d/init.d/zope restart >&2
55         fi
56 fi
57
58 %files
59 %defattr(644,root,root,755)
60 %doc doc-1.1/ CHANGES.txt README.txt UPGRADE.txt
61 %{_datadir}/%{name}
This page took 0.065838 seconds and 2 git commands to generate.