]> git.pld-linux.org Git - packages/rox.git/blob - rox.spec
rox-filer - initial release
[packages/rox.git] / rox.spec
1 Summary:        File-manager
2 Summary(pl):    File-manager
3 Name:           rox
4 Version:        1.1.4
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(pl):      X11/Aplikacje
10 Source0:        %{name}-%{version}.tgz
11 BuildRequires:  automake autoconf
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define         _prefix         /usr/X11R6
15 %define         _mandir         %{_prefix}/man
16
17 %description
18 Description
19
20
21 %description -l pl
22 Opis po polsku
23
24 %prep
25
26 %setup -q
27
28 %build
29 ./ROX-Filer/AppRun --compile
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 install -d $RPM_BUILD_ROOT/{%{_bindir},%{_datadir}/ROX-Filer,%{_mandir}/man1}
35
36 cp -R ROX-Filer/* $RPM_BUILD_ROOT%{_datadir}/ROX-Filer
37 install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
38 #ln -s %{name}.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/ROX-Filer.1
39
40 # start-up script
41 cat > $RPM_BUILD_ROOT%{_bindir}/%{name} << EOF
42 #!/bin/sh
43 export CHOICESPATH=%{_datadir}/Choices
44 exec %{_datadir}/ROX-Filer/Linux-ix86/ROX-Filer
45 EOF
46
47 gzip -9nf ROX-Filer/Help/Changes ROX-Filer/Help/README \
48         ROX-Filer/Help/TODO
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %attr(755,root,root) %{_bindir}/*
56 %{_mandir}/man1/*
57 %doc ROX-Filer/Help/*.ps ROX-Filer/Help/*.gz
This page took 0.088105 seconds and 4 git commands to generate.