SPECS: matchbox-applet-startup-monitor.spec (NEW) - new

qboosh qboosh at pld-linux.org
Wed Dec 27 16:13:16 CET 2006


Author: qboosh                       Date: Wed Dec 27 15:13:16 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   matchbox-applet-startup-monitor.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/matchbox-applet-startup-monitor.spec
diff -u /dev/null SPECS/matchbox-applet-startup-monitor.spec:1.1
--- /dev/null	Wed Dec 27 16:13:16 2006
+++ SPECS/matchbox-applet-startup-monitor.spec	Wed Dec 27 16:13:10 2006
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	Matchbox applet that provides feedback on application startup
+Summary(pl):	Aplet środowiska Matchbox informujący o uruchamianiu aplikacji
+Name:		matchbox-applet-startup-monitor
+Version:	0.1
+Release:	1
+License:	GPL v2+
+Group:		X11/Applications
+Source0:	http://projects.o-hand.com/matchbox/sources/mb-applet-startup-monitor/%{version}/mb-applet-startup-monitor-%{version}.tar.bz2
+# Source0-md5:	ea4b3c1ebee3f731b77a2d4bf8e9aa3c
+URL:		http://projects.o-hand.com/matchbox/
+BuildRequires:	libmatchbox-devel
+BuildRequires:	startup-notification-devel
+BuildRequires:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Matchbox applet that provides feedback on application startup.
+
+%description -l pl
+Aplet środowiska Matchbox informujący o uruchamianiu aplikacji.
+
+%prep
+%setup -q -n mb-applet-startup-monitor-%{version}
+
+%build
+# not always defined when using recent xorg headers
+CPPFLAGS="-DFALSE=0 -DTRUE=1"
+%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)
+%attr(755,root,root) %{_bindir}/mb-applet-startup-monitor
+%{_pixmapsdir}/*.png
+
+%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  2006/12/27 15:13:10  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list