packages: uzbl/uzbl.spec (NEW) - initial PLD release

pawelz pawelz at pld-linux.org
Fri May 29 19:13:02 CEST 2009


Author: pawelz                       Date: Fri May 29 17:13:02 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
packages/uzbl:
   uzbl.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/uzbl/uzbl.spec
diff -u /dev/null packages/uzbl/uzbl.spec:1.1
--- /dev/null	Fri May 29 19:13:02 2009
+++ packages/uzbl/uzbl.spec	Fri May 29 19:12:57 2009
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+
+%define		gitdate 20090526
+
+Summary:	A keyboard controlled (modal vim-like bindings, or with modifier keys) browser based on Webkit
+Name:		uzbl
+Version:	0
+Release:	0.%{gitdate}.1
+License:	GPL v3
+Group:		X11/Applications/Networking
+Source0:	%{name}-%{gitdate}.tar.xz
+# Source0-md5:	58a2ccd187b6de901f64b2968c36802d
+URL:		http://www.uzbl.org/
+BuildRequires:	curl-devel
+BuildRequires:	gtk+2-devel
+BuildRequires:	gtk-webkit-devel
+BuildRequires:	libsoup-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The uzbl browser is a keyboard controlled (modal vim-like bindings, or
+with modifier keys) browser based on Webkit.
+
+%prep
+%setup -q -n %{name}-%{gitdate}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README docs/*
+%attr(755,root,root) %{_bindir}/uzbl
+%attr(755,root,root) %{_bindir}/uzblctrl
+%{_datadir}/uzbl
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/05/29 17:12:57  pawelz
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list