]> git.pld-linux.org Git - SPECS.git/blob - gnome-guile.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gnome-guile.spec
1 Summary:        GNOME guile interpreter
2 Summary(pl.UTF-8):      Interpreter guile dla GNOME
3 Name:           gnome-guile
4 Version:        0.20
5 Release:        2
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-guile/0.20/%{name}-%{version}.tar.gz
9 # Source0-md5:  2be739e8bbc9fffe70e7ef19950bc984
10 Patch0:         %{name}-new_gtkhtml.patch
11 Patch1:         %{name}-destdir_in_makefiles.patch
12 URL:            http://www.gnome.org/
13 BuildRequires:  gnome-http-devel
14 BuildRequires:  gnome-libs-devel
15 BuildRequires:  gtk+-devel >= 1.2.1
16 BuildRequires:  gtkhtml-devel
17 BuildRequires:  guile-devel
18 Requires:       gtk+ >= 1.2.1
19 Obsoletes:      gnome
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 GNOME guile (gnomeg) is a guile interpreter with GTK+ and GNOME
24 support. A number of GNOME utilities are written to use gnomeg. GNOME
25 is the GNU Network Object Model Environment. That's a fancy name but
26 really GNOME is a nice GUI desktop environment. It makes using your
27 computer easy, powerful, and easy to configure.
28
29 %description -l pl.UTF-8
30 Interpreter guile dla GNOME. Wiele jego narzędzi wykorzystuje ten
31 pakiet.
32
33 %package devel
34 Summary:        GNOME guile includes
35 Summary(pl.UTF-8):      Pliki nagłówkowe dla GNOME guile
36 Group:          X11/Development/Libraries
37 Requires:       %{name} = %{version}-%{release}
38
39 %description devel
40 Header files for GNOME guile development.
41
42 %description devel -l pl.UTF-8
43 Pliki nagłówkowe do programowania z użyciem GNOME guile.
44
45 %package static
46 Summary:        GNOME guile static libraries
47 Summary(pl.UTF-8):      Biblioteki statyczne GNOME guile
48 Group:          X11/Development/Libraries
49 Requires:       %{name}-devel = %{version}-%{release}
50
51 %description static
52 GNOME guile static libraries.
53
54 %description static -l pl.UTF-8
55 Biblioteki statyczne GNOME guile.
56
57 %prep
58 %setup -q
59 %patch0 -p0
60 %patch1 -p1
61
62 %build
63 %configure2_13
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT
71
72 #rm -f $RPM_BUILD_ROOT%{_datadir}/guile/toolkits/libgtkstubs.so
73 #ln -s %{_libdir}/libguilegtk.so \
74 #       $RPM_BUILD_ROOT%{_datadir}/guile/toolkits/libgtkstubs.so
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
78
79 %post   -p /sbin/ldconfig
80 %postun -p /sbin/ldconfig
81
82 %files
83 %defattr(644,root,root,755)
84 %attr(755,root,root) %{_bindir}/*
85 %attr(755,root,root) %{_libdir}/lib*.so.*.*
86
87 %{_datadir}/gtk
88 %{_datadir}/guile/toolkits/*
89 %{_datadir}/guile/gnome
90 %{_datadir}/guile/gtk
91 %{_datadir}/guile/site/*
92
93 %files devel
94 %defattr(644,root,root,755)
95 %doc AUTHORS ChangeLog NEWS README
96 %attr(755,root,root) %{_libdir}/lib*.so
97 %{_includedir}/*
98
99 %files static
100 %defattr(644,root,root,755)
101 %{_libdir}/lib*.a
This page took 0.780314 seconds and 3 git commands to generate.