From aeb7fdae339f7cd3743f80991a641d3eb7eb87d1 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 03:48:59 +0100 Subject: [PATCH] update to 2.22.7 [release 2.22.7-1mamba;Thu May 02 2013] --- README.md | 2 ++ libatkmm.spec | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 libatkmm.spec diff --git a/README.md b/README.md index 5f3f6ec..da18fee 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libatkmm +atkmm is the official C++ interface for the ATK accessibility toolkit library. It may be used, for instance, by user interfaces implemented with gtkmm. + diff --git a/libatkmm.spec b/libatkmm.spec new file mode 100644 index 0000000..38bc9b9 --- /dev/null +++ b/libatkmm.spec @@ -0,0 +1,90 @@ +Name: libatkmm +Version: 2.22.7 +Release: 1mamba +Summary: The official C++ interface for the ATK accessibility toolkit library +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://library.gnome.org/devel/atkmm/unstable/ +Source: http://ftp.acc.umu.se/pub/GNOME/sources/atkmm/2.22/atkmm-%{version}.tar.xz +License: LGPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libatk-devel +BuildRequires: libgcc +BuildRequires: libglib-devel +BuildRequires: libglibmm-devel +BuildRequires: libsigc++-devel +BuildRequires: libstdc++6-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +atkmm is the official C++ interface for the ATK accessibility toolkit library. It may be used, for instance, by user interfaces implemented with gtkmm. + +%package devel +Summary: Devel package for %{name} +Group: Development/Libraries +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +atkmm is the official C++ interface for the ATK accessibility toolkit library. It may be used, for instance, by user interfaces implemented with gtkmm. + +This package contains static libraries and header files need for development. + +%prep +%setup -q -n atkmm-%{version} + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libdir}/libatkmm-*.so.* +%doc AUTHORS COPYING ChangeLog NEWS README + +%files devel +%defattr(-,root,root) +%dir %{_includedir} +%dir %{_includedir}/atkmm-* +%{_includedir}/atkmm-*/atkmm.h +%{_includedir}/atkmm-*/atkmm/ +%{_libdir}/libatkmm-*.la +%{_libdir}/libatkmm-*.so +%{_libdir}/atkmm-1.6/include/atkmmconfig.h +%{_libdir}/atkmm-1.6/proc/m4/convert*.m4 +%{_libdir}/pkgconfig/*.pc +%{_datadir}/devhelp/books/atkmm-*/atkmm-*.devhelp2 +%dir %{_docdir}/atkmm-* +%{_docdir}/atkmm-*/reference + +%changelog +* Thu May 02 2013 Automatic Build System 2.22.7-1mamba +- update to 2.22.7 + +* Wed Oct 26 2011 Automatic Build System 2.22.6-1mamba +- automatic version update by autodist + +* Thu Mar 31 2011 Automatic Build System 2.22.5-1mamba +- automatic update by autodist + +* Fri Mar 25 2011 Automatic Build System 2.22.4-1mamba +- automatic update by autodist + +* Sat Jan 08 2011 Automatic Build System 2.22.2-1mamba +- automatic update by autodist + +* Sat Nov 20 2010 Automatic Build System 2.22.1-1mamba +- automatic update to 2.22.1 by autodist + +* Mon Oct 25 2010 Silvan Calarco 2.22.0-1mamba +- package created by autospec