]> git.pld-linux.org Git - packages/browser-plugin-kaffeine.git/commitdiff
- autotools deps, check-files cleanup
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 13 Sep 2006 16:30:40 +0000 (16:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    browser-plugin-kaffeine.spec -> 1.4

browser-plugin-kaffeine.spec

index 07fa58e8bda0534145a2207973e94d3f22b5cf3e..a228c7925e246d45d047d685dd80b675eafb6a1b 100644 (file)
@@ -11,6 +11,9 @@ Source0:      http://dl.sourceforge.net/kaffeine/%{_realname}-%{version}.tar.bz2
 # Source0-md5: c7bb24cbd20fdfeffbb0da452533cac4
 Patch0:                %{name}-destdir.patch
 URL:           http://kaffeine.sourceforge.net
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
 BuildRequires: rpmbuild(macros) >= 1.236
 BuildRequires: xorg-lib-libICE-devel
 BuildRequires: xorg-lib-libSM-devel
@@ -22,7 +25,6 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # directory where you store the plugin
 %define                _plugindir      %{_libdir}/browser-plugins
 
-# TODO: galeon and skipstone.
 # use macro, otherwise extra LF inserted along with the ifarch
 %define        browsers mozilla, mozilla-firefox, konqueror, opera, seamonkey
 
@@ -47,7 +49,7 @@ Obs
 %{__autoconf}
 %{__automake}
 %configure \
-       --prefix=%{_libdir}/browser-plugins
+       --prefix=%{_plugindir}
 %{__make}
 
 %install
@@ -56,6 +58,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{_plugindir}/kaffeineplugin.{a,la}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.069325 seconds and 4 git commands to generate.