rpms/libx86/devel libx86.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthew Garrett (mjg59) fedora-extras-commits at redhat.com
Tue May 20 17:10:53 UTC 2008


Author: mjg59

Update of /cvs/pkgs/rpms/libx86/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2292/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libx86.spec 
Log Message:
Initial import



--- NEW FILE libx86.spec ---
Name:           libx86          
Version:        1.1    
Release:        1%{?dist}
Summary:        Library for making real-mode x86 calls

Group:          System Environment/Libraries
License:        MIT
URL:            http://www.codon.org.uk/~mjg59/libx86
Source0:        http://www.codon.org.uk/~mjg59/libx86/downloads/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# does not build on ppc or ppc64 yet, due to the lack of port i/o redirection
# and video routing
ExcludeArch:    ppc ppc64

%description
A library to provide support for making real-mode x86 calls with an emulated
x86 processor.

%package devel
Summary:        Development tools for programs which will use libx86
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Provides:       libx86-devel <= %{version}-%{release}
Obsoletes:      libx86-devel <= %{version}-%{release}

%description devel
This package contains the static library and header file necessary for
development of programs that will use libx86 to make real-mode x86 calls.

%prep
%setup -q


%build
make BACKEND=x86emu LIBDIR=%{_libdir} %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir}
rm $RPM_BUILD_ROOT/%{_libdir}/*.a

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc COPYRIGHT
%{_libdir}/lib*.so.*

%files devel
%defattr(-,root,root,-)
%{_libdir}/lib*.so
%{_includedir}/*.h

%changelog
* Mon May 19 2008 Matthew Garrett <mjg at redhat.com> 1.1-1
- Initial packaging of libx86


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libx86/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 May 2008 16:13:53 -0000	1.1
+++ .cvsignore	20 May 2008 17:10:11 -0000	1.2
@@ -0,0 +1 @@
+libx86-1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libx86/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 May 2008 16:13:53 -0000	1.1
+++ sources	20 May 2008 17:10:11 -0000	1.2
@@ -0,0 +1 @@
+41bee1f8e22b82d82b5f7d7ba51abc2a  libx86-1.1.tar.gz




More information about the scm-commits mailing list