Compare commits
No commits in common. "5bb30032e54ab8368b0d3d43f99a5873393d21d2" and "73875aa4fa2b55f08defe37a4561ca065e6aaf0e" have entirely different histories.
5bb30032e5
...
73875aa4fa
BIN
atkmm-2.24.2.tar.xz
Normal file
BIN
atkmm-2.24.2.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
48
atkmm.spec
48
atkmm.spec
@ -1,24 +1,22 @@
|
|||||||
%global apiver 1.6
|
%global apiver 1.6
|
||||||
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
%define version_no_minor %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||||
|
|
||||||
%global glibmm24_version 2.46.2
|
|
||||||
|
|
||||||
Name: atkmm
|
Name: atkmm
|
||||||
Version: 2.28.3
|
Version: 2.24.2
|
||||||
Release: 1
|
Release: 8
|
||||||
Summary: C++ bindings for the ATK library
|
Summary: C++ bindings for the ATK library
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://www.gtkmm.org/
|
URL: http://www.gtkmm.org/
|
||||||
Source0: https://download.gnome.org/sources/atkmm/%{release_version}/atkmm-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/atkmm/%{version_no_minor}/atkmm-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: meson gcc-c++ atk-devel glibmm24-devel >= %{glibmm24_version}
|
BuildRequires: gcc-c++ atk-devel glibmm24-devel >= 2.46.1
|
||||||
BuildRequires: mm-common m4 perl doxygen graphviz libxslt
|
Requires: glibmm24%{?_isa} >= 2.46.1
|
||||||
Requires: glibmm24%{?_isa} >= %{glibmm24_version}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
atkmm is the C++ binding for the ATK library.
|
atkmm is the C++ binding for the ATK library.
|
||||||
This module is part of the GNOME C++ bindings effort <http://www.gtkmm.org/>.
|
This module is part of the GNOME C++ bindings effort <http://www.gtkmm.org/>.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
@ -37,46 +35,38 @@ Requires: glibmm24-doc
|
|||||||
%description help
|
%description help
|
||||||
This package provides the documentation files for the ATK library's C++ bindings.
|
This package provides the documentation files for the ATK library's C++ bindings.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Dbuild-documentation=true
|
%configure --disable-static
|
||||||
%meson_build
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%make_install
|
||||||
%delete_la
|
%delete_la
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/libatkmm-%{apiver}.so.1*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/atkmm-%{apiver}/
|
%{_includedir}/atkmm-%{apiver}/
|
||||||
%{_libdir}/libatkmm-%{apiver}.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_libdir}/atkmm-%{apiver}/
|
%{_libdir}/atkmm-%{apiver}/
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc AUTHORS NEWS
|
%doc AUTHORS NEWS README
|
||||||
%doc %{_docdir}/atkmm-%{apiver}/
|
%doc %{_docdir}/atkmm-%{apiver}/
|
||||||
%doc %{_datadir}/devhelp/
|
%doc %{_datadir}/devhelp/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 2 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 2.28.3-1
|
|
||||||
- Update to 2.28.3 for gnome 42.6
|
|
||||||
|
|
||||||
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 2.28.2-1
|
|
||||||
- Update to 2.28.2
|
|
||||||
|
|
||||||
* Fri Jun 18 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 2.28.1-1
|
|
||||||
- Upgrade to 2.28.1
|
|
||||||
- Use meson rebuild
|
|
||||||
|
|
||||||
* Mon Jan 4 2021 Ge Wang <wangge20@huawei.com> - 2.24.2-9
|
|
||||||
- Modify license infomation
|
|
||||||
|
|
||||||
* Tue Nov 19 2019 mengxian <mengxian@huawei.com> - 2.24.2-8
|
* Tue Nov 19 2019 mengxian <mengxian@huawei.com> - 2.24.2-8
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: gitlab.gnome
|
|
||||||
src_repo: atkmm
|
|
||||||
tag_prefix: "^v"
|
|
||||||
seperator: "."
|
|
||||||
Loading…
x
Reference in New Issue
Block a user