public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Lubomir Rintel <lkundrak@v3.sk>
To: git-commits@fedoraproject.org
Subject: [rpms/libx86emu] epel10.2: Import libx86emu-1.11-2.fc28.src.rpm
Date: Fri, 04 Sep 2026 15:05:02 GMT	[thread overview]
Message-ID: <178853430295.1.2663721025347622886.rpms-libx86emu-8381e3404e73@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/libx86emu
Branch : epel10.2
Commit : 8381e3404e73716ce44ed2f78bbaf4ee4dc936a6
Author : Lubomir Rintel <lkundrak@v3.sk>
Date   : 2017-08-29T17:03:36+02:00
Stats  : +69/-3 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/libx86emu/c/8381e3404e73716ce44ed2f78bbaf4ee4dc936a6?branch=epel10.2

Log:
Import libx86emu-1.11-2.fc28.src.rpm

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5ea4ef0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/libx86emu-1.11.tar.gz

diff --git a/README.md b/README.md
deleted file mode 100644
index 53fe5ff..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# libx86emu
-
-The libx86emu package
\ No newline at end of file

diff --git a/libx86emu.spec b/libx86emu.spec
new file mode 100644
index 0000000..5b287c1
--- /dev/null
+++ b/libx86emu.spec
@@ -0,0 +1,67 @@
+%global make_flags \\\
+        LIBDIR=%{_libdir} \\\
+        GIT2LOG=: \\\
+        VERSION=%%{version} \\\
+        MAJOR_VERSION=%%(echo %%{version} |cut -d. -f1) \\\
+        CFLAGS="%%{optflags} -fPIC"
+
+Name:           libx86emu
+Version:        1.11
+Release:        2%{?dist}
+Summary:        x86 emulation library
+
+License:        BSD
+URL:            https://github.com/wfeldt/libx86emu
+Source0:        https://github.com/wfeldt/libx86emu/archive/%{version}/%{name}-%{version}.tar.gz
+
+BuildRequires:  gcc
+
+%description
+Small x86 emulation library with focus of easy usage and extended execution
+logging functions. The library features an API to create emulation objects
+for x86 architecture.
+
+
+%package devel
+Summary:        Development files for libx86emu
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+
+%description devel
+Header files and libraries for developing with libx86emu, a x86 emulation
+library.
+
+
+%prep
+%setup -q
+
+
+%build
+%make_build %{make_flags} shared
+
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+
+%install
+%make_install %{make_flags}
+
+
+%files
+%{_libdir}/libx86emu.so.*
+%doc README.md
+%license LICENSE
+
+
+%files devel
+%{_includedir}/x86emu.h
+%{_libdir}/libx86emu.so
+
+
+%changelog
+* Fri Aug 25 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.11-2
+- Better align with packaging guidelines (thanks Robert-André Mauchin)
+
+* Tue Aug 01 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.11-1
+- Initial packaging

diff --git a/sources b/sources
new file mode 100644
index 0000000..dd3ad37
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (libx86emu-1.11.tar.gz) = 800b6ddf60f2ab3b95fb8825ebdbb2617661b8a3cf506197e2096b30ded155a97894fd9344e9fe15bfe0eae62e5b751a321b88fc6db862883134ac452babf2a5

                 reply	other threads:[~2026-09-04 15:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178853430295.1.2663721025347622886.rpms-libx86emu-8381e3404e73@fedoraproject.org \
    --to=lkundrak@v3.sk \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox