File: rep-gtk.spec

package info (click to toggle)
rep-gtk 1%3A0.90.8.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 3,268 kB
  • ctags: 566
  • sloc: sh: 10,578; ansic: 3,402; lisp: 1,218; makefile: 101
file content (104 lines) | stat: -rw-r--r-- 2,750 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Name: rep-gtk
Version: 0.90.8.2
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/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
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
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
find %{buildroot}%{_libdir} -name \*.la -exec rm '{}' \;

%clean
rm -rf %{buildroot}

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

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

%changelog
* 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