]> git.pld-linux.org Git - packages/gdl.git/blame_incremental - gdl.spec
- sr@Latn -> sr@latin, rel. 2
[packages/gdl.git] / gdl.spec
... / ...
CommitLineData
1Summary: GNOME Devtool Libraries
2Summary(pl.UTF-8): Biblioteki GNOME Devtool
3Name: gdl
4Version: 0.7.5
5Release: 2
6License: GPL
7Group: Libraries
8Source0: http://ftp.gnome.org/pub/gnome/sources/gdl/0.7/%{name}-%{version}.tar.bz2
9# Source0-md5: 85c867019080bd9b5bb1cdb880a82ff2
10BuildRequires: autoconf
11BuildRequires: automake
12BuildRequires: gettext-devel
13BuildRequires: gnome-common >= 2.18.0
14BuildRequires: intltool
15BuildRequires: libbonoboui-devel >= 2.18.0
16BuildRequires: libglade2-devel >= 1:2.6.0
17BuildRequires: libgnomeui-devel >= 2.18.1
18BuildRequires: libtool
19BuildRequires: pkgconfig
20# sr@Latn vs. sr@latin
21Conflicts: glibc-misc < 6:2.7
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
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).
31
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
36jako komponent bonobo (symbol-browser-control), dokowany element
37interfejsu graficznego (gdl), bibliotekę narzędzi zawierającą także
38szkielety dla przeglądarki symboli i komponentów edytora tekstu (gdl,
39idl).
40
41%package devel
42Summary: Header files for gdl development
43Summary(pl.UTF-8): Pliki nagłówkowe do biblioteki gdl
44Group: Development/Libraries
45Requires: %{name} = %{version}-%{release}
46
47%description devel
48This package contains the header files needed to develop programs that
49use these gdl.
50
51%description devel -l pl.UTF-8
52Pakiet zawiera pliki nagłówkowe niezbędne do kompilowania programów
53używających bibliotek gdl.
54
55%package static
56Summary: Static libraries for gdl development
57Summary(pl.UTF-8): Statyczne biblioteki gdl
58Group: Development/Libraries
59Requires: %{name}-devel = %{version}-%{release}
60
61%description static
62This package contains the static gdl libraries.
63
64%description static -l pl.UTF-8
65Pakiet zawiera statyczne biblioteki gdl.
66
67%prep
68%setup -q
69
70%build
71%{__glib_gettextize}
72%{__intltoolize}
73%{__libtoolize}
74%{__aclocal}
75%{__autoconf}
76%{__automake}
77%configure \
78 --enable-static
79
80%{__make}
81
82%install
83rm -rf $RPM_BUILD_ROOT
84
85%{__make} install \
86 DESTDIR=$RPM_BUILD_ROOT
87
88[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
89 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
90%find_lang %{name}-1 --with-gnome
91
92%clean
93rm -rf $RPM_BUILD_ROOT
94
95%post -p /sbin/ldconfig
96%postun -p /sbin/ldconfig
97
98%files -f %{name}-1.lang
99%defattr(644,root,root,755)
100%doc AUTHORS ChangeLog NEWS README
101%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
102%{_datadir}/gdl
103
104%files devel
105%defattr(644,root,root,755)
106%{_includedir}/libgdl-1.0
107%{_libdir}/lib*.la
108%attr(755,root,root) %{_libdir}/lib*.so
109%{_pkgconfigdir}/*.pc
110
111%files static
112%defattr(644,root,root,755)
113%{_libdir}/lib*.a
This page took 0.06581 seconds and 4 git commands to generate.