Author: twittner Date: Thu Sep 25 14:21:05 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - libtoolize & add -lm => resolved all compilation issues. - rel. 1.1 - I don't need it so I didn't test it, but a was inquired about one patch (I've got inquiery from Macedonia ;)
---- Files affected: SPECS: docsis.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/docsis.spec diff -u SPECS/docsis.spec:1.2 SPECS/docsis.spec:1.3 --- SPECS/docsis.spec:1.2 Fri Jan 11 18:42:16 2008 +++ SPECS/docsis.spec Thu Sep 25 16:20:59 2008 @@ -3,12 +3,13 @@ Summary(pl.UTF-8): Kodowanie ustawień konfiguracyjnych w plikach binarnych wg DOCSIS RFI 1.1 Name: docsis Version: 0.9.5 -Release: 0.1 +Release: 1.1 License: GPL v2 Group: Applications Source0: http://dl.sourceforge.net/docsis/%{name}-%{version}.tar.gz # Source0-md5: 2b89cf254a5eb07b0ee8b6331238ea96 Patch0: %{name}-gnu-m4-detect.patch +Patch1: %{name}-link.patch URL: http://docsis.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -28,8 +29,10 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build +%{__libtoolize} %{__aclocal} %{__autoconf} %{__automake} @@ -59,6 +62,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008/09/25 14:20:59 twittner +- libtoolize & add -lm => resolved all compilation issues. +- rel. 1.1 - I don't need it so I didn't test it, but a was inquired + about one patch (I've got inquiery from Macedonia ;) + Revision 1.2 2008/01/11 17:42:16 qboosh - pl ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/docsis.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
