Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37734929
en ru br
ALT Linux repos
S:0.90.9-alt2.git20120901
5.0: 0.18.4-alt1

Group :: Development/Lisp
RPM: rep-gtk

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: rep-gtk-0.90.9-alt2.git20120901.patch
Download


 .gear/rules     |  2 ++
 .gear/tags/list |  1 +
 rep-gtk.spec    | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 102 insertions(+)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..f78a96e
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: @name@-@version@:.
+diff: @name@-@version@:. .
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..41131c6
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+88fb14af12a46e97c7b5481473fae30a41372e55 rep-gtk-0.90.9
diff --git a/rep-gtk.spec b/rep-gtk.spec
new file mode 100644
index 0000000..ee67d7e
--- /dev/null
+++ b/rep-gtk.spec
@@ -0,0 +1,99 @@
+# vim: set ft=spec: -*- rpm-spec -*-
+
+%define rep_archlibdir %(pkg-config --variable=repcommonexecdir librep)
+
+Name: rep-gtk
+Version: 0.90.9
+Release: alt2.git20120901
+
+Summary: GTK+ binding for librep Lisp environment
+Group: Development/Lisp
+License: GPLv2
+Url: http://rep-gtk.sourceforge.net/
+
+Source: %name-%version.tar
+Patch: %name-%version-%release.patch
+
+# Automatically added by buildreq on Tue Mar 17 2009
+BuildRequires: libgtk+2-devel librep-devel
+
+%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 %name
+Group: Development/Lisp
+Requires: %name = %version-%release
+
+%description devel
+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.
+
+This package contains development files for %name.
+
+%prep
+%setup
+%patch -p1
+cp -pfv %_datadir/automake/config.{guess,sub} .
+
+%build
+%autoreconf
+%configure
+%make_build
+
+%install
+%make_install DESTDIR=%buildroot install
+
+%files
+%doc NEWS README README.gtk-defs README.guile-gtk
+%dir %rep_archlibdir/gui
+%dir %rep_archlibdir/gui/gtk-2
+%rep_archlibdir/gui/gtk-2/gtk.so
+
+%files devel
+%doc ChangeLog gtk.defs gdk.defs examples
+%_includedir/rep-gtk
+%_pkgconfigdir/rep-gtk.pc
+
+%changelog
+* Mon Dec 10 2012 Dmitry Derjavin <dd@altlinux.org> 0.90.9-alt2.git20120901
+- Merge with upstream git;
+- rebuild with new librep.
+
+* Fri Aug 24 2012 Dmitry Derjavin <dd@altlinux.org> 0.90.9-alt1.git20120705
+- Merge with upstream git.
+
+* Mon Nov 28 2011 Dmitry Derjavin <dd@altlinux.org> 0.90.8-alt1
+- [0.90.8];
+- *.la removed;
+- docs cleanup.
+
+* Sun Feb 14 2010 Alexey I. Froloff <raorn@altlinux.org> 0.90.2-alt1
+- [0.90.2]
+
+* Wed Nov 25 2009 Alexey I. Froloff <raorn@altlinux.org> 0.90.0-alt1
+- [0.90.0]
+
+* Tue Mar 17 2009 Sir Raorn <raorn@altlinux.ru> 0.18.4-alt1
+- [0.18.4]
+ + Dropped Glade and GNOME support
+ + Added pkgconfig file
+
+* Sun Feb 08 2009 Sir Raorn <raorn@altlinux.ru> 0.18-alt5
+- Updated build deps
+
+* Sat Dec 27 2008 Sir Raorn <raorn@altlinux.ru> 0.18-alt4
+- Rebuilt with new librep
+
+* Sat Dec 06 2008 Sir Raorn <raorn@altlinux.ru> 0.18-alt3
+- Updated to trunk (svn r389)
+
+* Sun Sep 21 2008 Sir Raorn <raorn@altlinux.ru> 0.18-alt2
+- Updated to trunk (svn r378)
+
+* Thu May 29 2008 Sir Raorn <raorn@altlinux.ru> 0.18-alt1
+- Built for Sisyphus (0.18+cvs20060201 AKA svn r350)
+
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin