]> git.pld-linux.org Git - packages/gnome-js-common.git/blame - gnome-js-common.spec
- release 2 (by relup.sh)
[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
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
10BuildRequires: autoconf
11BuildRequires: automake
38f34ba2 12BuildRequires: gettext-devel
6ac85652 13BuildRequires: intltool
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
22Ten pakiet dostarcza wspólne moduły dla wiązań JavaScript 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
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/gnome_js_common
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc AUTHORS ChangeLog NEWS README
50%{_libdir}/gnome-js
51%{_pkgconfigdir}/gnome-js-common.pc
This page took 0.124074 seconds and 4 git commands to generate.