Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 0812f76c4689dfa52f35d2ff49038fb4 > files > 2

rep-gtk-0.90.8.1-1.fc16.src.rpm

Name: rep-gtk
Version: 0.90.8.1
Release: 1%{?dist}
Summary: GTK+ binding for librep Lisp environment
License: GPLv2+
Group: Development/Languages
Source0: http://download.tuxfamily.org/librep/%{name}/%{name}-%{version}.tar.bz2
URL: http://sawfish.wikia.com/

BuildRequires: gtk2-devel
BuildRequires: librep-devel >= 0.90.5
Requires: librep >= 0.90.5

%description
This is a binding of GTK+ for the librep Lisp interpreter. It is based
on Marius Vollmer's guile-gtk package (initially version 0.15, updated
to 0.17), with a new glue-code generator.

%package devel
Summary: Development files for rep-gtk
Group: Development/Languages
Requires: %{name} = %{version}-%{release}, pkgconfig

%description devel
Link libraries and C header files for librep development.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
make install DESTDIR=%{buildroot}
find %{buildroot}%{_libdir} -name \*.la -exec rm '{}' \;

%files
%doc NEWS README* TODO COPYING
%{_libdir}/rep/*

%files devel
%{_includedir}/rep-gtk/
%{_libdir}/pkgconfig/rep-gtk.pc

%changelog
* Thu Jan 17 2013 Kim B. Heino <b@bbbs.net> - 0.90.8.1-1
- Update to 0.90.8.1

* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.90.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

* Mon Mar 26 2012 Kim B. Heino <b@bbbs.net> - 0.90.8-1
- Update to 0.90.8

* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.90.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.90.7-2
- Rebuild for new libpng

* Mon Aug 22 2011 Kim B. Heino <b@bbbs.net> - 0.90.7-1
- Update to 0.90.7

* Sun Jul 31 2011 Kim B. Heino <b@bbbs.net> - 0.90.6-2
- Update BR and R versions

* Sat Jul 30 2011 Kim B. Heino <b@bbbs.net> - 0.90.6-1
- Update to 0.90.6

* Wed Apr 20 2011 Kim B. Heino <b@bbbs.net> - 0.90.5-4
- don't use %%{_host} which can be modified by configure on non-x86 arches

* Wed Apr 13 2011 Kim B. Heino <b@bbbs.net> - 0.90.5-3
- Fix files list, remove post/postun

* Fri Apr  1 2011 Kim B. Heino <b@bbbs.net> - 0.90.5-2
- Fix dynamic loading

* Thu Mar 31 2011 Kim B. Heino <b@bbbs.net> - 0.90.5-1
- Update to 0.90.5

* Sat Sep 25 2010 Kim B. Heino <b@bbbs.net> - 0.90.4-1
- fix doc-files, url, misc fixes

* Sun Jan 10 2010 Kim B. Heino <b@bbbs.net> - 0.90.3-1
- fix devel package, fix rpmlint warnings

* Sat Sep 05 2009 Kim B. Heino <b@bbbs.net>
- add dist-tag

* Wed May 06 2009 Christopher Bratusek <zanghar@freenet.de>
- require gtk2 instead of gtk+
- add --libdir=_libdir to configure flags

* Mon May 04 2009 Christopher Bratusek <zanghar@freenet.de>
- fixup files section

* Sun Jan 18 2009 Christopher Bratusek <zanghar@freenet.de>
- several updates

* Thu Jan 01 2009 Christopher Bratusek <nano-master@gmx.de>
- drop -glade package
- drop -gnome package
- source archive is a .tar.bz2
- configure magic

* Tue Jun 13 2000 John Harper <john@dcs.warwick.ac.uk>
- use better macros

* Fri Sep 17 1999 John Harper <john@dcs.warwick.ac.uk>
- specify installdir when installing

* Tue Sep 14 1999 Aron Griffis <agriffis@bigfoot.com>
- 0.4 spec file update: added buildroot