mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 16:12:52 -06:00
Split rpm into gf and gf-editor rpms.
This commit is contained in:
21
src/gf.spec
21
src/gf.spec
@@ -1,4 +1,4 @@
|
|||||||
%define name GF
|
%define name gf
|
||||||
%define version 2.2pre2
|
%define version 2.2pre2
|
||||||
%define release 1
|
%define release 1
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@ License: GPL
|
|||||||
Group: Sciences/Other
|
Group: Sciences/Other
|
||||||
Vendor: The Language Technology Group
|
Vendor: The Language Technology Group
|
||||||
URL: http://www.cs.chalmers.se/~aarne/GF/
|
URL: http://www.cs.chalmers.se/~aarne/GF/
|
||||||
Source: %{name}-%{version}.tgz
|
Source: GF-%{version}.tgz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildRequires: ghc
|
BuildRequires: ghc
|
||||||
|
|
||||||
@@ -42,6 +42,15 @@ GF particularly addresses the following aspects of grammars:
|
|||||||
* grammar engineering (modularity, information hiding, reusable
|
* grammar engineering (modularity, information hiding, reusable
|
||||||
libraries)
|
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
|
%prep
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
%setup -q
|
%setup -q
|
||||||
@@ -62,12 +71,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
%{_bindir}/gf
|
%{_bindir}/gf
|
||||||
%{_bindir}/gfdoc
|
%{_bindir}/gfdoc
|
||||||
|
%doc LICENSE README doc/{DocGF.pdf,gf2-highlights.html,index.html}
|
||||||
|
|
||||||
|
%files editor
|
||||||
%{_bindir}/jgf
|
%{_bindir}/jgf
|
||||||
%{_datadir}/%{name}-%{version}/gf-java.jar
|
%{_datadir}/%{name}-%{version}/gf-java.jar
|
||||||
%doc LICENSE README doc/{DocGF.pdf,gf2-highlights.html,index.html}
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 11 2005 Bjorn Bringert <bringert@cs.chalmers.se> 2.2pre1-1
|
||||||
- Release of GF 2.2
|
- Release of GF 2.2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user