packages: gmpc-plugin-awn/gmpc-plugin-awn.spec, gmpc-plugin-awn/libdir.patc...
glen
glen at pld-linux.org
Sun Jan 29 02:00:21 CET 2012
Author: glen Date: Sun Jan 29 01:00:21 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- fix libdir
---- Files affected:
packages/gmpc-plugin-awn:
gmpc-plugin-awn.spec (1.1 -> 1.2) , libdir.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/gmpc-plugin-awn/gmpc-plugin-awn.spec
diff -u packages/gmpc-plugin-awn/gmpc-plugin-awn.spec:1.1 packages/gmpc-plugin-awn/gmpc-plugin-awn.spec:1.2
--- packages/gmpc-plugin-awn/gmpc-plugin-awn.spec:1.1 Sat Jan 28 23:01:05 2012
+++ packages/gmpc-plugin-awn/gmpc-plugin-awn.spec Sun Jan 29 02:00:16 2012
@@ -3,14 +3,16 @@
Summary: Avant Window Navigator Plugin
Name: gmpc-plugin-awn
Version: 11.8.16
-Release: 1
+Release: 2
License: GPL v2
Group: X11/Applications/Sound
Source0: http://download.sarine.nl/Programs/gmpc/%{version}/%{source_name}-%{version}.tar.gz
# Source0-md5: ac3b898fc0be8f6f568441b84f651986
+Patch0: libdir.patch
URL: http://gmpc.wikia.com/wiki/GMPC_PLUGIN_AWN
BuildRequires: autoconf >= 2.58
BuildRequires: automake
+BuildRequires: dbus-glib-devel
BuildRequires: gettext-devel
BuildRequires: gmpc-devel >= 0.15.4.96
BuildRequires: intltool
@@ -23,6 +25,7 @@
%prep
%setup -qn %{source_name}-%{version}
+%patch0 -p1
%build
%{__libtoolize}
@@ -30,7 +33,6 @@
%{__autoconf}
%{__autoheader}
%{__automake}
-
%configure
%{__make}
@@ -54,5 +56,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2012/01/29 01:00:16 glen
+- fix libdir
+
Revision 1.1 2012/01/28 22:01:05 glen
- new
================================================================
Index: packages/gmpc-plugin-awn/libdir.patch
diff -u /dev/null packages/gmpc-plugin-awn/libdir.patch:1.1
--- /dev/null Sun Jan 29 02:00:21 2012
+++ packages/gmpc-plugin-awn/libdir.patch Sun Jan 29 02:00:16 2012
@@ -0,0 +1,11 @@
+--- gmpc-awn-11.8.16/src/Makefile.am 2012-01-29 02:57:21.654636728 +0200
++++ gmpc-awn-11.8.16/src/Makefile.am 2012-01-29 02:59:01.702528406 +0200
+@@ -1,6 +1,5 @@
+-libdir=${prefix}/lib/gmpc/plugins/
+-
+-lib_LTLIBRARIES = awnplugin.la
++plugindir = $(libdir)/gmpc/plugins
++plugin_LTLIBRARIES = awnplugin.la
+
+ awnplugin_la_SOURCES= plugin.c
+
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gmpc-plugin-awn/gmpc-plugin-awn.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list