]> git.pld-linux.org Git - packages/libsigc++.git/commitdiff
- release 4
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 23 Sep 2001 21:04:44 +0000 (21:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ac2.5 ready, make libtool happy

Changed files:
    libsigc++.spec -> 1.19

libsigc++.spec

index 37aae94bbb752af0dc031cf8e8c63b17211ae748..897d00a947b4ad34d9059aef16ff538d8b142c0b 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       The Typesafe Signal Framework for C++
 Name:          libsigc++
 Version:       1.0.3
-Release:       3
+Release:       4
 Epoch:         1
 License:       LGPL
 Vendor:                Karl E. Nelson <kenelson@ece.ucdavis.edu>
@@ -53,6 +53,12 @@ Static Typesafe Signal Framework for C++ libraries.
 
 %build
 CXXFLAGS="%{rpmcflags} -fno-exceptions"
+
+rm -f missing
+libtoolize --copy --force
+aclocal
+autoconf
+automake -a -c
 %configure
 
 %{__make}
This page took 0.13175 seconds and 4 git commands to generate.