update to 2.22.7 [release 2.22.7-1mamba;Thu May 02 2013]
This commit is contained in:
parent
bc30b350eb
commit
aeb7fdae33
@ -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.
|
||||
|
||||
|
90
libatkmm.spec
Normal file
90
libatkmm.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <autodist@mambasoft.it> 2.22.7-1mamba
|
||||
- update to 2.22.7
|
||||
|
||||
* Wed Oct 26 2011 Automatic Build System <autodist@mambasoft.it> 2.22.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 31 2011 Automatic Build System <autodist@mambasoft.it> 2.22.5-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Mar 25 2011 Automatic Build System <autodist@mambasoft.it> 2.22.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Jan 08 2011 Automatic Build System <autodist@mambasoft.it> 2.22.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Nov 20 2010 Automatic Build System <autodist@mambasoft.it> 2.22.1-1mamba
|
||||
- automatic update to 2.22.1 by autodist
|
||||
|
||||
* Mon Oct 25 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.22.0-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user