]> git.pld-linux.org Git - packages/uzbl.git/blame - uzbl.spec
- up to 20090620
[packages/uzbl.git] / uzbl.spec
CommitLineData
240ac27e 1# TODO:
2# - Where to place example config files and scripts?
3# - unbash example scripts
4# - example scripts should use $XDG_DATA_HOME, not tmp nor /usr/share
cdd9c912 5# - ... rewrite example config and scripts from scratch.
cd79fd5b 6
cdd9c912 7%define gitdate 20090620
cd79fd5b 8
9Summary: A keyboard controlled (modal vim-like bindings, or with modifier keys) browser based on Webkit
ad1f58d1 10Summary(hu.UTF-8): Egy billentyűzettel irányítható (vim-szerű vagy módosító kódok) böngésző Webkit alapokon
cd79fd5b 11Name: uzbl
12Version: 0
28e3156c 13Release: 0.%{gitdate}.1
cd79fd5b 14License: GPL v3
15Group: X11/Applications/Networking
16Source0: %{name}-%{gitdate}.tar.xz
cdd9c912 17# Source0-md5: 314bbf2d41bfa2aab9644dd6bced5184
cd79fd5b 18URL: http://www.uzbl.org/
19BuildRequires: curl-devel
20BuildRequires: gtk+2-devel
21BuildRequires: gtk-webkit-devel
22BuildRequires: libsoup-devel
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26The uzbl browser is a keyboard controlled (modal vim-like bindings, or
27with modifier keys) browser based on Webkit.
28
ad1f58d1
ZU
29%description -l hu.UTF-8
30Egy billentyűzettel irányítható (vim-szerű vagy módosító kódok)
31böngésző Webkit alapokon.
32
240ac27e 33%package examples
34Summary: Example config and scripts for uzbl
ad1f58d1 35Summary(hu.UTF-8): Példa konfigurációs fájlok és szkriptek uzbl-hez
240ac27e 36Summary(pl.UTF8): Przykładowa konfiguracja i skrypty dla uzbl
37Group: Documentation
ad1f58d1 38Requires: %{name} = %{epoch}:%{version}-%{release}
240ac27e 39Requires: bash
40Requires: dmenu
240ac27e 41Requires: zenity
42
43%description examples
ad1f58d1
ZU
44Example config files and scripts for uzbl. If you want just try uzbl
45install this package and run:
46
47uzbl -c %{_datadir}/uzbl/configs/sampleconfig
48
49%description examples -l hu.UTF-8
50Példa konfigurációs fájlok és szkriptek uzbl-hez. Ha ki akarod
51próbálni az uzbl-lel, akkor telepítsd ezt a csomagot és a következő
52paranccsal indíthatod:
240ac27e 53
54uzbl -c %{_datadir}/uzbl/configs/sampleconfig
55
cd79fd5b 56%prep
57%setup -q -n %{name}-%{gitdate}
58
6fe0ad73 59find examples -type f | xargs sed -i 's,/examples/,/,g'
60
cd79fd5b 61%build
62%{__make}
63
64%install
65rm -rf $RPM_BUILD_ROOT
66
67%{__make} install \
68 DESTDIR=$RPM_BUILD_ROOT
69
6fe0ad73 70mv $RPM_BUILD_ROOT%{_datadir}/uzbl/examples/* $RPM_BUILD_ROOT%{_datadir}/uzbl
71rm -r $RPM_BUILD_ROOT%{_datadir}/uzbl/{docs,examples}
72
cd79fd5b 73%clean
74rm -rf $RPM_BUILD_ROOT
75
76%files
77%defattr(644,root,root,755)
78%doc AUTHORS README docs/*
79%attr(755,root,root) %{_bindir}/uzbl
80%attr(755,root,root) %{_bindir}/uzblctrl
240ac27e 81
82%files examples
ad1f58d1 83%defattr(644,root,root,755)
c5452c35 84%dir %{_datadir}/uzbl
cdd9c912 85%dir %{_datadir}/uzbl/data
86%dir %{_datadir}/uzbl/data/uzbl
87%dir %{_datadir}/uzbl/data/uzbl/scripts
88%attr(755,root,root) %{_datadir}/uzbl/data/uzbl/scripts/*
89%{_datadir}/uzbl/data/uzbl/forms
90%{_datadir}/uzbl/data/uzbl/bookmarks
91%{_datadir}/uzbl/data/uzbl/*.*
92%{_datadir}/uzbl/config
This page took 0.193919 seconds and 4 git commands to generate.