]> git.pld-linux.org Git - packages/xfce4-cpufreq-plugin.git/commitdiff
- updated to 1.0.0 auto/th/xfce4-cpufreq-plugin-1_0_0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 14 Feb 2011 22:33:15 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfce4-cpufreq-plugin.spec -> 1.4

xfce4-cpufreq-plugin.spec

index a534f53df10b8497f8a1fc9e0906c941f04cf784..49b6a3041d66b4256cc4e789f5bf96774f51a65b 100644 (file)
@@ -1,22 +1,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)
 
@@ -31,7 +32,7 @@ Wyświetla także częstotliwość względem maksymalnej częstotliwości
 procesora jako odpowiednio pokolorowany pasek.
 
 %prep
-%setup -q -n xfce4-cpu-freq-plugin-%{version}
+%setup -q
 
 %build
 %{__intltoolize}
@@ -49,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
+
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -58,9 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.088408 seconds and 4 git commands to generate.