forked from SawfishWM/rep-gtk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrep-gtk.spec.in
111 lines (83 loc) · 3.04 KB
/
rep-gtk.spec.in
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
105
106
107
108
109
110
111
Name: rep-gtk
Version: @version@
Release: 1%{?dist}
Summary: GTK+ binding for librep Lisp environment
License: GPLv2+
URL: http://sawfish.wikia.com/
Source0: http://download.tuxfamily.org/librep/%{name}/%{name}_%{version}.tar.bz2
BuildRequires: gtk2-devel
BuildRequires: autoconf
BuildRequires: libtool
BuildRequires: librep-devel >= @REP_MIN_VER@
Requires: librep >= @REP_MIN_VER@
%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}
Requires: pkgconfig
%description devel
Link libraries and C header files for librep development.
%prep
%setup -q -n %{name}_%{version}
%build
./autogen.sh --nocfg
%configure
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
find %{buildroot}%{_libdir} -name \*.la -exec rm '{}' \;
%files
%license COPYING
%doc NEWS README* TODO
%{_libdir}/rep/*
%files devel
%{_includedir}/rep-gtk/
%{_libdir}/pkgconfig/rep-gtk.pc
%changelog
* Sat Aug 13 2016 Kim B. Heino <[email protected]> - 0.90.8.3-1
- Merge all changes from Fedora's rep-gtk.spec
* Mon Aug 1 2016 Allan Duncan <[email protected]> - 0.90.8.3-1
- Altered tar file name to use '_' instead of older '-'
- Included "autogen.sh" as prelim to "configure" for %prep
* Mon Aug 22 2011 Kim B. Heino <[email protected]> - 0.90.7-1
- Update to 0.90.7
* Sun Jul 31 2011 Kim B. Heino <[email protected]> - 0.90.6-2
- Update BR and R versions
* Sat Jul 30 2011 Kim B. Heino <[email protected]> - 0.90.6-1
- Update to 0.90.6
* Wed Apr 20 2011 Kim B. Heino <[email protected]> - 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 <[email protected]> - 0.90.5-3
- Fix files list, remove post/postun
* Fri Apr 1 2011 Kim B. Heino <[email protected]> - 0.90.5-2
- Fix dynamic loading
* Thu Mar 31 2011 Kim B. Heino <[email protected]> - 0.90.5-1
- Update to 0.90.5
* Sat Sep 25 2010 Kim B. Heino <[email protected]> - 0.90.4-1
- fix doc-files, url, misc fixes
* Sun Jan 10 2010 Kim B. Heino <[email protected]> - 0.90.3-1
- fix devel package, fix rpmlint warnings
* Sat Sep 05 2009 Kim B. Heino <[email protected]>
- add dist-tag
* Wed May 06 2009 Christopher Bratusek <[email protected]>
- require gtk2 instead of gtk+
- add --libdir=_libdir to configure flags
* Mon May 04 2009 Christopher Bratusek <[email protected]>
- fixup files section
* Sun Jan 18 2009 Christopher Bratusek <[email protected]>
- several updates
* Thu Jan 01 2009 Christopher Bratusek <[email protected]>
- drop -glade package
- drop -gnome package
- source archive is a .tar.bz2
- configure magic
* Tue Jun 13 2000 John Harper <[email protected]>
- use better macros
* Fri Sep 17 1999 John Harper <[email protected]>
- specify installdir when installing
* Tue Sep 14 1999 Aron Griffis <[email protected]>
- 0.4 spec file update: added buildroot