]> git.pld-linux.org Git - packages/gb.git/blob - gb.spec
- release 2,
[packages/gb.git] / gb.spec
1 Summary:        GB - Gnome Basic
2 Summary:        GB - Gnome Basic
3 Name:           gb
4 Version:        0.0.18
5 Release:        2
6 License:        GPL
7 Group:          X11/Libraries
8 Group(de):      X11/Libraries
9 Group(pl):      X11/Biblioteki
10 Source0:        ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gb/%{name}-%{version}.tar.gz
11 Patch0:         %{name}-am_fixes.patch
12 Patch1:         %{name}-ac_fix.patch
13 URL:            http://www.gnome.org/gb/
14 BuildRequires:  automake
15 BuildRequires:  flex
16 BuildRequires:  gnome-libs-devel
17 BuildRequires:  gnome-print-devel >= 0.28
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _prefix         /usr/X11R6
21 %define         _mandir         %{_prefix}/man
22
23 %description
24 This is an embryonic attempt to provide VB compatible functionality
25 for the GNOME project, particularly with respect to office (VBA)
26 compatibility.
27
28 %description -l pl
29 Pakierte ten zawiera bibliotekê która udostêpnia funkcje umo¿liwiaj±ce
30 realizacjê VB (Visual Basic) dla aplikacji GNOME.
31
32 %package devel
33 Summary:        Development resources for Gnome Basic
34 Summary(pl):    Zasoby potrzebne przy tworzeniu alikacji u¿ywaj±cych Gnome Basic
35 Group:          X11/Development/Libraries
36 Group(de):      X11/Entwicklung/Libraries
37 Group(pl):      X11/Programowanie/Biblioteki
38 Requires:       %{name} = %{version}
39
40 %description devel
41 Development resources for Gnome Basic.
42
43 description -l pl devel
44 Zasoby potrzebne przy tworzeniu alikacji u¿ywaj±cych gb.
45
46 %package static
47 Summary:        Static libraries for Gnome Basic
48 Summary(pl):    Biblioteki statyczne do Gnome Basic
49 Group:          X11/Development/Libraries
50 Group(de):      X11/Entwicklung/Libraries
51 Group(pl):      X11/Programowanie/Biblioteki
52 Requires:       %{name}-devel = %{version}
53
54 %description static
55 Static libraries for Gnome Basic.
56
57 %description -l pl static
58 Biblioteki statyczne do Gnome Basic.
59
60 %prep
61 %setup -q
62 %patch0 -p1
63 %patch1 -p1
64
65 %build
66 aclocal
67 autoconf
68 automake -a -c
69 %configure
70 %{__make}
71
72 %install
73 rm -rf $RPM_BUILD_ROOT
74
75 %{__make} install \
76         DESTDIR=$RPM_BUILD_ROOT
77
78 gzip -9nf ChangeLog NEWS README TODO docs/*.txt
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %files
84 %defattr(644,root,root,755)
85 %attr(755,root,root) %{_libdir}/lib*.so.*.*
86
87 %files devel
88 %defattr(644,root,root,755)
89 %doc *.gz docs/*.gz
90 %attr(755,root,root) %{_libdir}/lib*.so
91 %attr(755,root,root) %{_libdir}/lib*.la
92 %attr(755,root,root) %{_libdir}/*.sh
93 %{_includedir}/*
94
95 %files static
96 %defattr(644,root,root,755)
97 %{_libdir}/lib*.a
This page took 0.087254 seconds and 4 git commands to generate.