update to 1.14 [release 1.14-1mamba;Mon Jul 30 2018]
This commit is contained in:
parent
5a064fb92a
commit
715eeaab43
@ -1,7 +1,7 @@
|
||||
%define pkgver %(echo %version | tr _ -)
|
||||
%define majver %(echo %version | cut -d_ -f1)
|
||||
Name: libx86emu
|
||||
Version: 1.4
|
||||
Version: 1.14
|
||||
Release: 1mamba
|
||||
Summary: A small x86 emulation library
|
||||
Group: System/Libraries
|
||||
@ -9,8 +9,9 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: https://gitorious.org/x86emu/libx86emu
|
||||
# autospec -x libx86emu-%{version}-%{oss_release}.src.rpm -F libx86emu-%{version}.tar.bz2
|
||||
Source: http://www.liwjatan.at/files/src/hwinfo/libx86emu-%{version}.tar.xz
|
||||
Source: https://github.com/wfeldt/libx86emu.git/%{version}/libx86emu-%{version}.tar.bz2
|
||||
## autospec -x libx86emu-%{version}-%{oss_release}.src.rpm -F libx86emu-%{version}.tar.bz2
|
||||
#Source: http://www.liwjatan.at/files/src/hwinfo/libx86emu-%{version}.tar.xz
|
||||
#Source: libx86emu-%{version}.tar.bz2
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -36,8 +37,10 @@ This package contains static libraries and header files need for development.
|
||||
#rpm2cpio %{SOURCE0} | cpio -id
|
||||
#tar xf %{name}-%{majver}.tar.bz2
|
||||
|
||||
echo %{version} > VERSION
|
||||
|
||||
%build
|
||||
%make
|
||||
%make GIT2LOG=/bin/true
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -60,6 +63,15 @@ This package contains static libraries and header files need for development.
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Mon Jul 30 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14-1mamba
|
||||
- update to 1.14
|
||||
|
||||
* Thu Nov 02 2017 Automatic Build System <autodist@mambasoft.it> 1.12-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 13 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11-1mamba
|
||||
- update to 1.11
|
||||
|
||||
* Sat Jan 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-1mamba
|
||||
- update to 1.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user