]> git.pld-linux.org Git - packages/gdl.git/blame - gdl.spec
- rebuild
[packages/gdl.git] / gdl.spec
CommitLineData
24f77259 1Summary: GNOME Devtool Libraries
cfb69378 2Summary(pl.UTF-8): Biblioteki GNOME Devtool
c95a282d 3Name: gdl
fb3064f6 4Version: 2.28.0
6628307d 5Release: 2
89566316 6License: GPL v2+
c95a282d 7Group: Libraries
fb3064f6
MB
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gdl/2.28/%{name}-%{version}.tar.bz2
9# Source0-md5: fb0030d3a81fd52932f9cba09e4ce1e0
89566316 10BuildRequires: autoconf >= 2.53
c95a282d 11BuildRequires: automake
b2420242 12BuildRequires: gettext-devel
7f310be4 13BuildRequires: gtk+2-devel >= 2:2.16.0
89566316 14BuildRequires: gtk-doc >= 1.4
92e83b0f 15BuildRequires: intltool >= 0.40.0
c95a282d 16BuildRequires: libtool
89566316 17BuildRequires: libxml2-devel >= 1:2.6.26
b2420242 18BuildRequires: pkgconfig
26d861f6 19# sr@Latn vs. sr@latin
20Conflicts: glibc-misc < 6:2.7
c95a282d 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24This package contains components and libraries that are intended to be
25shared between GNOME development tools, including gnome-debug,
26gnome-build, and anjuta2. The current pieces of GDL include: a symbol
cce19a1d 27browser bonobo component (symbol-browser-control), a docking widget
28(gdl), a utility library that also contains the stubs and skels for
29the symbol browser and text editor components (gdl, idl).
c95a282d 30
f403039b
JR
31%description -l pl.UTF-8
32Ten pakiet zawiera komponenty i biblioteki zaprojektowane jako wspólne
33dla różnych narzędzi programistycznych GNOME, takich jak: gnome-debug,
34gnome-build i anjuta2. Aktualnie GDL zawiera: przeglądarkę symboli
f7783e9f 35jako komponent bonobo (symbol-browser-control), dokowany element
f403039b
JR
36interfejsu graficznego (gdl), bibliotekę narzędzi zawierającą także
37szkielety dla przeglądarki symboli i komponentów edytora tekstu (gdl,
f7783e9f 38idl).
a070abb4 39
c95a282d 40%package devel
41Summary: Header files for gdl development
cfb69378 42Summary(pl.UTF-8): Pliki nagłówkowe do biblioteki gdl
c95a282d 43Group: Development/Libraries
4ddc4132 44Requires: %{name} = %{version}-%{release}
7f310be4 45Requires: gtk+2-devel >= 2:2.16.0
89566316 46Requires: libxml2-devel >= 1:2.6.26
c95a282d 47
48%description devel
49This package contains the header files needed to develop programs that
50use these gdl.
51
f403039b
JR
52%description devel -l pl.UTF-8
53Pakiet zawiera pliki nagłówkowe niezbędne do kompilowania programów
54używających bibliotek gdl.
c95a282d 55
56%package static
57Summary: Static libraries for gdl development
cfb69378 58Summary(pl.UTF-8): Statyczne biblioteki gdl
c95a282d 59Group: Development/Libraries
4ddc4132 60Requires: %{name}-devel = %{version}-%{release}
c95a282d 61
62%description static
63This package contains the static gdl libraries.
64
f403039b 65%description static -l pl.UTF-8
c95a282d 66Pakiet zawiera statyczne biblioteki gdl.
67
89566316
MB
68%package apidocs
69Summary: gdl library API documentation
70Summary(pl.UTF-8): Dokumentacja API biblioteki gdl
71Group: Documentation
72Requires: gtk-doc-common
73
74%description apidocs
75gdl library API documentation.
76
77%description apidocs -l pl.UTF-8
78Dokumentacja API biblioteki gdl.
79
c95a282d 80%prep
81%setup -q
82
83%build
fe8ddd99 84%{__glib_gettextize}
e90ea9cb 85%{__intltoolize}
c95a282d 86%{__libtoolize}
8af38820 87%{__aclocal}
c95a282d 88%{__autoconf}
89566316 89%{__autoheader}
c95a282d 90%{__automake}
ed81ca9b 91%configure \
89566316
MB
92 --with-html-dir=%{_gtkdocdir} \
93 --enable-gtk-doc \
ed81ca9b
MB
94 --enable-static
95
c95a282d 96%{__make}
97
98%install
99rm -rf $RPM_BUILD_ROOT
100
101%{__make} install \
102 DESTDIR=$RPM_BUILD_ROOT
103
89566316 104%find_lang %{name}-1
c95a282d 105
106%clean
107rm -rf $RPM_BUILD_ROOT
108
97e15588
JB
109%post -p /sbin/ldconfig
110%postun -p /sbin/ldconfig
c95a282d 111
a070abb4 112%files -f %{name}-1.lang
c95a282d 113%defattr(644,root,root,755)
114%doc AUTHORS ChangeLog NEWS README
89566316 115%attr(755,root,root) %{_libdir}/libgdl-1.so.*.*.*
fb3064f6 116%attr(755,root,root) %ghost %{_libdir}/libgdl-1.so.3
c95a282d 117%{_datadir}/gdl
c95a282d 118
119%files devel
120%defattr(644,root,root,755)
89566316 121%attr(755,root,root) %{_libdir}/libgdl-1.so
c95a282d 122%{_includedir}/libgdl-1.0
89566316 123%{_libdir}/libgdl-1.la
89566316 124%{_pkgconfigdir}/gdl-1.0.pc
c95a282d 125
126%files static
127%defattr(644,root,root,755)
89566316 128%{_libdir}/libgdl-1.a
89566316
MB
129
130%files apidocs
131%defattr(644,root,root,755)
132%{_gtkdocdir}/gdl
This page took 0.129446 seconds and 4 git commands to generate.