|
@@ -1,9 +1,11 @@
|
|
%define name libsigc++
|
|
%define name libsigc++
|
|
-%define version 2.8.0
|
|
|
|
|
|
+%define version 2.10.0
|
|
%define release 1%{?_dist_release}
|
|
%define release 1%{?_dist_release}
|
|
|
|
|
|
%define lib_name sigc++-2.0
|
|
%define lib_name sigc++-2.0
|
|
|
|
|
|
|
|
+%define _unpackaged_files_terminate_build 1
|
|
|
|
+
|
|
Summary: The Typesafe Signal Framework for C++
|
|
Summary: The Typesafe Signal Framework for C++
|
|
Summary(ja): C++ 用の型安全なシグナルフレームワーク
|
|
Summary(ja): C++ 用の型安全なシグナルフレームワーク
|
|
Name: %{name}
|
|
Name: %{name}
|
|
@@ -14,7 +16,7 @@ Group: System Environment/Libraries
|
|
License: LGPLv2
|
|
License: LGPLv2
|
|
URL: http://libsigc.sourceforge.net/
|
|
URL: http://libsigc.sourceforge.net/
|
|
|
|
|
|
-Source: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.8/%{name}-%{version}.tar.xz
|
|
|
|
|
|
+Source: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.10/%{name}-%{version}.tar.xz
|
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: gcc-c++
|
|
@@ -118,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_libdir}/%{lib_name}/tests
|
|
%{_libdir}/%{lib_name}/tests
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jan 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Fri Jul 15 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-1
|
|
* Fri Jul 15 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|