summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <michel.salim@informatik.uni-erlangen.de>2010-06-18 18:49:26 +0200
committerMichel Alexandre Salim <michel.salim@informatik.uni-erlangen.de>2010-06-18 18:49:26 +0200
commitf8359746e5c01a294fb6da808f2c13e80c682cb7 (patch)
treebfc3b53591be9adc3ef616f65a6e74c04400319c
parent94e6adb04c17ed1cd0ac13196fef8950517a43a1 (diff)
gnome-js-common reviewed
-rw-r--r--gnome/gnome-js-common.spec74
1 files changed, 0 insertions, 74 deletions
diff --git a/gnome/gnome-js-common.spec b/gnome/gnome-js-common.spec
deleted file mode 100644
index 55df64f..0000000
--- a/gnome/gnome-js-common.spec
+++ /dev/null
@@ -1,74 +0,0 @@
-%global major_ver 0.1
-%global minor_ver 2
-
-Name: gnome-js-common
-Version: %{major_ver}.%{minor_ver}
-Release: 2%{?dist}
-Summary: Common modules for GNOME JavaScript interpreters
-
-Group: Development/Libraries
-# LGPLv3 part still being clarified with upstream
-License: BSD and MIT and LGPLv3
-URL: http://ftp.gnome.org/pub/GNOME/sources/%{name}
-Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_ver}/%{name}-%{version}.tar.bz2
-# http://git.gnome.org/browse/gnome-js-common/patch/?id=d6ba3133f44ec888af8d64c87822d1bff7c891fe
-Patch0: %{name}-0.1.2-license.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildArch: noarch
-
-BuildRequires: intltool
-#Requires:
-
-%description
-This package contains some JavaScript modules for use by GNOME
-JavaScript extensions, namely GJS and Seed.
-
-%package devel
-Summary: Development files for %{name}
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-
-%description devel
-The %{name}-devel package contains libraries and header files for
-developing applications that use %{name}.
-
-
-%prep
-%setup -q
-%patch0 -p1 -b .license
-
-
-%build
-# not using standard configure macro. Nothing is compiled,
-# make libdir point to %%{_datadir}
-./configure --prefix=%{_prefix} --libdir=%{_datadir}
-make %{?_smp_mflags}
-
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
-
-
-%files
-%defattr(-,root,root,-)
-%doc COPYING ChangeLog
-%{_datadir}/gnome-js
-%exclude %{_docdir}/gnome_js_common
-
-%files devel
-%defattr(-,root,root,-)
-%{_datadir}/pkgconfig/gnome-js-common.pc
-
-
-
-%changelog
-* Fri Jun 11 2010 Michel Alexandre Salim <michel@hypatia.localdomain> - 0.1.%{minor_ver}-2
-- Review feedback:
-- Drop noarch patch; point libdir to %%{_datadir} instead
-- Drop %%clean section; not needed on F-13+
-
-* Mon Mar 29 2010 Michel Salim <salimma@fedoraproject.org> - 0.1.2-1
-- Initial package
-