Author: koorek Date: Fri Feb 25 16:04:16 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - Init
---- Files affected: SPECS: xfce4-panelmenu-plugin.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xfce4-panelmenu-plugin.spec diff -u /dev/null SPECS/xfce4-panelmenu-plugin.spec:1.1 --- /dev/null Fri Feb 25 17:04:16 2005 +++ SPECS/xfce4-panelmenu-plugin.spec Fri Feb 25 17:04:09 2005 @@ -0,0 +1,62 @@ +# $Revision$, $Date$ +Summary: WinXP like menu for Xfce4-panel +Summary(pl): Menu dla Xfce4 w stylu WinXP +Name: xfce4-panelmenu-plugin +Version: 0.1.0 +Release: 1 +License: GPL v2 +Group: X11/Applications +Source0: http://download.berlios.de/xfce4panelmenu/%{name}-%{version}.tar.gz +# Source0-md5: cc9fc8bdeec55762f355a66ec79ef688 +URL: https://developer.berlios.de/projects/xfce4panelmenu/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: xfce4-panel-devel >= 4.2.0 +BuildRequires: libxfce4mcs-devel >= 4.2.0 +Requires: xfce4-panel >= 4.2.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +xfce4-panelmenu-plugin is a Xfce panel plugin that provides a menu +similar to this at WinXP. + +%description -l pl +xfce4-panelmenu-plugin jest wtyczką dla panelu Xfce, która dostarcza +menu podobne do tego z WinXP. + +%prep +%setup -q -n xfce4-panel-menu-plugin-%{version} + +%build +%{__aclocal} -I m4 +%{__autoconf} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README + +%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so +%{_datadir}/xfce4/menustart/* + +%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 2005/02/25 16:04:09 koorek +- Init + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
