Author: qboosh Date: Wed Dec 27 02:46:07 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: matchbox-panel-manager.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/matchbox-panel-manager.spec diff -u /dev/null SPECS/matchbox-panel-manager.spec:1.1 --- /dev/null Wed Dec 27 03:46:07 2006 +++ SPECS/matchbox-panel-manager.spec Wed Dec 27 03:46:02 2006 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ +Summary: Matchbox Panel Manager +Summary(pl): Narzędzie do zarządzania panelem środowiska Matchbox +Name: matchbox-panel-manager +Version: 0.1 +Release: 1 +License: GPL v2+ +Group: X11/Applications +Source0: http://projects.o-hand.com/matchbox/sources/matchbox-panel-manager/%{version}/%{name}-%{version}.tar.bz2 +# Source0-md5: 0ea7b03abd7b90eda601b8658a859fb6 +Patch0: %{name}-desktop.patch +URL: http://projects.o-hand.com/matchbox/ +BuildRequires: gtk+2-devel >= 1:2.0 +BuildRequires: pkgconfig +Requires: matchbox-panel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +An application to manage Matchbox panel configuration. + +%description -l pl +Aplikacja do zarządzania konfiguracją panelu środowiska Matchbox. + +%prep +%setup -q +%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) +%attr(755,root,root) %{_bindir}/matchbox-panel-manager +%{_desktopdir}/mb-panel-manager.desktop +%{_pixmapsdir}/mbpanelmgr.png + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/12/27 02:46:02 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
