]> git.pld-linux.org Git - packages/gnome-js-common.git/blob - gnome-js-common.spec
9dd1bdf326beb88043da3c214e5a2ce01d2158cf
[packages/gnome-js-common.git] / gnome-js-common.spec
1 Summary:        Common modules for GNOME JavaScript bindings
2 Summary(pl.UTF-8):      Wspólne moduły dla wiązań JavaScriptu do GNOME
3 Name:           gnome-js-common
4 Version:        0.1.2
5 Release:        3
6 License:        GPL v3
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-js-common/0.1/%{name}-%{version}.tar.bz2
9 # Source0-md5:  a4147d24622ab0f1d01e9921a3bf501b
10 BuildRequires:  autoconf >= 2.50
11 BuildRequires:  automake
12 BuildRequires:  gettext-tools
13 BuildRequires:  intltool >= 0.35.0
14 BuildRequires:  libtool
15 BuildRequires:  pkgconfig
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This package provides common modules for GNOME JavaScript bindings.
20
21 %description -l pl.UTF-8
22 Ten pakiet dostarcza wspólne moduły dla wiązań JavaScriptu do GNOME.
23
24 %prep
25 %setup -q
26
27 %build
28 %{__intltoolize}
29 %{__aclocal}
30 %{__autoconf}
31 %{__autoheader}
32 %{__automake}
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/doc/gnome_js_common
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc ChangeLog
50 %{_libdir}/gnome-js
51 %{_pkgconfigdir}/gnome-js-common.pc
This page took 0.054883 seconds and 2 git commands to generate.