]> git.pld-linux.org Git - packages/gdl.git/blob - gdl.spec
- don't install broken po file
[packages/gdl.git] / gdl.spec
1 Summary:        GNOME Devtool Libraries
2 Summary(pl):    Biblioteki GNOME Devtool
3 Name:           gdl
4 Version:        0.6.1
5 Release:        1
6 License:        GPL
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/gdl/0.6/%{name}-%{version}.tar.bz2
9 # Source0-md5:  6d902981efe30950af8f5033d937c270
10 Patch0:         %{name}-broken_locale.patch
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gettext-devel
14 BuildRequires:  gnome-common >= 2.12.0
15 BuildRequires:  intltool
16 BuildRequires:  libbonoboui-devel >= 2.2.0
17 BuildRequires:  libglade2-devel >= 1:2.5.1
18 BuildRequires:  libgnomeui-devel >= 2.15.1
19 BuildRequires:  libtool
20 BuildRequires:  pkgconfig
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}-%{release}
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}-%{release}
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 %patch0 -p1
69
70 %build
71 %{__glib_gettextize}
72 %{__intltoolize}
73 %{__libtoolize}
74 %{__aclocal}
75 %{__autoconf}
76 %{__automake}
77 %configure
78 %{__make}
79
80 %install
81 rm -rf $RPM_BUILD_ROOT
82
83 %{__make} install \
84         DESTDIR=$RPM_BUILD_ROOT
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
100 %files devel
101 %defattr(644,root,root,755)
102 %{_includedir}/libgdl-1.0
103 %{_libdir}/lib*.la
104 %attr(755,root,root) %{_libdir}/lib*.so
105 %{_pkgconfigdir}/*.pc
106
107 %files static
108 %defattr(644,root,root,755)
109 %{_libdir}/lib*.a
This page took 0.122089 seconds and 4 git commands to generate.