File urxvt-tabbedex.spec of Package urxvt-tabbedex
#
# spec file for package urxvt-tabbedex
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: urxvt-tabbedex
Version: 0.git
Release: 0
Summary: Tabbed plugin for rxvt-unicode
License: MIT
Group: System/X11/Utilities
Url: http://github.com/stepb/urxvt-tabbedex
Source: %{name}-%{version}.tar.gz
Patch0: %{name}-perl-5.18.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Advanced tab management plugin for rxvt-unicode.
%prep
%setup -q
%patch0
%build
%install
install -D -m 644 tabbedex %{buildroot}%{_libdir}/urxvt/perl/tabbedex
%files
%defattr(-,root,root)
%dir %{_libdir}/urxvt
%dir %{_libdir}/urxvt/perl
%{_libdir}/urxvt/perl/tabbedex
%changelog