rpms/libgii/F-7 libgii.spec,NONE,1.1 sources,1.1,1.2

Chauvet (kwizart) fedora-extras-commits at redhat.com
Tue May 22 19:03:06 UTC 2007


Author: kwizart

Update of /cvs/extras/rpms/libgii/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12694

Modified Files:
	sources 
Added Files:
	libgii.spec 
Log Message:
Initial import



--- NEW FILE libgii.spec ---
Name:           libgii
Version:        1.0.2
Release:        1%{?dist}
Summary:        Input library for GGI

Group:          System Environment/Libraries
License:        LGPL
URL:            http://www.ggi-project.org/packages/libgii.html
Source0:        http://www.ggi-project.org/ftp/ggi/v2.2/libgii-%{version}.src.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  aalib-devel
BuildRequires:  pth-devel
%ifarch %{ix86} x86_64
BuildRequires:  svgalib-devel
%endif
BuildRequires:  xorg-x11-proto-devel
BuildRequires:  libXxf86dga-devel

%description
LibGII is based on the concept of input streams, which virtualize access
to the underlying input drivers. Events from various input devices are
abstracted into easy-to-use structures. LibGII also allows the application to
join streams together, receiving input from an arbitrary combination of
devices. LibGII is a separate component from LibGGI, although LibGGI
depends on LibGII for input purposes.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q


%build
%configure \
  --disable-static \
  --enable-pcjoy \
  --enable-lk201 \
  --enable-kii
  
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
gmake %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc ChangeLog.1999 ChangeLog FAQ NEWS README
%dir %{_sysconfdir}/ggi
%config(noreplace) %{_sysconfdir}/ggi/*
%{_bindir}/*
%{_libdir}/*.so.*
%dir %{_libdir}/ggi
%{_libdir}/ggi/*
%{_mandir}/man?/*

%files devel
%defattr(-,root,root,-)
%doc
%dir %{_includedir}/ggi
%{_includedir}/ggi/*
%{_libdir}/*.so


%changelog
* Mon May  7 2007 kwizart < kwizart at gmail.com > - 1.0.2-1
- Intial spec file for Fedora 

* Wed Aug 22 2001 Thayne Harbaugh <thayne at plug.org>
- added missing man9 and TODO files

* Mon Jul 02 2001 Thayne Harbaugh <thayne at plug.org>
- initial libgii.spec


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libgii/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 May 2007 13:20:38 -0000	1.1
+++ sources	22 May 2007 19:02:31 -0000	1.2
@@ -0,0 +1 @@
+e002b3b3b7fae2b2558fe7ac854359b7  libgii-1.0.2.src.tar.bz2




More information about the fedora-extras-commits mailing list