yaneti pushed to libgames-support (master). "Initial import - review bug 1195614"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 21 12:25:11 UTC 2015


>From 7b206764bffe6d6ae8babe72a72b172fc8adb4cb Mon Sep 17 00:00:00 2001
From: Yanko Kaneti <yaneti at declera.com>
Date: Tue, 21 Apr 2015 15:19:15 +0300
Subject: Initial import - review bug 1195614


diff --git a/.gitignore b/.gitignore
index e69de29..dfc478d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/libgames-support-0.1-8654371.tar.xz
diff --git a/libgames-support.spec b/libgames-support.spec
new file mode 100644
index 0000000..ef00af6
--- /dev/null
+++ b/libgames-support.spec
@@ -0,0 +1,82 @@
+%global gitrev 8654371
+
+Name:           libgames-support
+Version:        0.1
+Release:        0.2.%{?gitrev}%{?dist}
+Summary:        Support library for GNOME games
+
+License:        LGPLv3+
+URL:            https://git.gnome.org/browse/libgames-support/
+# The source for this package was pulled from upstream's vcs.  Use the
+# following commands to generate the tarball:
+# git clone git://git.gnome.org/libgames-support && cd libgames-support
+# git archive --format=tar --prefix libgames-support-0.1-%{gitrev}/ %{gitrev} | xz >  ../libgames-support-0.1-%{giterev}.tar.xz
+Source0:        libgames-support-0.1-%{gitrev}.tar.xz
+
+
+BuildRequires:  pkgconfig(glib-2.0) >= 2.40
+BuildRequires:  pkgconfig(gio-2.0) >= 2.40
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12
+BuildRequires:  pkgconfig(gee-0.8)
+
+# auto + vala
+BuildRequires:  automake autoconf intltool gnome-common vala
+
+
+%description
+libgames-support is a small library intended for internal use by GNOME Games,
+but it may be used by others. The API will only break with the major version
+number. The ABI is unstable.
+
+
+
+%package        devel
+Summary:        Development files for %{name}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%description    devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
+%prep
+%setup -q -n libgames-support-0.1-%{gitrev}
+
+
+%build
+NOCONFIGURE=1 ./autogen.sh
+%configure --disable-static
+make %{?_smp_mflags}
+
+
+%install
+%make_install
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
+%find_lang %{name}
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+
+%files -f %{name}.lang
+%doc README
+%license COPYING.LESSER
+%{_libdir}/*.so.*
+
+%files devel
+%dir %{_datadir}/vala
+%dir %{_datadir}/vala/vapi
+%{_datadir}/vala/vapi/*.vapi
+%{_includedir}/*
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/*.pc
+
+
+%changelog
+* Tue Apr 21 2015 Yanko Kaneti <yaneti at declera.com> - 0.1-0.2.8654371
+- Latest master. Address review comments #1195614
+
+* Mon Feb 16 2015 Yanko Kaneti <yaneti at declera.com> - 0.1-0.1.ff5f3d4
+- Packaging attempt
diff --git a/sources b/sources
index e69de29..c86739a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+41a5536f434a309f8a44c718211ba34a  libgames-support-0.1-8654371.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/libgames-support.git/commit/?h=master&id=7b206764bffe6d6ae8babe72a72b172fc8adb4cb


More information about the scm-commits mailing list