]> git.pld-linux.org Git - SPECS.git/blob - mozilla-launcher.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / mozilla-launcher.spec
1 # TODO
2 # - pending bug https://bugs.gentoo.org/show_bug.cgi?id=112509
3 Summary:        Script that launches Mozilla or Firefox
4 Summary(pl.UTF-8):      Skrypt uruchiamiający Mozillę lub Firefoksa
5 Name:           mozilla-launcher
6 Version:        1.54
7 Release:        1
8 License:        GPL v2
9 Group:          Applications/WWW
10 Source0:        http://dev.gentoo.org/~agriffis/dist/%{name}-%{version}.bz2
11 # Source0-md5:  414ed649bae2fe97359b17031999e9ac
12 Patch0:         %{name}-swiftfox.patch
13 URL:            http://dev.gentoo.org/~agriffis/dist/
14 Requires:       xtoolwait
15 # XFree86/X11 for xdpyinfo
16 Requires:       XFree86
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _libdir %{_prefix}/lib
21
22 %description
23 Script that launches Mozilla or Firefox.
24
25 %description -l pl.UTF-8
26 Skrypt uruchiamiający Mozillę lub Firefoksa.
27
28 %prep
29 %setup -qcT
30 %{__bzip2} -dc %{SOURCE0} > %{name}
31 %patch0 -p1
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_libdir}
36 install %{name} $RPM_BUILD_ROOT%{_libdir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %attr(755,root,root) %{_libdir}/*
This page took 0.628666 seconds and 3 git commands to generate.