public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libx86emu] epel10.2: Import libx86emu-1.11-2.fc28.src.rpm
@ 2026-09-04 15:05 Lubomir Rintel
  0 siblings, 0 replies; only message in thread
From: Lubomir Rintel @ 2026-09-04 15:05 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-04 15:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 15:05 [rpms/libx86emu] epel10.2: Import libx86emu-1.11-2.fc28.src.rpm Lubomir Rintel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox