Sophie

Sophie

distrib > Mandriva > 7.2 > i586 > media > main-src > by-pkgid > 8d7fa2e8a237df2f333fdc17eb2241b5 > files > 2

ibtk-0.0.14_pre2-7mdk.src.rpm

Name: ibtk
Summary: Insomniac's toolkit
Version: 0.0.14_pre2
Release: 7mdk
Source: http://cvs.core.binghamton.edu/~insomnia/gatos/cvs/ibtk-0.0.14-pre2-CVS-19991207.tar.bz2
Group: Development/C
URL: http://cvs.core.binghamton.edu/~insomnia/gatos/
BuildRoot: /var/tmp/%{name}-buildroot
Copyright: GPL
Prefix: %{_prefix}

Obsoletes: ibtk-19990808-1mdk

%description
The Insomniacs toolkit is the GUI used by the gatos team
for more info see http://cvs.core.binghamton.edu/~insomnia/gatos/

I suck at these,
Basicly if you have an ATI TV tuner YOU want this BAD


%prep
rm -rf $RPM_BUILD_ROOT

%setup -q -n ibtk-0.0.14-pre2-CVS-19991207/

%build
libtoolize --force
%configure
#CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \
#	--prefix=%{prefix} --sysconfdir=/etc

if [ x"$SMP" != x"" ]; then
        (make MAKE="make -j $SMP -k"; exit 0)
        make
else
        make
fi


%install
#%makeinstall DESTDIR=$RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/%{_docdir}/ibtk-%{version}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_libdir}/*
%{_includedir}/*

%changelog
* Fri Jul 21 2000 dam's <damien@mandrakesoft.com> 0.0.14_pre2-7mdk
- BM + macrozification

* Thu Mar 23 2000 dam's <damien@mandrakesoft.com> 0.0.14_pre2-6mdk
- Release.

* Mon Jan 17 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 0.0.14_pre2-5mdk
- Libtoolizeafications.

* Tue Dec 07 1999 Axalon Bloodstone <axalon@linux-mandrake.com>
- Update for gatos

* Tue Nov 23 1999 Axalon Bloodstone <axalon@linux-mandrake.com>
- Update for gatos
- set sysconfdir 

* Sun Oct 31 1999 Axalon Bloodstone <axalon@linux-mandrake.com>
- Update to latest cvs version
- Enable SMP build/check macro

* Sun Aug 08 1999 Axalon Bloodstone <axalon@linux-mandrake.com>
- Update Source url
- Latest CVS : 
        -Minor bugfixes.
        -Renamed itk to ibtk (libitk -> libibtk).
        -Added IBTK version.h defines.
        -Added ELEMENT_SKIP support to IIntBox.
        -Added IIntBox ElementFlags support.
        -Added iconwindow support.
        -Added IBTK_WRAP support to IIntBox.
        -Started adding /etc/ibtk.conf support.
        -Added IDoDad flags support.
        -Added IBTK idle support (ActivityCallback).
        -Added ClickCallback support.
        -Fixed icon-name issue with IWindow.
        -Added generic hook support.
        -Fixed egcs compile with iintbox and irealbox callbacks.
        -Added DragCallback support.
        -Added ReleaseCallback support.

* Mon Aug 02 1999 Axalon Bloodstone <axalon@linux-mandrake.com>
- Latest cvs snapshot :
        * Beginning standard channel frequency support.
	* Fixed "double verticle size with only have visible" BUG.
	* Made "always on top" wars less intense.
	* Added cropping/zooming support.  Should do something about it in DGA
	  mode in xatitv.


* Sat Jul  3 1999 Axalon Bloodstone <axalon@linux-mandrake.com>
- 0.0.14

* Fri Jul  2 1999 Axalon Bloodstone <axalon@linux-mandrake.com>
- test (more or less) generic spec file....
- initial itk rpm

* Sat Jun 26 1999 Bernhard Rosenkraenzer <bero@mandrakesoft.com>
- create (more or less) generic spec file...