Summary: The Typesafe Signal Framework for C++ Summary(pl): Środowisko sygnałów z kontrolą typów dla C++ Name: libsigc++ Version: 1.1.8 Release: 1 Epoch: 1 License: LGPL Vendor: Karl E. Nelson Group: Libraries Source0: http://prdownloads.sourceforge.net/libsigc/%{name}-%{version}.tar.gz URL: http://libsigc.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: libstdc++-devel BuildRequires: libtool BuildRequires: m4 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: libsigc++-examples Conflicts: %{name} < 1.1.0 %description This library implements a full callback system for use in widget libraries, abstract interfaces, and general programming. Originally part of the Gtk-- widget set, %{name} is now a seperate library to provide for more general use. It is the most complete library of its kind with the ablity to connect an abstract callback to a class method, function, or function object. It contains adaptor classes for connection of dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries. %description -l pl Ta biblioteka jest implementacją pełnego systemu callbacków do używania w bibliotekach widgetów, interfejsach abstrakcyjnych i ogólnym programowaniu. Oryginalnie była to część zestawu widgetów Gtk--, ale jest teraz oddzielną biblioteką ogólniejszego przeznaczenia. Jest to kompletna biblioteka tego typu z możliwością łączenia abstrakcyjnych callbacków z metodami klas, funkcjami lub obiektami funkcji. Zawiera klasy adapterów do łączenia różnych callbacków. %package devel Summary: Development tools for the Typesafe Signal Framework for C++ Summary(pl): Narzędzia programistyczne do środowiska libsig++ Group: Development/Libraries Requires: m4 Requires: %{name} = %{version} %description devel Development tools for the Typesafe Signal Framework for C++. %description devel -l pl Narzędzia programistyczne do środowiska libsigc++ - sygnałów z kontrolą typów. %package static Summary: Static Typesafe Signal Framework for C++ libraries Summary(pl): Statyczna biblioteka libsigc++ Group: Development/Libraries Requires: %{name}-devel = %{version} %description static Static Typesafe Signal Framework for C++ libraries. %description static -l pl Statyczna biblioteka libsigc++ - środowiska sygnałów z kontrolą typów. %prep %setup -q %build CXXFLAGS="%{rpmcflags} -fno-exceptions" rm -f scripts/missing libtoolize --copy --force aclocal autoconf automake -a -c %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ m4datadir=%{_aclocaldir} gzip -9nf AUTHORS README IDEAS FEATURES NEWS ChangeLog TODO doc/* %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/lib*.so.*.* %files devel %defattr(644,root,root,755) %doc *.gz doc/* %attr(755,root,root) %{_bindir}/sigc-config* %attr(755,root,root) %{_libdir}/lib*.so %attr(755,root,root) %{_libdir}/lib*.la %{_includedir}/sigc++-* %{_libdir}/sigc++-* %{_pkgconfigdir}/* %{_aclocaldir}/* %files static %defattr(644,root,root,755) %{_libdir}/lib*.a