rpms/mingw32-cairomm/F-10 mingw32-cairomm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Thomas M. Sailer sailer at fedoraproject.org
Wed Apr 8 06:53:46 UTC 2009


Author: sailer

Update of /cvs/extras/rpms/mingw32-cairomm/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1674

Modified Files:
	.cvsignore sources 
Added Files:
	mingw32-cairomm.spec 
Log Message:
initial import from review
https://bugzilla.redhat.com/show_bug.cgi?id=492122



--- NEW FILE mingw32-cairomm.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}

Name:           mingw32-cairomm
Version:        1.6.2
Release:        1%{?dist}
Summary:        MinGW Windows C++ API for the cairo graphics library

License:        LGPLv2+
Group:          Development/Libraries
URL:            http://www.cairographics.org
Source0:        http://www.cairographics.org/releases/cairomm-%{version}.tar.gz
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-cairo
BuildRequires:  mingw32-libsigc++20
BuildRequires:  pkgconfig

Requires:       pkgconfig


%description
Cairomm is the C++ API for the cairo graphics library. It offers all the power
of cairo with an interface familiar to C++ developers, including use of the 
Standard Template Library where it makes sense.


%prep
%setup -q -n cairomm-%{version}


%build
%{_mingw32_configure} --enable-static=no --enable-docs=no
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root)
%doc COPYING
%{_mingw32_bindir}/libcairomm-1.0-1.dll
%{_mingw32_libdir}/libcairomm-1.0.dll.a
%{_mingw32_libdir}/libcairomm-1.0.la
%{_mingw32_libdir}/pkgconfig/cairomm-1.0.pc
%{_mingw32_libdir}/pkgconfig/cairomm-pdf-1.0.pc
%{_mingw32_libdir}/pkgconfig/cairomm-png-1.0.pc
%{_mingw32_libdir}/pkgconfig/cairomm-ps-1.0.pc
%{_mingw32_libdir}/pkgconfig/cairomm-svg-1.0.pc
%{_mingw32_libdir}/pkgconfig/cairomm-win32-1.0.pc
%{_mingw32_libdir}/pkgconfig/cairomm-win32-font-1.0.pc
%{_mingw32_includedir}/cairomm-1.0


%changelog
* Wed Apr  8 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.6.2-1
- Downgrade to 1.6.2 to match the native version

* Wed Mar 25 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.8.0-1
- update to 1.8.0

* Fri Feb 20 2009 Richard W.M. Jones <rjones at redhat.com> - 1.6.2-5
- Rebuild for mingw32-gcc 4.4

* Fri Feb  6 2009 Richard W.M. Jones <rjones at redhat.com> - 1.6.2-4
- Include license.

* Fri Jan 23 2009 Richard W.M. Jones <rjones at redhat.com> - 1.6.2-3
- Use _smp_mflags.

* Fri Oct 24 2008 Richard W.M. Jones <rjones at redhat.com> - 1.6.2-2
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mingw32-cairomm/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Apr 2009 02:45:37 -0000	1.1
+++ .cvsignore	8 Apr 2009 06:53:15 -0000	1.2
@@ -0,0 +1 @@
+cairomm-1.6.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mingw32-cairomm/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Apr 2009 02:45:37 -0000	1.1
+++ sources	8 Apr 2009 06:53:15 -0000	1.2
@@ -0,0 +1 @@
+eac5d159e4cba98e32ea174483dee24e  cairomm-1.6.2.tar.gz




More information about the fedora-extras-commits mailing list