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