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