[mingw-libsigc++20: 2/18] initial import

epienbro epienbro at fedoraproject.org
Wed Mar 7 19:51:47 UTC 2012


commit c7b2d03d0175bcb6df3d540e1f191e52f1d14605
Author: sailer <sailer at fedoraproject.org>
Date:   Mon Mar 30 21:45:48 2009 +0000

    initial import

 .cvsignore               |    1 +
 mingw32-libsigc++20.spec |   95 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 97 insertions(+), 0 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index e69de29..f8f1365 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+libsigc++-2.2.2.tar.bz2
diff --git a/mingw32-libsigc++20.spec b/mingw32-libsigc++20.spec
new file mode 100644
index 0000000..57b382e
--- /dev/null
+++ b/mingw32-libsigc++20.spec
@@ -0,0 +1,95 @@
+%define __strip %{_mingw32_strip}
+%define __objdump %{_mingw32_objdump}
+%define _use_internal_dependency_generator 0
+%define __find_requires %{_mingw32_findrequires}
+%define __find_provides %{_mingw32_findprovides}
+
+Name:           mingw32-libsigc++20
+Version:        2.2.2
+Release:        6%{?dist}
+Summary:        MinGW Windows port of the typesafe signal framework for C++
+
+License:        LGPLv2+
+Group:          Development/Libraries
+URL:            http://libsigc.sourceforge.net/
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+
+BuildRequires:  mingw32-filesystem >= 30
+BuildRequires:  mingw32-gcc
+BuildRequires:  mingw32-gcc-c++
+BuildRequires:  mingw32-binutils
+
+BuildRequires:  m4
+
+Requires:       pkgconfig
+
+
+%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 separate library to
+provide for more general use. It is the most complete library of its
+kind with the ability 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.
+
+Package GTK-- (gtkmm), which is a C++ binding to the GTK+ library,
+starting with version 1.1.2, uses %name.
+
+
+%prep
+%setup -q -n libsigc++-%{version}
+
+
+%build
+%{_mingw32_configure} --disable-static
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT install
+chmod a-x $RPM_BUILD_ROOT/%{_mingw32_libdir}/libsigc-2.0.dll.a
+chmod a-x $RPM_BUILD_ROOT/%{_mingw32_libdir}/libsigc-2.0.la
+
+# Docs duplicate native package.
+rm -r $RPM_BUILD_ROOT%{_mingw32_docdir}/libsigc-2.0
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root)
+%doc COPYING
+%{_mingw32_bindir}/libsigc-2.0-0.dll
+%{_mingw32_libdir}/libsigc-2.0.dll.a
+%{_mingw32_libdir}/libsigc-2.0.la
+%{_mingw32_libdir}/pkgconfig/sigc++-2.0.pc
+%{_mingw32_includedir}/sigc++-2.0
+%{_mingw32_libdir}/sigc++-2.0
+
+
+%changelog
+* Sun Mar 29 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.2.2-6
+- remove executable permission from .dll.a and .la file
+- remove inappropriate comment
+
+* Fri Feb 20 2009 Richard W.M. Jones <rjones at redhat.com> - 2.2.2-5
+- Rebuild for mingw32-gcc 4.4
+
+* Fri Feb  6 2009 Richard W.M. Jones <rjones at redhat.com> - 2.2.2-4
+- Include license file.
+
+* Fri Jan 23 2009 Richard W.M. Jones <rjones at redhat.com> - 2.2.2-3
+- Use _smp_mflags.
+
+* Tue Jan 13 2009 Richard W.M. Jones <rjones at redhat.com> - 2.2.2-2
+- Requires pkgconfig.
+
+* Fri Oct 24 2008 Richard W.M. Jones <rjones at redhat.com> - 2.2.2-1
+- Initial RPM release.
diff --git a/sources b/sources
index e69de29..54cd835 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+962493fd6b26425f21504c3416c4efa1  libsigc++-2.2.2.tar.bz2


More information about the scm-commits mailing list