]> git.pld-linux.org Git - packages/xfce4-mount-plugin.git/commitdiff
- BR libstdc++-devel, pkgconfig
authorKarol Krenski <charles@pld-linux.org>
Sat, 5 Mar 2005 23:54:07 +0000 (23:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rm installed .la file

Changed files:
    xfce4-mount-plugin.spec -> 1.2

xfce4-mount-plugin.spec

index 55fe0a0ca70931ff3e758ee7780e8b15dbd3a398..4e23054d551af1acdb07e25ded3bb5e774b608bc 100644 (file)
@@ -9,6 +9,8 @@ Source0:        http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
 URL:           http://xfce-goodies.berlios.de/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libstdc++-devel
+BuildRequires: pkgconfig
 BuildRequires: xfce4-panel-devel >= 4.1.90
 Requires:      xfce4-panel >= 4.1.90
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -32,6 +34,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.208303 seconds and 4 git commands to generate.