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

uzsolt uzsolt at pld-linux.org
Mon May 9 08:43:31 CEST 2011


Author: uzsolt                       Date: Mon May  9 06:43:31 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: packages/launchy/launchy.spec
diff -u /dev/null packages/launchy/launchy.spec:1.1
--- /dev/null	Mon May  9 08:43:31 2011
+++ packages/launchy/launchy.spec	Mon May  9 08:43:26 2011
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+Summary:	A new style menu
+Name:		launchy
+Version:	2.5
+Release:	0.1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://www.launchy.net/downloads/src/%{name}-%{version}.tar.gz
+# Source0-md5:	ca9de9e165d6c327f48aa81dd0ee1a6f
+URL:		http://www.launchy.net/
+BuildRequires:	QtCore-devel
+BuildRequires:	qt4-build >= 4.3.3-3
+BuildRequires:	qt4-qmake >= 4.3.3-3
+BuildRequires:	rpmbuild(macros) >= 1.129
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Launchy is a free cross-platform utility designed to help you forget
+about your start menu, the icons on your desktop, and even your file
+manager.
+
+Launchy indexes the programs in your start menu and can launch your
+documents, project files, folders, and bookmarks with just a few
+keystrokes!
+
+%prep
+%setup -q
+
+%build
+qmake-qt4
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+%{__make} install \
+	INSTALL_ROOT=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Readme*
+%attr(755,root,root) %{_bindir}/launchy
+%{_pixmapsdir}/launchy_icon.png
+%{_desktopdir}/launchy.desktop
+%dir %{_datadir}/launchy
+%dir %{_datadir}/launchy/skins
+%{_datadir}/launchy/skins/*
+%dir %{_libdir}/launchy
+%dir %{_libdir}/launchy/plugins
+%dir %{_libdir}/launchy/plugins/icons
+%{_libdir}/launchy/plugins/*.so
+%{_libdir}/launchy/plugins/icons/*
+
+%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/05/09 06:43:26  uzsolt
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list