Author: witekfl Date: Thu Jul 29 13:53:16 2010 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/lxpanel: lxpanel.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/lxpanel/lxpanel.spec diff -u /dev/null packages/lxpanel/lxpanel.spec:1.1 --- /dev/null Thu Jul 29 15:53:16 2010 +++ packages/lxpanel/lxpanel.spec Thu Jul 29 15:53:11 2010 @@ -0,0 +1,59 @@ +# $Revision$, $Date$ +Summary: LXPanel is a lightweight X11 desktop panel +Name: lxpanel +Version: 0.5.6 +Release: 1 +License: GPL v2 +Group: X11/Applications +Source0: http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz +# Source0-md5: 3c6b5498b5f4109c3913b10a66809fe6 +URL: http://www.lxde.org/ +BuildRequires: alsa-lib-devel +BuildRequires: gtk+2-devel >= 2:2.12.0 +BuildRequires: menu-cache-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +LXPanel is a lightweight X11 desktop panel. + +%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} + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS README +%attr(755,root,root) %{_bindir}/lxpanel* +%dir %{_includedir}/lxpanel +%{_includedir}/lxpanel/plugin.h +%dir %{_libdir}/lxpanel +%attr(755,root,root) %{_libdir}/lxpanel/plugins/*.so +%{_pkgconfigdir}/lxpanel.pc +%{_datadir}/lxpanel +%{_mandir}/man1/lxpanel* + +%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 13:53:11 witekfl +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
