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