]> git.pld-linux.org Git - packages/uzbl.git/commitdiff
- tabbed subpackage
authorpawelz <pawelz@pld-linux.org>
Mon, 13 Jul 2009 12:58:44 +0000 (12:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    uzbl.spec -> 1.12

uzbl.spec

index 05e92e9be1f9f8a8d8c4a27482608c90d5075b9a..86a0f457626f886701e593fdeda0ea3a415cdd92 100644 (file)
--- a/uzbl.spec
+++ b/uzbl.spec
@@ -30,6 +30,14 @@ with modifier keys) browser based on Webkit.
 Egy billentyűzettel irányítható (vim-szerű vagy módosító kódok)
 böngésző Webkit alapokon.
 
+%package tabbed
+Summary:       Tabs for uzbl
+Group:         X11/Applications/Networking
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+
+%description tabbed
+Wrapper for uzbl that provides firefox-style tabs.
+
 %package examples
 Summary:       Example config and scripts for uzbl
 Summary(hu.UTF-8):     Példa konfigurációs fájlok és szkriptek uzbl-hez
@@ -67,6 +75,10 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# tabbed
+mv $RPM_BUILD_ROOT%{_datadir}/uzbl/examples/data/uzbl/scripts/uzbl_tabbed.py $RPM_BUILD_ROOT%{_bindir}/uzbl_tabbed
+
+# examples
 mv $RPM_BUILD_ROOT%{_datadir}/uzbl/examples/* $RPM_BUILD_ROOT%{_datadir}/uzbl
 rm -r $RPM_BUILD_ROOT%{_datadir}/uzbl/{docs,examples}
 
@@ -79,6 +91,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/uzbl
 %attr(755,root,root) %{_bindir}/uzblctrl
 
+%files tabbed
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/uzbl_tabbed
+
 %files examples
 %defattr(644,root,root,755)
 %dir %{_datadir}/uzbl
This page took 0.122453 seconds and 4 git commands to generate.