[mingw-pangomm: 2/26] import from review

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 16:31:33 UTC 2012


commit c9a271c4f57a262701bd23e69e41bf01579d4411
Author: sailer <sailer at fedoraproject.org>
Date:   Sun Apr 12 21:10:15 2009 +0000

    import from review

 .cvsignore           |    1 +
 mingw32-pangomm.spec |   97 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 3 files changed, 99 insertions(+), 0 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index e69de29..a52b64f 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+pangomm-2.24.0.tar.bz2
diff --git a/mingw32-pangomm.spec b/mingw32-pangomm.spec
new file mode 100644
index 0000000..f6b6dcc
--- /dev/null
+++ b/mingw32-pangomm.spec
@@ -0,0 +1,97 @@
+%define __strip %{_mingw32_strip}
+%define __objdump %{_mingw32_objdump}
+%define _use_internal_dependency_generator 0
+%define __find_requires %{_mingw32_findrequires}
+%define __find_provides %{_mingw32_findprovides}
+
+%define apiver 1.4
+
+Name:           mingw32-pangomm
+Version:        2.24.0
+Release:        1%{?dist}
+Summary:        MinGW Windows C++ interface for Pango
+
+License:        LGPLv2+
+Group:          Development/Libraries
+URL:            http://gtkmm.sourceforge.net/
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.24/pangomm-%{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:  mingw32-glibmm24 >= 2.14.1
+BuildRequires:  mingw32-cairomm >= 1.2.2
+BuildRequires:  mingw32-pango >= 1.21.4
+BuildRequires:  doxygen
+BuildRequires:  graphviz
+
+Requires:       pkgconfig
+
+
+%description
+pangomm provides a C++ interface to the Pango library. Highlights
+include typesafe callbacks, widgets extensible via inheritance and a
+comprehensive set of widget classes that can be freely combined to
+quickly create complex user interfaces.
+
+
+%prep
+%setup -q -n pangomm-%{version}
+
+
+%build
+%{_mingw32_configure} --disable-static
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
+
+rm -r $RPM_BUILD_ROOT%{_mingw32_libdir}/pangomm-%{apiver}
+
+# Remove documentation.
+rm -r $RPM_BUILD_ROOT%{_mingw32_docdir}/pangomm-%{apiver}
+rm -r $RPM_BUILD_ROOT%{_mingw32_datadir}/devhelp
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root)
+%doc COPYING COPYING.tools
+%{_mingw32_bindir}/libpangomm-%{apiver}-1.dll
+%{_mingw32_libdir}/libpangomm-%{apiver}.la
+%{_mingw32_libdir}/libpangomm-%{apiver}.dll.a
+%{_mingw32_libdir}/pkgconfig/pangomm-%{apiver}.pc
+%{_mingw32_includedir}/pangomm-%{apiver}
+
+
+%changelog
+* Tue Apr  7 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.24.0-1
+- Update to upstream 2.24.0, to keep mingw32 package in sync with
+  native pangomm
+
+* Wed Mar 25 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.14.1-1
+- update to 2.14.1
+
+* Fri Feb 20 2009 Richard W.M. Jones <rjones at redhat.com> - 2.14.0-6
+- Rebuild for mingw32-gcc 4.4
+
+* Fri Feb  6 2009 Richard W.M. Jones <rjones at redhat.com> - 2.14.0-5
+- Include license file.
+
+* Fri Jan 23 2009 Richard W.M. Jones <rjones at redhat.com> - 2.14.0-4
+- Use _smp_mflags.
+
+* Tue Jan 13 2009 Richard W.M. Jones <rjones at redhat.com> - 2.14.0-3
+- Requires pkgconfig.
+
+* Fri Oct 24 2008 Richard W.M. Jones <rjones at redhat.com> - 2.14.0-2
+- Initial RPM release.
diff --git a/sources b/sources
index e69de29..4858ced 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+fa0f44c37499433455857becad4bbcda  pangomm-2.24.0.tar.bz2


More information about the scm-commits mailing list