]> git.pld-linux.org Git - packages/gdl.git/blob - gdl.spec
70d456958da8a8e9aa0b94b2fe18dcb8a43274aa
[packages/gdl.git] / gdl.spec
1 Summary:        GNOME Devtool Libraries
2 Summary(pl):    Biblioteki GNOME Devtool
3 Name:           gdl
4 Version:        0.5.0
5 Release:        1
6 License:        GPL
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/gdl/0.5/%{name}-%{version}.tar.bz2
9 # Source0-md5:  16971189d8a8cb359bc83a384ac440ec
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  gettext-devel
13 BuildRequires:  gnome-common >= 2.8.0
14 BuildRequires:  intltool
15 BuildRequires:  libbonoboui-devel >= 2.2.0
16 BuildRequires:  libglade2-devel >= 2.0.0
17 BuildRequires:  libgnomeui-devel >= 2.2.0
18 BuildRequires:  libtool
19 BuildRequires:  pkgconfig
20 BuildRequires:  popt-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 This package contains components and libraries that are intended to be
25 shared between GNOME development tools, including gnome-debug,
26 gnome-build, and anjuta2. The current pieces of GDL include: a symbol
27 browser bonobo component (symbol-browser-control), a docking widget
28 (gdl), a utility library that also contains the stubs and skels for
29 the symbol browser and text editor components (gdl, idl).
30
31 %description -l pl
32 Ten pakiet zawiera komponenty i biblioteki zaprojektowane jako wspólne
33 dla ró¿nych narzêdzi programistycznych GNOME, takich jak: gnome-debug,
34 gnome-build i anjuta2. Aktualnie GDL zawiera: przegl±darkê symboli
35 jako komponent bonobo (symbol-browser-control), dokowany element
36 interfejsu graficznego (gdl), bibliotekê narzêdzi zawieraj±c± tak¿e
37 szkielety dla przegl±darki symboli i komponentów edytora tekstu (gdl,
38 idl).
39
40 %package devel
41 Summary:        Header files for gdl development
42 Summary(pl):    Pliki nag³ówkowe do biblioteki gdl
43 Group:          Development/Libraries
44 Requires:       %{name} = %{version}
45
46 %description devel
47 This package contains the header files needed to develop programs that
48 use these gdl.
49
50 %description devel -l pl
51 Pakiet zawiera pliki nag³ówkowe niezbêdne do kompilowania programów
52 u¿ywaj±cych bibliotek gdl.
53
54 %package static
55 Summary:        Static libraries for gdl development
56 Summary(pl):    Statyczne biblioteki gdl
57 Group:          Development/Libraries
58 Requires:       %{name}-devel = %{version}
59
60 %description static
61 This package contains the static gdl libraries.
62
63 %description static -l pl
64 Pakiet zawiera statyczne biblioteki gdl.
65
66 %prep
67 %setup -q
68
69 %build
70 %{__glib_gettextize}
71 %{__libtoolize}
72 %{__aclocal}
73 %{__autoconf}
74 %{__automake}
75 %configure
76 %{__make}
77
78 %install
79 rm -rf $RPM_BUILD_ROOT
80
81 %{__make} install \
82         DESTDIR=$RPM_BUILD_ROOT
83
84 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
85
86 %find_lang %{name}-1 --with-gnome
87
88 %clean
89 rm -rf $RPM_BUILD_ROOT
90
91 %post   -p /sbin/ldconfig
92 %postun -p /sbin/ldconfig
93
94 %files -f %{name}-1.lang
95 %defattr(644,root,root,755)
96 %doc AUTHORS ChangeLog NEWS README
97 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
98 %{_datadir}/gdl
99 %{_datadir}/idl/libgdl-1.0
100
101 %files devel
102 %defattr(644,root,root,755)
103 %{_includedir}/libgdl-1.0
104 %{_libdir}/lib*.la
105 %attr(755,root,root) %{_libdir}/lib*.so
106 %{_pkgconfigdir}/*.pc
107
108 %files static
109 %defattr(644,root,root,755)
110 %{_libdir}/lib*.a
This page took 0.083219 seconds and 3 git commands to generate.