Author: duddits Date: Mon Jan 12 09:24:55 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: tint2.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/tint2.spec diff -u /dev/null SPECS/tint2.spec:1.1 --- /dev/null Mon Jan 12 10:24:55 2009 +++ SPECS/tint2.spec Mon Jan 12 10:24:49 2009 @@ -0,0 +1,65 @@ +# $Revision$, $Date$ +%define _name tint +Summary: tint2 is a simple panel/taskbar intentionally made for openbox3 +Summary(pl.UTF-8): tint2 jest prostym panelem oryginalnie zaprojektowanym dla openbox3 +Name: tint2 +Version: 0.6.0 +Release: 0.1 +License: GPL v2 +Group: Applications +Source0: http://tint2.googlecode.com/files/%{_name}-%{version}.tar.gz +# Source0-md5: 50a327730429373a18286b27f915fefd +Patch0: %{name}-changenames.patch +URL: http://code.google.com/p/tint2/ +BuildRequires: cairo-devel +BuildRequires: glib2-devel +BuildRequires: imlib2-devel +BuildRequires: pango-devel +BuildRequires: pkgconfig +BuildRequires: xorg-lib-libXinerama-devel +Suggests: openbox +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +tint2 is a simple panel/taskbar intentionally made for openbox3, but +should also work with other window managers. It's based on ttm code +http://code.google.com/p/ttm/ + +%description -l pl.UTF-8 +tint2 jest prostym panelem/zasobnikiem oryginalnie zaprojektowanym dla +openbox3 ale powinien również współpracować z innymi menadżerami +okien. Jego kod oparty jest na ttm http://code.google.com/p/ttm/ + +%prep +%setup -q -n %{_name} +%patch0 -p1 + +%build +cd src +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +cd src +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog README doc/tint-0.6.pdf +%attr(755,root,root) %{_bindir}/tint2 +%dir %{_sysconfdir}/xdg/tint2 +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/tint2/tintrc + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/01/12 09:24:49 duddits +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
