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