]> git.pld-linux.org Git - packages/gdl.git/blame - gdl.spec
- updated to 0.7.4
[packages/gdl.git] / gdl.spec
CommitLineData
24f77259 1Summary: GNOME Devtool Libraries
cfb69378 2Summary(pl.UTF-8): Biblioteki GNOME Devtool
c95a282d 3Name: gdl
9f2b61b4 4Version: 0.7.4
ed81ca9b 5Release: 1
c95a282d 6License: GPL
7Group: Libraries
ed81ca9b 8Source0: http://ftp.gnome.org/pub/gnome/sources/gdl/0.7/%{name}-%{version}.tar.bz2
9f2b61b4 9# Source0-md5: c83abab87116eae9975d24b70bcde7d8
c95a282d 10BuildRequires: autoconf
11BuildRequires: automake
b2420242 12BuildRequires: gettext-devel
9f2b61b4 13BuildRequires: gnome-common >= 2.18.0
b2420242 14BuildRequires: intltool
9f2b61b4 15BuildRequires: libbonoboui-devel >= 2.18.0
7b83531c 16BuildRequires: libglade2-devel >= 1:2.6.0
9f2b61b4 17BuildRequires: libgnomeui-devel >= 2.18.1
c95a282d 18BuildRequires: libtool
b2420242 19BuildRequires: pkgconfig
c95a282d 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23This package contains components and libraries that are intended to be
24shared between GNOME development tools, including gnome-debug,
25gnome-build, and anjuta2. The current pieces of GDL include: a symbol
cce19a1d 26browser bonobo component (symbol-browser-control), a docking widget
27(gdl), a utility library that also contains the stubs and skels for
28the symbol browser and text editor components (gdl, idl).
c95a282d 29
f403039b
JR
30%description -l pl.UTF-8
31Ten pakiet zawiera komponenty i biblioteki zaprojektowane jako wspólne
32dla różnych narzędzi programistycznych GNOME, takich jak: gnome-debug,
33gnome-build i anjuta2. Aktualnie GDL zawiera: przeglądarkę symboli
f7783e9f 34jako komponent bonobo (symbol-browser-control), dokowany element
f403039b
JR
35interfejsu graficznego (gdl), bibliotekę narzędzi zawierającą także
36szkielety dla przeglądarki symboli i komponentów edytora tekstu (gdl,
f7783e9f 37idl).
a070abb4 38
c95a282d 39%package devel
40Summary: Header files for gdl development
cfb69378 41Summary(pl.UTF-8): Pliki nagłówkowe do biblioteki gdl
c95a282d 42Group: Development/Libraries
4ddc4132 43Requires: %{name} = %{version}-%{release}
c95a282d 44
45%description devel
46This package contains the header files needed to develop programs that
47use these gdl.
48
f403039b
JR
49%description devel -l pl.UTF-8
50Pakiet zawiera pliki nagłówkowe niezbędne do kompilowania programów
51używających bibliotek gdl.
c95a282d 52
53%package static
54Summary: Static libraries for gdl development
cfb69378 55Summary(pl.UTF-8): Statyczne biblioteki gdl
c95a282d 56Group: Development/Libraries
4ddc4132 57Requires: %{name}-devel = %{version}-%{release}
c95a282d 58
59%description static
60This package contains the static gdl libraries.
61
f403039b 62%description static -l pl.UTF-8
c95a282d 63Pakiet zawiera statyczne biblioteki gdl.
64
65%prep
66%setup -q
67
68%build
fe8ddd99 69%{__glib_gettextize}
e90ea9cb 70%{__intltoolize}
c95a282d 71%{__libtoolize}
8af38820 72%{__aclocal}
c95a282d 73%{__autoconf}
74%{__automake}
ed81ca9b
MB
75%configure \
76 --enable-static
77
c95a282d 78%{__make}
79
80%install
81rm -rf $RPM_BUILD_ROOT
82
83%{__make} install \
84 DESTDIR=$RPM_BUILD_ROOT
85
a070abb4 86%find_lang %{name}-1 --with-gnome
c95a282d 87
88%clean
89rm -rf $RPM_BUILD_ROOT
90
97e15588
JB
91%post -p /sbin/ldconfig
92%postun -p /sbin/ldconfig
c95a282d 93
a070abb4 94%files -f %{name}-1.lang
c95a282d 95%defattr(644,root,root,755)
96%doc AUTHORS ChangeLog NEWS README
c95a282d 97%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
98%{_datadir}/gdl
c95a282d 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.087822 seconds and 4 git commands to generate.