Author: qboosh Date: Wed Dec 27 13:09:03 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: matchbox-window-manager.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/matchbox-window-manager.spec diff -u /dev/null SPECS/matchbox-window-manager.spec:1.1 --- /dev/null Wed Dec 27 14:09:03 2006 +++ SPECS/matchbox-window-manager.spec Wed Dec 27 14:08:57 2006 @@ -0,0 +1,86 @@ +# $Revision$, $Date$ +# +# Conditional build: +%bcond_with composite # composite support (experimental) +%bcond_with gconf # gconf support +%bcond_with session # session manager support +%bcond_with sn # startup-notification support +# +Summary: Matchbox Window Manager +Summary(pl): Zarządca okien dla środowiska Matchbox +Name: matchbox-window-manager +Version: 1.1 +Release: 1 +License: GPL v2+ +Group: X11/Window Managers +Source0: http://projects.o-hand.com/matchbox/sources/matchbox-panel/%{version}/%{name}-%{version}.tar.bz2 +# Source0-md5: 73881fc9410ef49b1cb9f45af270be69 +URL: http://projects.o-hand.com/matchbox/ +%{?with_gconf:BuildRequires: GConf2-devel >= 2.0} +BuildRequires: expat-devel >= 1.95 +BuildRequires: libmatchbox-devel >= 1.5 +BuildRequires: pkgconfig +%{?with_sn:BuildRequires: startup-notification-devel} +%{?with_session:BuildRequires: xorg-lib-libSM-devel} +%{?with_composite:BuildRequires: xorg-lib-libXcomposite-devel} +Requires: libmatchbox >= 1.5 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Matchbox Window Manager. + +%description -l pl +Zarządca okien dla środowiska Matchbox. + +%prep +%setup -q + +%build +%configure \ + %{?with_composite:--enable-composite} \ + %{?with_gconf:--enable-gconf} \ + %{?with_sn:--enable-startup-notification} +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + GCONFTOOL=true + +%clean +rm -rf $RPM_BUILD_ROOT + +%if %{with gconf} +%post +%gconf_schema_install matchbox.schemas + +%preun +%gconf_schema_uninstall matchbox.schemas +%endif + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_bindir}/matchbox-remote +%attr(755,root,root) %{_bindir}/matchbox-window-manager +%{_datadir}/matchbox/mbnoapp.xpm +%{_datadir}/themes/Default/matchbox +%dir %{_datadir}/themes/MBOpus +%{_datadir}/themes/MBOpus/matchbox +%dir %{_datadir}/themes/blondie +%{_datadir}/themes/blondie/matchbox +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/matchbox/kbdconfig +%if %{with gconf} +%{_sysconfdir}/gconf/schemas/matchbox.schemas +%endif + +%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 13:08:57 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
