Author: megabajt Date: Wed Mar 17 17:19:32 2010 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/gnome-js-common: gnome-js-common.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/gnome-js-common/gnome-js-common.spec diff -u /dev/null packages/gnome-js-common/gnome-js-common.spec:1.1 --- /dev/null Wed Mar 17 18:19:32 2010 +++ packages/gnome-js-common/gnome-js-common.spec Wed Mar 17 18:19:26 2010 @@ -0,0 +1,59 @@ +# $Revision$, $Date$ +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 + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/03/17 17:19:26 megabajt +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
