Author: baggins Date: Fri May 11 12:53:20 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.0.2 - ported to xfceui - built as module now
---- Files affected: packages/xfce4-cpugraph-plugin: xfce4-cpugraph-plugin.spec (1.16 -> 1.17) , xfce4-cpugraph-plugin-ui.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin.spec diff -u packages/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin.spec:1.16 packages/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin.spec:1.17 --- packages/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin.spec:1.16 Tue Mar 1 12:44:26 2011 +++ packages/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin.spec Fri May 11 14:53:15 2012 @@ -2,20 +2,15 @@ Summary: Displays a graph from your latest system load Summary(pl.UTF-8): Wyświetlanie wykresu bieżącego obciążenia systemu Name: xfce4-cpugraph-plugin -Version: 1.0.1 -Release: 3 +Version: 1.0.2 +Release: 1 License: BSD Group: X11/Applications Source0: http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/1.0/%{name}-%{version}.tar.bz2 -# Source0-md5: ff551087b1f61c47b8746e8687c572aa -Patch0: %{name}-ui.patch +# Source0-md5: 93d7658d989ebf110875bc2deb76d7b3 URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin -BuildRequires: autoconf >= 2.63 -BuildRequires: automake -BuildRequires: libtool BuildRequires: gettext-devel BuildRequires: gtk+2-devel >= 2:2.12.0 -BuildRequires: intltool BuildRequires: libxfce4ui-devel BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.601 @@ -38,14 +33,8 @@ %prep %setup -q -%patch0 -p1 %build -%{__libtoolize} -%{__aclocal} -%{__autoconf} -%{__autoheader} -%{__automake} %configure %{__make} @@ -55,6 +44,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK %find_lang %{name} @@ -71,8 +61,8 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-cpugraph-plugin -%{_datadir}/xfce4/panel-plugins/cpugraph.desktop +%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libcpugraph.so +%{_datadir}/xfce4/panel/plugins/cpugraph.desktop %{_iconsdir}/hicolor/*/*/*.png %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -81,6 +71,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2012/05/11 12:53:15 baggins +- updated to 1.0.2 +- ported to xfceui +- built as module now + Revision 1.16 2011/03/01 11:44:26 baggins - rel 3 - port to libxfce4ui ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin.spec?r1=1.16&r2=1.17 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
