Author: baggins Date: Thu Nov 11 17:03:55 2010 GMT Module: packages Tag: HEAD ---- Log message: - 3.2 - scripts are gone from the tarball
---- Files affected: packages/xfce4-genmon-plugin: xfce4-genmon-plugin.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: packages/xfce4-genmon-plugin/xfce4-genmon-plugin.spec diff -u packages/xfce4-genmon-plugin/xfce4-genmon-plugin.spec:1.10 packages/xfce4-genmon-plugin/xfce4-genmon-plugin.spec:1.11 --- packages/xfce4-genmon-plugin/xfce4-genmon-plugin.spec:1.10 Mon Feb 12 23:09:22 2007 +++ packages/xfce4-genmon-plugin/xfce4-genmon-plugin.spec Thu Nov 11 18:03:46 2010 @@ -2,20 +2,17 @@ Summary: Generic monitor plugin for the Xfce4 Panel Summary(pl.UTF-8): Wtyczka ogólnego przeznaczenia dla panelu Xfce4 Name: xfce4-genmon-plugin -Version: 3.0 +Version: 3.2 Release: 1 License: LGPL v2.1 Group: X11/Applications -Source0: http://goodies.xfce.org/releases/xfce4-genmon-plugin/%{name}-%{version}.tar.bz2 -# Source0-md5: e44c78dab7a2856b76d5a1d8c9e6ebf2 +Source0: http://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/3.2/%{name}-%{version}.tar.bz2 +# Source0-md5: 5f292aa102a87d45207b6a373939a35d URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: intltool -BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: xfce4-dev-tools >= 4.4.0 BuildRequires: xfce4-panel-devel >= 4.4.0 +Obsoletes: xfce4-genmon-plugin-scripts BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -43,14 +40,9 @@ %setup -q %build -%{__intltoolize} -%{__libtoolize} -%{__aclocal} -%{__autoheader} -%{__automake} -%{__autoconf} %configure \ --disable-static + %{__make} %install @@ -59,8 +51,10 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%if 0 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} install scripts/{datetime,disktemp,dkspuse,monBat,monCPU,monTime,monUSB,monWIFI,samples.txt} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/ +%endif %find_lang %{name} @@ -73,6 +67,7 @@ %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/%{name} %{_datadir}/xfce4/panel-plugins/genmon.desktop +%if 0 %files scripts %defattr(644,root,root,755) %dir %{_examplesdir}/%{name}-%{version} @@ -85,7 +80,7 @@ %{_examplesdir}/%{name}-%{version}/monUSB %{_examplesdir}/%{name}-%{version}/monWIFI %{_examplesdir}/%{name}-%{version}/samples.txt - +%endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -93,6 +88,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2010/11/11 17:03:46 baggins +- 3.2 +- scripts are gone from the tarball + Revision 1.10 2007/02/12 22:09:22 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xfce4-genmon-plugin/xfce4-genmon-plugin.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
