up release, update tags, rewrite tags install, clean spec

This commit is contained in:
User 2019-10-15 16:46:27 +03:00
parent 8f27bd69c9
commit 8a0242b246

View file

@ -14,30 +14,7 @@ Group: Development/Tools
URL: https://www.geany.org URL: https://www.geany.org
Source0: http://download.geany.org/%{name}-%{version}.tar.bz2 Source0: http://download.geany.org/%{name}-%{version}.tar.bz2
# The following tags files were retrieved 6th Jan 2011 # The following tags files were retrieved 6th Jan 2011
#Source1: http://wiki.geany.org/get_tags?filename=geany-tags.tar.bz2
Source1: http://wiki.geany.org/get_tags?geany-tags.tar.bz2 Source1: http://wiki.geany.org/get_tags?geany-tags.tar.bz2
#Source1: http://wiki.geany.org/_media/tags/dbus-glib-0.76.c.tags
#Source2: http://wiki.geany.org/_media/tags/drupal.php.tags
#Source3: http://wiki.geany.org/_media/tags/ethos-1.0.c.tags
#Source4: http://wiki.geany.org/_media/tags/geany-api-0.21.c.tags
#Source5: http://wiki.geany.org/_media/tags/gladeui-1.0.c.tags
#Source6: http://wiki.geany.org/_media/tags/gnt.c.tags
#Source7: http://wiki.geany.org/_media/tags/gtk_-2.24.c.tags
#Source8: http://download.geany.org/contrib/tags/gtkscintilla-2.0.c.tags
#Source9: http://wiki.geany.org/_media/tags/gtksourceview-3.0.c.tags
#Source10: http://wiki.geany.org/_media/tags/libdevhelp-2.0.c.tags
#Source11: http://wiki.geany.org/_media/tags/libgdl-3.0.c.tags
#Source12: http://wiki.geany.org/_media/tags/libxml-2.0.c.tags
#Source13: http://wiki.geany.org/_media/tags/sqlite3.c.tags
#Source14: http://wiki.geany.org/_media/tags/standard.css.tags
#Source15: http://wiki.geany.org/_media/tags/std.glsl.tags
#Source16: http://wiki.geany.org/_media/tags/std.latex.tags
#Source17: http://download.geany.org/contrib/tags/std.vala.tags
#Source18: http://wiki.geany.org/_media/tags/v4l2.c.tags
#Source19: http://wiki.geany.org/_media/tags/webkit-1.0.c.tags
#Source20: http://wiki.geany.org/_media/tags/wordpress.php.tags
#Source21: http://wiki.geany.org/_media/tags/xfce48.c.tags
#Source22: http://advamacs.com/pub/tcl.tcl.tags
# https://github.com/geany/geany/pull/1900 Add basic Dockerfile syntax highlighting # https://github.com/geany/geany/pull/1900 Add basic Dockerfile syntax highlighting
Source23: filetypes.Dockerfile.conf Source23: filetypes.Dockerfile.conf
Source24: filetypes.spec.conf Source24: filetypes.spec.conf
@ -156,11 +133,6 @@ desktop-file-install --vendor="" \
--dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/* --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*
# Install tags files # Install tags files
#install -p %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} \
# %{SOURCE7} %{SOURCE8} %{SOURCE9} %{SOURCE10} %{SOURCE11} %{SOURCE12}\
# %{SOURCE13} %{SOURCE14} %{SOURCE15} %{SOURCE16} %{SOURCE17} %{SOURCE18}\
# %{SOURCE19} %{SOURCE20} %{SOURCE21} %{SOURCE22}\
# %{buildroot}%{_datadir}/%{name}/tags/
install -Dm0644 tags/* %{buildroot}%{_datadir}/%{name}/tags/ install -Dm0644 tags/* %{buildroot}%{_datadir}/%{name}/tags/
# remove useless file # remove useless file