Author: qboosh Date: Sun Jan 8 10:53:52 2012 GMT Module: packages Tag: HEAD ---- Log message: - ac/am/lt versions - hanged Group to Applications/System - disable silent-rules
---- Files affected: packages/kmod: kmod.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/kmod/kmod.spec diff -u packages/kmod/kmod.spec:1.2 packages/kmod/kmod.spec:1.3 --- packages/kmod/kmod.spec:1.2 Sat Jan 7 16:23:14 2012 +++ packages/kmod/kmod.spec Sun Jan 8 11:53:47 2012 @@ -5,19 +5,19 @@ Version: 3 Release: 1 License: GPL v2 -Group: Applications +Group: Applications/System Source0: http://packages.profusion.mobi/kmod/%{name}-%{version}.tar.xz # Source0-md5: bc0e69f75c2ac22c091f05e166e86c5d URL: http://git.profusion.mobi/cgit.cgi/kmod.git/ -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool +BuildRequires: autoconf >= 2.60 +BuildRequires: automake >= 1:1.11 +BuildRequires: libtool >= 2:2.0 BuildRequires: xz-devel >= 1:4.99 BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _exec_prefix / -%define _bindir %{_sbindir} +%define _bindir %{_sbindir} %description kmod is a set of tools to handle common tasks with Linux kernel @@ -61,6 +61,7 @@ %{__autoheader} %{__automake} %configure \ + --disable-silent-rules \ --with-xz \ --with-zlib %{__make} @@ -76,7 +77,7 @@ ln -s kmod $RPM_BUILD_ROOT%{_sbindir}/$prog done -rm $RPM_BUILD_ROOT%{_libdir}/libkmod.la +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libkmod.la %clean rm -rf $RPM_BUILD_ROOT @@ -109,6 +110,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2012/01/08 10:53:47 qboosh +- ac/am/lt versions +- hanged Group to Applications/System +- disable silent-rules + Revision 1.2 2012/01/07 15:23:14 glen - verbose files; ghost soname symlink ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kmod/kmod.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
