|
@@ -1,5 +1,5 @@
|
|
%define name libsigc++
|
|
%define name libsigc++
|
|
-%define version 2.10.0
|
|
|
|
|
|
+%define version 2.10.2
|
|
%define release 1%{?_dist_release}
|
|
%define release 1%{?_dist_release}
|
|
|
|
|
|
%define lib_name sigc++-2.0
|
|
%define lib_name sigc++-2.0
|
|
@@ -11,20 +11,19 @@ Summary(ja): C++ 用の型安全なシグナルフレームワーク
|
|
Name: %{name}
|
|
Name: %{name}
|
|
Version: %{version}
|
|
Version: %{version}
|
|
Release: %{release}
|
|
Release: %{release}
|
|
-
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
-License: LGPLv2
|
|
|
|
-URL: http://libsigc.sourceforge.net/
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
-Source: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.10/%{name}-%{version}.tar.xz
|
|
|
|
|
|
+License: LGPLv2
|
|
|
|
+URL: https://github.com/libsigcplusplus/libsigcplusplus
|
|
|
|
+%global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
|
|
|
|
+Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: m4
|
|
BuildRequires: m4
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
|
-Distribution: Vine Linux
|
|
|
|
-
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
This library implements a full callback system for use in widget libraries,
|
|
This library implements a full callback system for use in widget libraries,
|
|
@@ -100,7 +99,8 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,755)
|
|
%defattr(-,root,root,755)
|
|
-%doc AUTHORS COPYING README NEWS ChangeLog TODO
|
|
|
|
|
|
+%license COPYING
|
|
|
|
+%doc AUTHORS README NEWS ChangeLog TODO
|
|
%attr(755,root,root) %{_libdir}/lib*.so.*
|
|
%attr(755,root,root) %{_libdir}/lib*.so.*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
@@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_libdir}/%{lib_name}/tests
|
|
%{_libdir}/%{lib_name}/tests
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Mar 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10.2-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Sat Jan 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10.0-1
|
|
* Sat Jan 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10.0-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|