rpms/mingw32-pangomm/devel mingw32-pangomm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Thomas M. Sailer sailer at fedoraproject.org
Sun Apr 12 21:10:46 UTC 2009


Author: sailer

Update of /cvs/extras/rpms/mingw32-pangomm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19092

Modified Files:
	.cvsignore sources 
Added Files:
	mingw32-pangomm.spec 
Log Message:
import from review



--- NEW FILE mingw32-pangomm.spec ---
%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.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mingw32-pangomm/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Apr 2009 23:13:15 -0000	1.1
+++ .cvsignore	12 Apr 2009 21:10:15 -0000	1.2
@@ -0,0 +1 @@
+pangomm-2.24.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mingw32-pangomm/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Apr 2009 23:13:15 -0000	1.1
+++ sources	12 Apr 2009 21:10:15 -0000	1.2
@@ -0,0 +1 @@
+fa0f44c37499433455857becad4bbcda  pangomm-2.24.0.tar.bz2




More information about the scm-commits mailing list