SPECS: beryl-dbus.spec - individual tools invocation instead of au...

qboosh qboosh at pld-linux.org
Sun Dec 10 18:10:52 CET 2006


Author: qboosh                       Date: Sun Dec 10 17:10:52 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- individual tools invocation instead of autoreconf
- AFAICS License is MIT-style

---- Files affected:
SPECS:
   beryl-dbus.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/beryl-dbus.spec
diff -u SPECS/beryl-dbus.spec:1.6 SPECS/beryl-dbus.spec:1.7
--- SPECS/beryl-dbus.spec:1.6	Sun Dec 10 11:50:04 2006
+++ SPECS/beryl-dbus.spec	Sun Dec 10 18:10:47 2006
@@ -4,15 +4,16 @@
 Name:		beryl-dbus
 Version:	0.1.3
 Release:	1
-License:	LGPL v2+
+License:	MIT
 Group:		X11/Window Managers/Tools
 Source0:	http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5:	1efbe8de95b4564ef52df67318fae100
 URL:		http://www.beryl-project.org/
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake >= 1:1.9
-BuildRequires:	beryl-core-devel
+BuildRequires:	beryl-core-devel >= 1:0.1.3
 BuildRequires:	dbus-devel >= 0.35
+BuildRequires:	libtool
 BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -26,7 +27,11 @@
 %setup -q
 
 %build
-autoreconf -v --install
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	--disable-static
 %{__make}
@@ -54,6 +59,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2006/12/10 17:10:47  qboosh
+- individual tools invocation instead of autoreconf
+- AFAICS License is MIT-style
+
 Revision 1.6  2006/12/10 10:50:04  rotom
 - up to 0.1.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/beryl-dbus.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list