]> git.pld-linux.org Git - packages/xfce4-diskperf-plugin.git/commitdiff
- added --disable-static
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Wed, 3 Dec 2003 00:25:23 +0000 (00:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated to 1.4.1

Changed files:
    xfce4-diskperf-plugin.spec -> 1.5

xfce4-diskperf-plugin.spec

index 503abe2032ac6adf9ed51704017077144dfbb6a4..cdb1d71d921cc30762df0c96041e392f65219498 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Disk performance XFce panel plugin
 Summary(pl):   Wtyczka wydajno¶ci dysku dla panelu XFce
 Name:          xfce4-diskperf-plugin
-Version:       1.4
+Version:       1.4.1
 Release:       1
 License:       BSD-like (see COPYING)
 Group:         X11/Applications
 Source0:       http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
-# Source0-md5: f22ae9f5ee89094110b7690fa6225b9d
+# Source0-md5: c1e745b1d25cfd70b21bdb1dcfd6a81e
 URL:           http://xfce-goodies.berlios.de/
 BuildRequires: libxfce4util-devel >= 3.99
 BuildRequires: libxfcegui4-devel >= 3.99
@@ -33,7 +33,9 @@ statystyk dysku" w /proc/partitions).
 %setup -q
 
 %build
-%configure
+%configure \
+       --disable-static
+
 %{__make}
 
 %install
@@ -42,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.{a,la}
+rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.263524 seconds and 4 git commands to generate.