]> git.pld-linux.org Git - packages/gnome-js-common.git/blame - gnome-js-common.spec
- pl fix, versioned BRs
[packages/gnome-js-common.git] / gnome-js-common.spec
CommitLineData
6ac85652 1Summary: Common modules for GNOME JavaScript bindings
74363030 2Summary(pl.UTF-8): Wspólne moduły dla wiązań JavaScriptu do GNOME
6ac85652
MB
3Name: gnome-js-common
4Version: 0.1.2
5282ac9f 5Release: 2
6ac85652
MB
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
74363030 10BuildRequires: autoconf >= 2.50
6ac85652 11BuildRequires: automake
38f34ba2 12BuildRequires: gettext-devel
74363030 13BuildRequires: intltool >= 0.35.0
38f34ba2 14BuildRequires: libtool
15BuildRequires: pkgconfig
6ac85652
MB
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19This package provides common modules for GNOME JavaScript bindings.
20
21%description -l pl.UTF-8
74363030 22Ten pakiet dostarcza wspólne moduły dla wiązań JavaScriptu do GNOME.
6ac85652
MB
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
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
74363030 42%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/doc/gnome_js_common
6ac85652
MB
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
74363030 49%doc ChangeLog
6ac85652
MB
50%{_libdir}/gnome-js
51%{_pkgconfigdir}/gnome-js-common.pc
This page took 0.238151 seconds and 4 git commands to generate.