Author: megabajt Date: Fri Jan 26 21:03:10 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.4.0
---- Files affected: SPECS: xfce4-netload-plugin.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/xfce4-netload-plugin.spec diff -u SPECS/xfce4-netload-plugin.spec:1.13 SPECS/xfce4-netload-plugin.spec:1.14 --- SPECS/xfce4-netload-plugin.spec:1.13 Sat Oct 14 17:23:27 2006 +++ SPECS/xfce4-netload-plugin.spec Fri Jan 26 22:03:05 2007 @@ -2,20 +2,22 @@ Summary: A netload plugin for the Xfce panel Summary(pl): Wtyczka obciążanie sieci dla panelu Xfce Name: xfce4-netload-plugin -Version: 0.3.2 +Version: 0.4.0 Release: 1 License: GPL Group: X11/Applications Source0: http://goodies.xfce.org/releases/xfce4-netload-plugin/%{name}-%{version}.tar.bz2 -# Source0-md5: 755dcc170fb33274378c7b110cf21f56 +# Source0-md5: a15ee479089ba7703c5dde33ff439573 URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin BuildRequires: autoconf BuildRequires: automake BuildRequires: gettext-devel +BuildRequires: intltool BuildRequires: libtool BuildRequires: pkgconfig -BuildRequires: xfce4-panel-devel >= 4.0.0 -Requires: xfce4-panel >= 4.0.0 +BuildRequires: xfce4-dev-tools >= 4.4.0 +BuildRequires: xfce4-panel-devel >= 4.4.0 +Requires: xfce4-panel >= 4.4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -30,11 +32,12 @@ %setup -q %build +%{__intltoolize} %{__libtoolize} -%{__aclocal} -I m4 +%{__aclocal} +%{__autoconf} %{__autoheader} %{__automake} -%{__autoconf} %configure \ --disable-static @@ -46,17 +49,16 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la - -%find_lang xfce4-netload +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT -%files -f xfce4-netload.lang +%files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog README -%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so +%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-netload-plugin +%{_datadir}/xfce4/panel-plugins/netload.desktop %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -64,6 +66,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2007/01/26 21:03:05 megabajt +- up to 0.4.0 + Revision 1.13 2006/10/14 15:23:27 qboosh - updated URLs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xfce4-netload-plugin.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
