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