SPECS: matchbox-applet-volume.spec (NEW) - new

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


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

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

---- Diffs:

================================================================
Index: SPECS/matchbox-applet-volume.spec
diff -u /dev/null SPECS/matchbox-applet-volume.spec:1.1
--- /dev/null	Wed Dec 27 16:32:02 2006
+++ SPECS/matchbox-applet-volume.spec	Wed Dec 27 16:31:56 2006
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary:	Matchbox applet to control volume
+Summary(pl):	Aplet środowiska Matchbox do sterowania głośnością
+Name:		matchbox-applet-volume
+Version:	0.2
+Release:	1
+License:	GPL v2+
+Group:		X11/Applications
+Source0:	http://projects.o-hand.com/matchbox/sources/mb-applet-volume/%{version}/mb-applet-volume-%{version}.tar.bz2
+# Source0-md5:	5e814f149cf785bcaa6a0c919e87a9d7
+Patch0:		%{name}-desktop.patch
+URL:		http://projects.o-hand.com/matchbox/
+BuildRequires:	gtk+2-devel >= 1:2.0
+BuildRequires:	libmatchbox-devel
+BuildRequires:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Matchbox applet to control volume.
+
+%description -l pl
+Aplet środowiska Matchbox do sterowania głośnością.
+
+%prep
+%setup -q -n mb-applet-volume-%{version}
+%patch0 -p1
+
+%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 TODO
+%attr(755,root,root) %{_bindir}/mb-applet-volume
+%{_desktopdir}/mb-applet-volume.desktop
+%{_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:31:56  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list