]> git.pld-linux.org Git - packages/gnome-js-common.git/commitdiff
- new auto/th/gnome-js-common-0_1_2-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 17 Mar 2010 17:19:26 +0000 (17:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-js-common.spec -> 1.1

gnome-js-common.spec [new file with mode: 0644]

diff --git a/gnome-js-common.spec b/gnome-js-common.spec
new file mode 100644 (file)
index 0000000..01b56e7
--- /dev/null
@@ -0,0 +1,48 @@
+Summary:       Common modules for GNOME JavaScript bindings
+Summary(pl.UTF-8):     Wspólne moduły dla wiązań JavaScript do GNOME
+Name:          gnome-js-common
+Version:       0.1.2
+Release:       1
+License:       GPL v3
+Group:         Libraries
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-js-common/0.1/%{name}-%{version}.tar.bz2
+# Source0-md5: a4147d24622ab0f1d01e9921a3bf501b
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: intltool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package provides common modules for GNOME JavaScript bindings.
+
+%description -l pl.UTF-8
+Ten pakiet dostarcza wspólne moduły dla wiązań JavaScript do GNOME.
+
+%prep
+%setup -q
+
+%build
+%{__intltoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/gnome_js_common
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%{_libdir}/gnome-js
+%{_pkgconfigdir}/gnome-js-common.pc
This page took 0.092018 seconds and 4 git commands to generate.