]> git.pld-linux.org Git - packages/opera.git/blob - opera.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/opera.git] / opera.spec
1 Summary:        World fastest web browser
2 Summary(pl):    Najszybsza przegl±darka WWW na ¶wiecie
3 Name:           opera
4 Version:        5.0
5 Release:        1
6 License:        Restricted, see file LICENSE
7 Group:          X11/Applications/Networking
8 Source0:        ftp://ftp.opera.com/pub/opera/linux/500/%{name}-%{version}-dynamic.i386.tar.gz
9 Source1:        %{name}.sh
10 Source2:        %{name}.desktop
11 URL:            http://www.opera.com/
12 ExclusiveArch:  %{ix86}
13 Requires:       qt >= 2
14 Requires:       freetype >= 2
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18 %define         _mandir         %{_prefix}/man
19
20 %description
21 Opera is world fastest web browser. It supports most of nowaday
22 extensions of HTML. And it is quite stable. Only disadvantage are
23 advertisements on the top of its window.
24
25 %description -l pl
26 Opera jest najszybsz± przegl±dark± WWW na ¶wiecie. Obs³uguje wiêkszo¶æ
27 dzisiejszych rozszerzeñ HTMLa. Dodatkowo jest w miarê stabilna. Jedyn±
28 niedogodno¶ci± s± reklamy ukazuj±ce siê w górze okna.
29
30 %prep
31 %setup -q -n %{name}-%{version}-dynamic.i386
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_bindir}
36 install -d $RPM_BUILD_ROOT%{_datadir}
37 install -d $RPM_BUILD_ROOT%{_prefix}/opera
38 install -d $RPM_BUILD_ROOT%{_datadir}/opera/{buttons,help,images,styles}
39 install -d $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW
40 install -d $RPM_BUILD_ROOT%{_pixmapsdir}
41
42 for i in buttons help images styles;
43 do cp -r $i $RPM_BUILD_ROOT%{_datadir}/opera;
44 done
45
46 cp opera.adr $RPM_BUILD_ROOT%{_datadir}/opera
47 cp opera $RPM_BUILD_ROOT%{_bindir}/opera-bin
48 cp %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/opera
49 cp %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Network/WWW
50 cp opera.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc LICENSE
58 %attr(755,root,root) %{_bindir}/*
59 %{_datadir}/opera
60 %{_applnkdir}/Network/WWW/opera.desktop
61 %{_pixmapsdir}/opera.xpm
This page took 0.02797 seconds and 3 git commands to generate.