]> git.pld-linux.org Git - packages/xfce4-systemload-plugin.git/blobdiff - xfce4-systemload-plugin.spec
- up to 0.4.2 (for xfce 4.4.0)
[packages/xfce4-systemload-plugin.git] / xfce4-systemload-plugin.spec
index 8a96e9f23303bcb6ab6781c8e80b025d129a22ef..fc4dfdf7618b528dfe74e0f61b49c767a5ec1143 100644 (file)
@@ -1,35 +1,42 @@
-Summary:       XFce plugin which displays the current system load
-Summary(pl):   Wtyczka XFce wy¶wietlaj±ca aktualne obci±¿enie systemu
+Summary:       Xfce plugin which displays the current system load
+Summary(pl):   Wtyczka Xfce wy¶wietlaj±ca aktualne obci±¿enie systemu
 Name:          xfce4-systemload-plugin
-Version:       0.3.2
+Version:       0.4.2
 Release:       1
 License:       BSD-like (see COPYING)
 Group:         X11/Applications
-Source0:       http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
-# Source0-md5: 54f940ea77261bb61ca54dd77253c222
-URL:           http://xfce-goodies.berlios.de/
-BuildRequires: libxfce4util-devel >= 3.99
-BuildRequires: libxfcegui4-devel >= 3.99
+Source0:       http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
+# Source0-md5: cc5777bb1621704927513eb8eef5f07c
+URL:           http://goodies.xfce.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-devel
+BuildRequires: libtool
 BuildRequires: pkgconfig
-BuildRequires: xfce4-panel-devel >= 3.99.2
-Requires:      xfce4-panel >= 3.99.2
+BuildRequires: xfce4-panel-devel >= 4.4.0
+Requires:      xfce4-panel >= 4.4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-A system load plugin for the XFce desktop environment. It displays the
+A system load plugin for the Xfce desktop environment. It displays the
 current CPU load, the memory in use, the swap space and the system
-uptime in the XFce panel.
+uptime in the Xfce panel.
 
 %description -l pl
-Wtyczka obci±¿enia systemu dla ¶rodowiska XFce. Wy¶wietla obecne
+Wtyczka obci±¿enia systemu dla ¶rodowiska Xfce. Wy¶wietla obecne
 obci±¿enie procesora, u¿ycie pamiêci, pliku wymiany i czasu pracy
-systemu w panelu XFce.
+systemu w panelu Xfce.
 
 %prep
-%setup -q
+%setup -q 
 
 %build
-%configure
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+       --disable-static
 %{__make}
 
 %install
@@ -38,14 +45,13 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.a
-
-%find_lang xfce4-systemload
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f xfce4-systemload.lang
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog COPYING README
-%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/%{name}
+%{_datadir}/xfce4/panel-plugins/systemload.desktop
This page took 0.063215 seconds and 4 git commands to generate.