packages: lxtask/lxtask.spec (NEW) - new

witekfl witekfl at pld-linux.org
Thu Jul 29 17:57:07 CEST 2010


Author: witekfl                      Date: Thu Jul 29 15:57:07 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: packages/lxtask/lxtask.spec
diff -u /dev/null packages/lxtask/lxtask.spec:1.1
--- /dev/null	Thu Jul 29 17:57:07 2010
+++ packages/lxtask/lxtask.spec	Thu Jul 29 17:57:02 2010
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary:	Lightweight task manager
+Name:		lxtask
+Version:	0.1.3
+Release:	1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
+# Source0-md5:	eccfb69ee1a209248b22a5f0a34a4734
+URL:		http://www.lxde.org/
+BuildRequires:	gtk+2-devel >= 2:2.12.0
+BuildRequires:	menu-cache-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+LXTask - lightweight and desktop-independent task manager derived from
+xfce4-taskmanager with all dependencies on xfce removed, new features,
+and some improvement of the user interface.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/{frp,ur_PK}
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_bindir}/lxtask
+%{_desktopdir}/lxtask.desktop
+
+%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/07/29 15:57:02  witekfl
+- new
+
+
================================================================


More information about the pld-cvs-commit mailing list