mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
Put editor in main package.
This commit is contained in:
12
src/gf.spec
12
src/gf.spec
@@ -41,14 +41,6 @@ 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: GF
|
|
||||||
Group: Sciences/Other
|
|
||||||
%description editor
|
|
||||||
This package contains the GF syntax editor.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
%setup -q
|
%setup -q
|
||||||
@@ -67,11 +59,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/gf2
|
%{_bindir}/gf2
|
||||||
%doc LICENSE README doc/{DocGF.pdf,gf2-highlights.html,index.html}
|
|
||||||
|
|
||||||
%files editor
|
|
||||||
%{_bindir}/jgf2
|
%{_bindir}/jgf2
|
||||||
%{_libdir}/%{name}-%{version}/gf-java.jar
|
%{_libdir}/%{name}-%{version}/gf-java.jar
|
||||||
|
%doc LICENSE README doc/{DocGF.pdf,gf2-highlights.html,index.html}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user