update to 1.4 [release 1.4-1mamba;Sat Jan 23 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 06:10:07 +01:00
parent 1dc43a03a8
commit 5a064fb92a

View File

@ -1,16 +1,16 @@
%define pkgver %(echo %version | tr _ -) %define pkgver %(echo %version | tr _ -)
%define majver %(echo %version | cut -d_ -f1) %define majver %(echo %version | cut -d_ -f1)
Name: libx86emu Name: libx86emu
Version: 1.1_21.6 Version: 1.4
Release: 1mamba Release: 1mamba
Summary: A small x86 emulation library Summary: A small x86 emulation library
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org> Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://download.opensuse.org/source/distribution/11.2/repo/oss/suse/src/ URL: https://gitorious.org/x86emu/libx86emu
# autospec -x libx86emu-%{version}-%{oss_release}.src.rpm -F libx86emu-%{version}.tar.bz2 # autospec -x libx86emu-%{version}-%{oss_release}.src.rpm -F libx86emu-%{version}.tar.bz2
Source: http://download.opensuse.org/source/factory/repo/oss/suse/src/libx86emu-%{pkgver}.src.rpm Source: http://www.liwjatan.at/files/src/hwinfo/libx86emu-%{version}.tar.xz
#Source: libx86emu-%{version}.tar.bz2 #Source: libx86emu-%{version}.tar.bz2
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -32,17 +32,15 @@ Small x86 emulation library with focus of easy usage and extended execution logg
This package contains static libraries and header files need for development. This package contains static libraries and header files need for development.
%prep %prep
%setup -q -c -T %setup -q
rpm2cpio %{SOURCE0} | cpio -id #rpm2cpio %{SOURCE0} | cpio -id
tar xf %{name}-%{majver}.tar.bz2 #tar xf %{name}-%{majver}.tar.bz2
%build %build
cd %{name}-%{majver}
%make %make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
cd %{name}-%{majver}
%makeinstall %makeinstall
%clean %clean
@ -54,7 +52,7 @@ cd %{name}-%{majver}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/*.so.* %{_libdir}/*.so.*
%doc %{name}-%{majver}/LICENSE #%doc %{name}-%{majver}/LICENSE
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
@ -62,6 +60,9 @@ cd %{name}-%{majver}
%{_libdir}/*.so %{_libdir}/*.so
%changelog %changelog
* Sat Jan 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-1mamba
- update to 1.4
* Sun Apr 13 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1_21.6-1mamba * Sun Apr 13 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1_21.6-1mamba
- update to 1.1_21.6 - update to 1.1_21.6