Author: glen Date: Sat Dec 15 16:54:02 2007 GMT Module: SPECS Tag: DEVEL ---- Log message: - update to 3.3 pre11
---- Files affected: SPECS: module-init-tools.spec (1.61 -> 1.61.2.1) ---- Diffs: ================================================================ Index: SPECS/module-init-tools.spec diff -u SPECS/module-init-tools.spec:1.61 SPECS/module-init-tools.spec:1.61.2.1 --- SPECS/module-init-tools.spec:1.61 Fri Nov 2 21:00:03 2007 +++ SPECS/module-init-tools.spec Sat Dec 15 17:53:57 2007 @@ -1,4 +1,7 @@ # $Revision$, $Date$ +# TODO +# - docs build broken +%define pre -pre11 Summary: Module utilities without kerneld Summary(de.UTF-8): Module-Utilities Summary(es.UTF-8): Utilitarios para mĂłdulos y kerneld @@ -9,12 +12,14 @@ Summary(tr.UTF-8): ModĂźl programlarÄą Summary(uk.UTF-8): ĐŁŃиНŃŃи Đ´ĐťŃ ŃОйОŃи С ПОдŃĐťŃПи ŃĐ´Ńа Name: module-init-tools -Version: 3.2.2 -Release: 5 +Version: 3.3 +Release: 0.1 License: GPL Group: Applications/System -Source0: http://kernel.org/pub/linux/utils/kernel/module-init-tools/%{name}-%{version}.tar.bz2 -# Source0-md5: a1ad0a09d3231673f70d631f3f5040e9 +#Source0: http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-%{version}%{pre}.tar.bz2 +Source0: http://www.kerneltools.org/pub/downloads/module-init-tools/%{name}-%{version}%{pre}.tar.bz2 +# Source0-md5: 1c00b41c66647731ed8eb0cd102f451f +URL: http://www.kerneltools.org/ Source1: %{name}-blacklist # TODO: # - update manual to this patch too @@ -23,6 +28,7 @@ Patch2: %{name}-insmod-zlib.patch Patch3: %{name}-sparc.patch Patch4: %{name}-modprobe_d.patch +Patch5: %{name}-docs.patch BuildRequires: autoconf BuildRequires: automake #BuildRequires: docbook-dtd41-sgml @@ -47,12 +53,13 @@ tego samego, co pakiet modutils dla Linuksa 2.4. %prep -%setup -q +%setup -q -n %{name}-%{version}%{pre} %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %build %{__aclocal} @@ -60,7 +67,8 @@ %{__automake} %configure \ --enable-zlib -%{__make} +%{__make} \ + DOCBOOKTOMAN=true %install rm -rf $RPM_BUILD_ROOT @@ -79,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT %post -if [ ! -s /etc/modprobe.conf -a -x /sbin/modprobe.modutils -a -f /etc/modules.conf ] && [ -d /lib/modules/`uname -r` ]; then +if [ ! -s /etc/modprobe.conf -a -x /sbin/modprobe.modutils -a -f /etc/modules.conf ] && [ -d /lib/modules/$(uname -r) ]; then echo "Generating /etc/modprobe.conf from obsolete /etc/modules.conf" %{_sbindir}/generate-modprobe.conf /etc/modprobe.conf fi @@ -99,6 +107,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.61.2.1 2007-12-15 16:53:57 glen +- update to 3.3 pre11 + Revision 1.61 2007-11-02 20:00:03 blues - rel.5 - it seems that the only allowed is *.conf ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/module-init-tools.spec?r1=1.61&r2=1.61.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
