]> git.pld-linux.org Git - packages/docsis.git/commitdiff
- libtoolize & add -lm => resolved all compilation issues.
authortwittner <twittner@pld-linux.org>
Thu, 25 Sep 2008 14:21:00 +0000 (14:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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 ;)

Changed files:
    docsis-link.patch -> 1.1
    docsis.spec -> 1.3

docsis-link.patch [new file with mode: 0644]
docsis.spec

diff --git a/docsis-link.patch b/docsis-link.patch
new file mode 100644 (file)
index 0000000..cbac01c
--- /dev/null
@@ -0,0 +1,15 @@
+diff -u b.docsis-0.9.5/configure.in n.docsis-0.9.5/configure.in
+--- b.docsis-0.9.5/configure.in        2005-07-06 01:53:18.000000000 +0200
++++ n.docsis-0.9.5/configure.in        2008-09-25 15:54:05.804556120 +0200
+@@ -10,6 +10,7 @@
+ AC_PROG_LEX
+ AC_CHECK_LIB(resolv, inet_aton)
++AC_CHECK_LIB(m, trunc)
+ AC_PATH_PROGS([M4], [gm4 gnum4 m4], [notfound],[/usr/local/bin:/usr/freeware/bin:/usr/gnu/bin:${prefix}/bin:${exec_prefix}/bin:$PATH] )
+ if test "x$M4" = "xnotfound"; then
+Common subdirectories: b.docsis-0.9.5/doc and n.docsis-0.9.5/doc
+Common subdirectories: b.docsis-0.9.5/examples and n.docsis-0.9.5/examples
+Common subdirectories: b.docsis-0.9.5/mibs and n.docsis-0.9.5/mibs
+Common subdirectories: b.docsis-0.9.5/src and n.docsis-0.9.5/src
index 4243086e1cdaf7c06111c91b8695c2e31e7d7ab8..d6828355757e24989e2920271def2c2175469317 100644 (file)
@@ -2,12 +2,13 @@ Summary:      DOCSIS RFI 1.1 Encoding Configuration File Settings into binary configu
 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
@@ -27,8 +28,10 @@ konfiguracyjnych zgodnie z DOCSIS RFI 1.1.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
This page took 0.034188 seconds and 4 git commands to generate.