[mingw-spice-protocol: 2/14] Initial import (#614047)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 17:43:40 UTC 2012


commit 99cc30dc60750db3cc0bf9dcd07e791fad4c0fb9
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri Sep 17 13:15:54 2010 +0200

    Initial import (#614047)

 .gitignore                  |    1 +
 mingw32-spice-protocol.spec |   47 +++++++++++++++++++++++++++++++++++++++++++
 sources                     |    1 +
 3 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..2ca2e8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/spice-protocol-0.5.3.tar.gz
diff --git a/mingw32-spice-protocol.spec b/mingw32-spice-protocol.spec
new file mode 100644
index 0000000..66520f8
--- /dev/null
+++ b/mingw32-spice-protocol.spec
@@ -0,0 +1,47 @@
+%global __strip %{_mingw32_strip}
+%global __objdump %{_mingw32_objdump}
+%global _use_internal_dependency_generator 0
+%global __find_requires %{_mingw32_findrequires}
+%global __find_provides %{_mingw32_findprovides}
+
+Name:           mingw32-spice-protocol
+Version:        0.5.3
+Release:        2%{?dist}
+Summary:        Spice protocol header files
+Group:          Development/Libraries
+License:        BSD
+URL:            http://www.spice-space.org/
+Source0:        http://www.spice-space.org/download/releases/spice-protocol-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  mingw32-filesystem >= 49
+Requires:       pkgconfig
+
+%description
+Header files describing the spice protocol
+and the para-virtual graphics card QXL.
+
+%prep
+%setup -q -n spice-protocol-%{version}
+
+%build
+%{_mingw32_configure}
+make
+
+%install
+make DESTDIR=%{buildroot} install
+
+%files
+%defattr(-, root, root, -)
+%doc COPYING NEWS
+%{_mingw32_includedir}/spice-1
+%{_mingw32_datadir}/pkgconfig/spice-protocol.pc
+
+%changelog
+* Tue Aug 3 2010 Gerd Hoffmann <kraxel at redhat.com> - 0.5.3-2
+- Update to version 0.5.3.
+- Change %%define to %%global.
+- Drop build dependencies which are not needed.
+
+* Tue Jul 13 2010 Gerd Hoffmann <kraxel at redhat.com> - 0.5.2-1
+- Initial package.
diff --git a/sources b/sources
index e69de29..7bb8b75 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c2495c0c61fb87403225a0bdee01474d  spice-protocol-0.5.3.tar.gz


More information about the scm-commits mailing list