packages: tabbed/tabbed.spec (NEW) - initial, builds and works

pawelz pawelz at pld-linux.org
Mon Feb 22 00:26:21 CET 2010


Author: pawelz                       Date: Sun Feb 21 23:26:21 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial, builds and works

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

---- Diffs:

================================================================
Index: packages/tabbed/tabbed.spec
diff -u /dev/null packages/tabbed/tabbed.spec:1.1
--- /dev/null	Mon Feb 22 00:26:21 2010
+++ packages/tabbed/tabbed.spec	Mon Feb 22 00:26:16 2010
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+%define		commit	135
+Summary:	Simple generic tabbed fronted to xembed aware applications
+Summary(pl.UTF-8):	Prosty zarządca kart dla aplikacji obsługujących xembed
+Name:		tabbed
+Version:	0.2
+Release:	0.%{commit}.1
+License:	MIT
+Group:		Applications
+Source0:	%{name}-%{version}-%{commit}.tar.bz2
+# Source0-md5:	d0914cdcbcb9c9707afb7a5ea5e4c5d6
+URL:		http://tools.suckless.org/tabbed
+BuildRequires:	xorg-lib-libX11-devel
+BuildRequires:	xorg-proto-xproto-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tabbed is simple generic tabbed fronted to xembed aware applications,
+originally designed for surf but also usable with many other
+application, i.e. uzbl, urxvt and xterm
+
+%prep
+%setup -q -n %{name}-%{version}-%{commit}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	PREFIX=%{_prefix} \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/tabbed
+%{_mandir}/man1/tabbed.1*
+
+%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  2010/02/21 23:26:16  pawelz
+- initial, builds and works
+
================================================================


More information about the pld-cvs-commit mailing list