Author: witekfl Date: Thu Jul 29 17:41:14 2010 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/lxde-common: lxde-common.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/lxde-common/lxde-common.spec diff -u /dev/null packages/lxde-common/lxde-common.spec:1.1 --- /dev/null Thu Jul 29 19:41:15 2010 +++ packages/lxde-common/lxde-common.spec Thu Jul 29 19:41:09 2010 @@ -0,0 +1,59 @@ +# $Revision$, $Date$ +Summary: Default configuration for LXDE +Name: lxde-common +Version: 0.5.0 +Release: 1 +License: GPL v2 +Group: X11/Applications +Source0: http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz +# Source0-md5: 23606ab3d6e1039386d62a4b68b4ffc6 +URL: http://www.lxde.org/ +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +lxde-common package provides a set of default configuration for LXDE. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/{frp,ur_PK} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS README +%{_sysconfdir}/xdg/lxsession +%attr(755,root,root) %{_bindir}/lxde-logout +%attr(755,root,root) %{_bindir}/openbox-lxde +%attr(755,root,root) %{_bindir}/startlxde +%{_datadir}/lxde +%{_datadir}/lxpanel +%{_mandir}/man1/lxde-logout* +%{_mandir}/man1/openbox-lxde* +%{_mandir}/man1/startlxde* +%{_datadir}/xsessions/LXDE.desktop + +%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 2010/07/29 17:41:09 witekfl +- new + + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
