summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbringert <unknown>2005-05-12 12:19:03 +0000
committerbringert <unknown>2005-05-12 12:19:03 +0000
commit1d2830d8bd0ceb2d21285a36f7a9d6d45b2791bf (patch)
treee19f6b5999a3e24758ed041e62aa6b7081a41fd9
parent24f2eb8e33c3db9c4065d9b951454e719c8586a1 (diff)
Split rpm into gf and gf-editor rpms.
-rw-r--r--src/gf.spec21
1 files changed, 18 insertions, 3 deletions
diff --git a/src/gf.spec b/src/gf.spec
index 501c847ab..f03bee332 100644
--- a/src/gf.spec
+++ b/src/gf.spec
@@ -1,4 +1,4 @@
-%define name GF
+%define name gf
%define version 2.2pre2
%define release 1
@@ -10,7 +10,7 @@ License: GPL
Group: Sciences/Other
Vendor: The Language Technology Group
URL: http://www.cs.chalmers.se/~aarne/GF/
-Source: %{name}-%{version}.tgz
+Source: GF-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: ghc
@@ -42,6 +42,15 @@ GF particularly addresses the following aspects of grammars:
* grammar engineering (modularity, information hiding, reusable
libraries)
+
+%package editor
+Summary: Java syntax editor for Grammatical Framework (GF).
+Group: Sciences/Other
+Requires: gf
+
+%description editor
+This package contains the syntax editor GUI for GF.
+
%prep
rm -rf $RPM_BUILD_ROOT
%setup -q
@@ -62,12 +71,18 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,0755)
%{_bindir}/gf
%{_bindir}/gfdoc
+%doc LICENSE README doc/{DocGF.pdf,gf2-highlights.html,index.html}
+
+%files editor
%{_bindir}/jgf
%{_datadir}/%{name}-%{version}/gf-java.jar
-%doc LICENSE README doc/{DocGF.pdf,gf2-highlights.html,index.html}
%changelog
+* Thu May 12 2005 Bjorn Bringert <bringert@cs.chalmers.se> 2.2pre2-1
+- Split package into gf and gf-editor packages.
+- Changed package name to gf (lower case)
+
* Wed May 11 2005 Bjorn Bringert <bringert@cs.chalmers.se> 2.2pre1-1
- Release of GF 2.2