Author: megabajt Date: Mon Feb 14 22:33:20 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.0.0
---- Files affected: packages/xfce4-cpufreq-plugin: xfce4-cpufreq-plugin.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.spec diff -u packages/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.spec:1.3 packages/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.spec:1.4 --- packages/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.spec:1.3 Fri Feb 4 19:24:08 2011 +++ packages/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.spec Mon Feb 14 23:33:15 2011 @@ -2,22 +2,23 @@ Summary: A cpufreq plugin for the Xfce panel Summary(pl.UTF-8): Wtyczka cpufreq dla panelu Xfce Name: xfce4-cpufreq-plugin -Version: 0.0.1 -Release: 2 +Version: 1.0.0 +Release: 1 License: GPL v2 Group: X11/Applications -Source0: http://goodies.xfce.org/releases/xfce4-cpufreq-plugin/%{name}-%{version}.tar.gz -# Source0-md5: 7ad41541d8065aab941de7d62857aa8b +Source0: http://archive.xfce.org/src/panel-plugins/xfce4-cpufreq-plugin/1.0/%{name}-%{version}.tar.bz2 +# Source0-md5: 24cae9b8583cae82b715b4f72aa8e341 URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin BuildRequires: autoconf BuildRequires: automake +BuildRequires: gettext-devel BuildRequires: intltool >= 0.35.5 BuildRequires: libtool -BuildRequires: rpmbuild(macros) >= 1.311 +BuildRequires: rpmbuild(macros) >= 1.601 BuildRequires: xfce4-dev-tools >= 4.4.0 BuildRequires: xfce4-panel-devel >= 4.4.0 -Requires(post,postun): gtk-update-icon-cache -Requires(post,postun): hicolor-icon-theme +Requires: gtk-update-icon-cache +Requires: hicolor-icon-theme Requires: xfce4-panel >= 4.4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -32,7 +33,7 @@ procesora jako odpowiednio pokolorowany pasek. %prep -%setup -q -n xfce4-cpu-freq-plugin-%{version} +%setup -q %build %{__intltoolize} @@ -50,6 +51,10 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK + +%find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT @@ -59,12 +64,12 @@ %postun %update_icon_cache hicolor -%files +%files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README -%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-cpu-freq-plugin -%{_datadir}/xfce4/panel-plugins/xfce4-cpu-freq-plugin.desktop -%{_iconsdir}/hicolor/*/apps/cpu.* +%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-cpufreq-plugin +%{_datadir}/xfce4/panel-plugins/xfce4-cpufreq-plugin.desktop +%{_iconsdir}/hicolor/*/*/*.png %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -72,6 +77,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2011/02/14 22:33:15 megabajt +- updated to 1.0.0 + Revision 1.3 2011/02/04 18:24:08 wiget - Requires(post,postun): gtk-update-icon-cache ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
