rpms/mingw32-runtime/F-10 import.log, NONE, 1.1 mingw32-runtime.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Richard W.M. Jones rjones at fedoraproject.org
Tue Nov 25 17:28:50 UTC 2008


Author: rjones

Update of /cvs/pkgs/rpms/mingw32-runtime/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29208/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mingw32-runtime.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
mingw32-runtime-3_15_1-8_fc10:F-10:mingw32-runtime-3.15.1-8.fc10.src.rpm:1227633655


--- NEW FILE mingw32-runtime.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-runtime
Version:        3.15.1
Release:        8%{?dist}
Summary:        MinGW Windows cross-compiler runtime

License:        Public Domain
Group:          Development/Libraries
URL:            http://www.mingw.org/
Source0:        http://dl.sourceforge.net/sourceforge/mingw/mingwrt-%{version}-mingw32-src.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch

BuildRequires:  mingw32-filesystem >= 39-3
BuildRequires:  mingw32-binutils
BuildRequires:  mingw32-gcc

Requires:       mingw32-binutils
Requires:       mingw32-gcc

# Once this is installed, mingw32-bootstrap (binary bootstrapper) is no
# longer needed.
Obsoletes:      mingw32-runtime-bootstrap


%description
MinGW Windows cross-compiler runtime, base libraries.


%prep
%setup -q -n mingwrt-%{version}-mingw32


%build
MINGW32_CFLAGS="%{_mingw32_cflags} -I%{_mingw32_includedir}"
%{_mingw32_configure}
%{_mingw32_make}


%install
rm -rf $RPM_BUILD_ROOT

%{_mingw32_makeinstall}

# make install places these in nonstandard locations, so move them.
mkdir -p $RPM_BUILD_ROOT%{_mingw32_docdir}
mv $RPM_BUILD_ROOT%{_mingw32_prefix}/doc/* $RPM_BUILD_ROOT%{_mingw32_docdir}/


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root)
%{_mingw32_bindir}/*
%{_mingw32_docdir}/*
%{_mingw32_includedir}/*
%{_mingw32_libdir}/*
%{_mingw32_mandir}/man3/*


%changelog
* Mon Nov 24 2008 Richard W.M. Jones <rjones at redhat.com> - 3.15.1-8
- Rebuild against latest filesystem package.
- MINGW_CFLAGS -> MINGW32_CFLAGS.
- Rewrite the summary for accuracy and brevity.

* Fri Nov 21 2008 Richard W.M. Jones <rjones at redhat.com> - 3.15.1-6
- Remove obsoletes for a long dead package.
- Reenable (and fix) _mingw32_configure (Levente Farkas).

* Thu Nov 20 2008 Richard W.M. Jones <rjones at redhat.com> - 3.15.1-5
- Don't use _mingw32_configure macro - doesn't work here.

* Wed Nov 19 2008 Richard W.M. Jones <rjones at redhat.com> - 3.15.1-4
- Rebuild against mingw32-filesystem 37

* Wed Nov 19 2008 Richard W.M. Jones <rjones at redhat.com> - 3.15.1-3
- Remove the useconds patch, which is no longer needed (Levente Farkas).
- Use _mingw32_configure macro.

* Wed Nov 19 2008 Richard W.M. Jones <rjones at redhat.com> - 3.15.1-2
- Rebuild against mingw32-filesystem 36

* Thu Oct 16 2008 Richard W.M. Jones <rjones at redhat.com> - 3.15.1-1
- New upstream version 3.15.1.

* Wed Sep 24 2008 Richard W.M. Jones <rjones at redhat.com> - 3.14-6
- Rename mingw -> mingw32.

* Thu Sep  4 2008 Richard W.M. Jones <rjones at redhat.com> - 3.14-4
- Use RPM macros from mingw-filesystem.

* Mon Jul  7 2008 Richard W.M. Jones <rjones at redhat.com> - 3.14-2
- Initial RPM release, largely based on earlier work from several sources.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-runtime/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Nov 2008 16:36:22 -0000	1.1
+++ .cvsignore	25 Nov 2008 17:28:20 -0000	1.2
@@ -0,0 +1 @@
+mingwrt-3.15.1-mingw32-src.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-runtime/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Nov 2008 16:36:22 -0000	1.1
+++ sources	25 Nov 2008 17:28:20 -0000	1.2
@@ -0,0 +1 @@
+0411b98fd5eeac0706e2abb7122526bb  mingwrt-3.15.1-mingw32-src.tar.gz




More information about the scm-commits mailing list