Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 050a87e1fe669dd93c656253e7a056a1 > files > 2

uzbl-0.0-0.20120514.2.mga3.src.rpm

%define snapshot 20120514

Name:		uzbl
Summary:	Web browser following the UNIX philosophy
Version:	0.0
Release:	%mkrel 0.%{snapshot}.2
Source0:	%{name}-%{snapshot}.tar.xz
Requires:	xclip
BuildRequires:	gtk+3-devel webkitgtk3-devel
License:	GPLv3
Group:		Networking/WWW
URL:		http://www.uzbl.org/

%description
Uzbl follows the UNIX philosophy - "Write programs that do one thing
and do it well. Write programs to work together. Write programs to handle
text streams, because that is a universal interface."

 * very minimal graphical interface. You only see what you need
 * what is not browsing, is not in uzbl. Things like URL changing,
   loading/saving of bookmarks, saving history, downloads, ... are
   handled through external scripts that you write
 * controllable through various means such as FIFO and socket files,
   stdin, keyboard and more
 * advanced, customizable keyboard interface with support for modes,
   modkeys, multichars, variables (keywords) etc. (e. g. you can tweak
   the interface to be vim-like, Emacs-like or any-other-program-like)
 * focus on plain text storage for your data and configs in simple,
   parseable formats
 * Uzbl keeps it simple, and puts you in charge.

%prep
%setup -q -n %name-%snapshot

%build
%make

%install
%make DESTDIR=%buildroot PREFIX=%_prefix install
install -d %{buildroot}%{_docdir}
mv %{buildroot}%{_datadir}/%{name}/docs %{buildroot}%{_docdir}/%{name}

%files
%{_bindir}/%{name}-*
%{_datadir}/%{name}
%doc %{_docdir}/%{name}/*


%changelog

* Mon Jan 14 2013 umeabot <umeabot> 0.0-0.20120514.2.mga3
+ Revision: 385209
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue Aug 28 2012 fedya <fedya> 0.0-0.20120514.1.mga3
+ Revision: 284686
- imported package uzbl