Remove unused sources

This commit is contained in:
Mikolaj Izdebski 2021-11-20 20:50:37 +01:00
parent e6537ee352
commit 758b2b8548
3 changed files with 4 additions and 17 deletions

View File

@ -1,9 +0,0 @@
[Desktop Entry]
Name=JFlex
GenericName=JFlex
Comment=Fast Scanner Generator for Java
Exec=jflex
Icon=jflex
Terminal=false
Type=Application
Categories=Development;

BIN
jflex.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -3,15 +3,13 @@
Summary: Fast Scanner Generator
Name: jflex
Version: 1.7.0
Release: 7%{?dist}
Release: 8%{?dist}
License: BSD
URL: http://jflex.de/
BuildArch: noarch
# ./create-tarball.sh %%{version}
Source0: %{name}-%{version}-clean.tar.gz
Source2: %{name}.desktop
Source3: %{name}.png
Source4: %{name}.1
Source5: create-tarball.sh
@ -81,7 +79,6 @@ cup -parser LexParse -interface -destdir src/main/java src/main/cup/LexParse.cup
jflex -d src/main/java/jflex --skel src/main/jflex/skeleton.nested src/main/jflex/LexScan.flex
%mvn_build
%install
%mvn_install
@ -92,10 +89,6 @@ jflex -d src/main/java/jflex --skel src/main/jflex/skeleton.nested src/main/jfle
install -d -m 755 %{buildroot}%{_mandir}/man1
install -p -m 644 %{SOURCE4} %{buildroot}%{_mandir}/man1
# .desktop + icons
# Emacs files
%files -f .mfiles
%doc doc
%doc COPYRIGHT
@ -108,6 +101,9 @@ install -p -m 644 %{SOURCE4} %{buildroot}%{_mandir}/man1
%changelog
* Sat Nov 20 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.0-8
- Remove unused sources
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild