|
@@ -1,13 +1,14 @@
|
|
Name: libx86
|
|
Name: libx86
|
|
Version: 1.1
|
|
Version: 1.1
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
Summary: Library for making real-mode x86 calls
|
|
Summary: Library for making real-mode x86 calls
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: MIT
|
|
License: MIT
|
|
URL: http://www.codon.org.uk/~mjg59/libx86
|
|
URL: http://www.codon.org.uk/~mjg59/libx86
|
|
Source0: http://www.codon.org.uk/~mjg59/libx86/downloads/%{name}-%{version}.tar.gz
|
|
Source0: http://www.codon.org.uk/~mjg59/libx86/downloads/%{name}-%{version}.tar.gz
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
+Patch0: libx86-add-pkgconfig.patch
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
# does not build on ppc or ppc64 yet, due to the lack of port i/o redirection
|
|
# does not build on ppc or ppc64 yet, due to the lack of port i/o redirection
|
|
# and video routing
|
|
# and video routing
|
|
ExcludeArch: ppc ppc64
|
|
ExcludeArch: ppc ppc64
|
|
@@ -28,6 +29,7 @@ development of programs that will use libx86 to make real-mode x86 calls.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch0 -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -55,8 +57,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{_libdir}/lib*.so
|
|
%{_libdir}/lib*.so
|
|
%{_includedir}/*.h
|
|
%{_includedir}/*.h
|
|
|
|
+%{_libdir}/pkgconfig/x86.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Mar 15 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-2
|
|
|
|
+- add Patch0 to add pkgconfig
|
|
|
|
+
|
|
* Sun Oct 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-1
|
|
* Sun Oct 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|