]> git.pld-linux.org Git - packages/crossmingw32-libsigc++.git/blobdiff - crossmingw32-libsigc++.spec
- updated to 2.12.0
[packages/crossmingw32-libsigc++.git] / crossmingw32-libsigc++.spec
index 1767865189504ab9de29ddd4ecc307d4f46d9006..726974b21da3fb9dc9fe0e717fe3ea104fb02edb 100644 (file)
@@ -2,12 +2,12 @@ Summary:      The Typesafe Signal Framework for C++ - MinGW32 cross version
 Summary(pl.UTF-8):     Środowisko sygnałów z kontrolą typów dla C++ - wersja skrośna dla MinGW32
 %define                realname        libsigc++
 Name:          crossmingw32-%{realname}
-Version:       2.10.1
-Release:       2
+Version:       2.12.0
+Release:       1
 License:       LGPL v2.1+
 Group:         Development/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.10/%{realname}-%{version}.tar.xz
-# Source0-md5: 549cffbdb72fa105b782756f2713ffc7
+Source0:       https://download.gnome.org/sources/libsigc++/2.12/%{realname}-%{version}.tar.xz
+# Source0-md5: 943b7aef5d74fbc4f4a3bb67bcfaae02
 URL:           https://libsigcplusplus.github.io/libsigcplusplus/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.9
@@ -23,6 +23,7 @@ Requires:     crossmingw32-gcc-c++ >= 1:4.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                no_install_post_strip   1
+%define                _enable_debug_packages  0
 
 %define                target                  i386-mingw32
 %define                target_platform         i386-pc-mingw32
@@ -98,9 +99,11 @@ Biblioteka DLL libsigc++ dla Windows.
 %setup -q -n %{realname}-%{version}
 
 %build
+mm-common-prepare --copy --force
 %{__libtoolize}
 %{__aclocal} -I build
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
        --target=%{target} \
@@ -131,7 +134,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog NEWS README.md
 %{_libdir}/libsigc-2.0.dll.a
 %{_libdir}/libsigc-2.0.la
 %{_libdir}/sigc++-2.0
This page took 0.039023 seconds and 4 git commands to generate.