[mingw-portablexdr: 2/10] initial import #467324

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 16:49:43 UTC 2012


commit 4567036db816dfc2443fdfa98fdb1ca59dcfc35f
Author: Adam Stokes <astokes at fedoraproject.org>
Date:   Fri Sep 3 11:08:30 2010 -0400

    initial import #467324

 mingw32-portablexdr.spec |   83 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 2 files changed, 84 insertions(+), 0 deletions(-)
---
diff --git a/mingw32-portablexdr.spec b/mingw32-portablexdr.spec
new file mode 100644
index 0000000..e2594a0
--- /dev/null
+++ b/mingw32-portablexdr.spec
@@ -0,0 +1,83 @@
+%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-portablexdr
+Version:	4.9.1
+Release:	1%{?dist}
+Summary:	MinGW Windows PortableXDR / RPC Library
+
+License:	LGPLv2+
+Group:		Development/Libraries
+URL:		http://et.redhat.com/~rjones/portablexdr/
+Source0:	http://et.redhat.com/~rjones/portablexdr/portablexdr-%{version}.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:	noarch
+
+BuildRequires:	mingw32-filesystem >= 56
+BuildRequires:	mingw32-gcc
+BuildRequires:	mingw32-binutils
+
+%description
+MinGW Windows PortableXDR XDR / RPC library.
+
+%prep
+%setup -q -n portablexdr-%{version}
+
+%build
+%{_mingw32_configure} --disable-static
+make %{?_smp_flags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%doc COPYING.LIB
+%{_mingw32_bindir}/portable-rpcgen.exe
+%{_mingw32_bindir}/libportablexdr-0.dll
+%{_mingw32_libdir}/libportablexdr.dll.a
+%{_mingw32_libdir}/libportablexdr.la
+%{_mingw32_includedir}/rpc
+
+%changelog
+* Tue Jul 13 2010 Ryan O'Hara <rohara at redhat.com> - 4.9.1-1
+- New upstream release 4.9.1.
+
+* Fri Feb 20 2009 Richard W.M. Jones <rjones at redhat.com> - 4.0.11-4
+- Rebuild for mingw32-gcc 4.4
+
+* Fri Feb  6 2009 Richard W.M. Jones <rjones at redhat.com> - 4.0.11-3
+- Include license file.
+
+* Fri Jan 23 2009 Richard W.M. Jones <rjones at redhat.com> - 4.0.11-2
+- Disable static libraries.
+- Use _smp_flags.
+
+* Wed Oct 15 2008 Richard W.M. Jones <rjones at redhat.com> - 4.0.11-1
+- New upstream version 4.0.11.
+
+* Wed Sep 24 2008 Richard W.M. Jones <rjones at redhat.com> - 4.0.10-5
+- Rename mingw -> mingw32.
+
+* Wed Sep 10 2008 Richard W.M. Jones <rjones at redhat.com> - 4.0.10-4
+- Remove static library.
+
+* Fri Sep  5 2008 Richard W.M. Jones <rjones at redhat.com> - 4.0.10-3
+- Use RPM macros from mingw-filesystem.
+
+* Tue Sep  2 2008 Daniel P. Berrange <berrange at redhat.com> - 4.0.10-2
+- List files explicitly and set custom CFLAGS
+
+* Tue Jul  8 2008 Richard W.M. Jones <rjones at redhat.com> - 4.0.10-1
+- New upstream release 4.0.10.
+- No need to manually install header files in this version.
+
+* Mon Jul  7 2008 Richard W.M. Jones <rjones at redhat.com> - 4.0.9-2
+- Initial RPM release, largely based on earlier work from several sources.
diff --git a/sources b/sources
index e69de29..7eab5aa 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+949e6dc9815590e5688f18bfdd2a98f9  portablexdr-4.9.1.tar.gz


More information about the scm-commits mailing list