Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
5bb30032e5
!10 Update to 2.28.3
From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2023-01-31 07:35:46 +00:00
dwl301
29a267f678 Update to 2.28.3 2023-01-30 19:31:18 +08:00
openeuler-ci-bot
b638142098
!7 Update to 2.28.2
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-04-13 08:45:38 +00:00
zhang__3125
cf51debccb Update to 2.28.2 2022-04-13 15:38:10 +08:00
openeuler-ci-bot
d0bf353a0f !3 Upgrade to 2.28.1
From: @weijin-deng
Reviewed-by: 
Signed-off-by:
2021-06-30 06:33:43 +00:00
weijin-deng
ba1dba9301 Upgrade to 2.28.1
Use meson rebuild
2021-06-28 11:31:24 +08:00
openeuler-ci-bot
abe7a4414e !2 Modify license information
From: @wang--ge
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-01-07 09:28:09 +08:00
wang--ge
fe201c8bb9 Modify license information 2021-01-05 20:43:58 +08:00
openeuler-ci-bot
f4b581d27d !1 add yaml file
Merge pull request !1 from ultra_planet/master
2020-05-09 15:03:41 +08:00
ultra_planet
9770b72eaa add yaml file 2020-05-09 09:38:33 +08:00
4 changed files with 33 additions and 19 deletions

Binary file not shown.

BIN
atkmm-2.28.3.tar.xz Normal file

Binary file not shown.

View File

@ -1,22 +1,24 @@
%global apiver 1.6 %global apiver 1.6
%define version_no_minor %(echo %{version} | awk -F. '{print $1"."$2}') %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
%global glibmm24_version 2.46.2
Name: atkmm Name: atkmm
Version: 2.24.2 Version: 2.28.3
Release: 8 Release: 1
Summary: C++ bindings for the ATK library Summary: C++ bindings for the ATK library
License: LGPLv2+ License: LGPLv2+
URL: http://www.gtkmm.org/ URL: https://www.gtkmm.org/
Source0: http://ftp.gnome.org/pub/GNOME/sources/atkmm/%{version_no_minor}/atkmm-%{version}.tar.xz Source0: https://download.gnome.org/sources/atkmm/%{release_version}/atkmm-%{version}.tar.xz
BuildRequires: gcc-c++ atk-devel glibmm24-devel >= 2.46.1 BuildRequires: meson gcc-c++ atk-devel glibmm24-devel >= %{glibmm24_version}
Requires: glibmm24%{?_isa} >= 2.46.1 BuildRequires: mm-common m4 perl doxygen graphviz libxslt
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}
@ -35,38 +37,46 @@ 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
%configure --disable-static %meson -Dbuild-documentation=true
%make_build %meson_build
%install %install
%make_install %meson_install
%delete_la %delete_la
%ldconfig_scriptlets %ldconfig_scriptlets
%files %files
%license COPYING %license COPYING
%{_libdir}/*.so.* %{_libdir}/libatkmm-%{apiver}.so.1*
%files devel %files devel
%{_includedir}/atkmm-%{apiver}/ %{_includedir}/atkmm-%{apiver}/
%{_libdir}/*.so %{_libdir}/libatkmm-%{apiver}.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_libdir}/atkmm-%{apiver}/ %{_libdir}/atkmm-%{apiver}/
%files help %files help
%doc AUTHORS NEWS README %doc AUTHORS NEWS
%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

4
atkmm.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: gitlab.gnome
src_repo: atkmm
tag_prefix: "^v"
seperator: "."