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