packages: piedock/piedock.spec (NEW) - initial

uzsolt uzsolt at pld-linux.org
Thu Apr 7 13:52:03 CEST 2011


Author: uzsolt                       Date: Thu Apr  7 11:52:03 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: packages/piedock/piedock.spec
diff -u /dev/null packages/piedock/piedock.spec:1.1
--- /dev/null	Thu Apr  7 13:52:03 2011
+++ packages/piedock/piedock.spec	Thu Apr  7 13:51:58 2011
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+Summary:	A task bar and application launcher in shape of a pie menu
+Name:		piedock
+Version:	1.2.2
+Release:	0.1
+License:	MIT
+Group:		X11/Applications
+Source0:	http://www.markusfisch.de/downloads/PieDock-%{version}.tar.bz2
+# Source0-md5:	75a2d37cc9badd2f6888a834a623026b
+URL:		http://www.markusfisch.de/PieDock
+BuildRequires:	freetype-devel
+BuildRequires:	xorg-lib-libXft-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PieDock is a task bar and application launcher in shape of a pie menu.
+It feels a little bit like the famous OS X dock in a circle.
+
+%prep
+%setup -q -n PieDock-%{version}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README res/PieDockrc.sample
+%attr(755,root,root) %{_bindir}/PieDock*
+
+%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  2011/04/07 11:51:58  uzsolt
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list