Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b05a304521 | |||
| 46a25dd03a |
3 changed files with 23 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@ perl-support-4.8.zip
|
|||
/perl-support-5.2.zip
|
||||
/perlsupport-5.3.2.tar.gz
|
||||
/perl-support-5.3.2.zip
|
||||
/vim-perl-support.metainfo.xml
|
||||
|
|
|
|||
11
vim-perl-support.metainfo.xml
Normal file
11
vim-perl-support.metainfo.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="addon">
|
||||
<id>vim-perl-support</id>
|
||||
<extends>gvim.desktop</extends>
|
||||
<name>Perl Support</name>
|
||||
<summary>Perl IDE - Write and run Perl scripts using menus and hotkeys</summary>
|
||||
<url type="homepage">http://www.vim.org/scripts/script.php?script_id=556</url>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPLv2</project_license>
|
||||
<updatecontact>dmaphy@fedoraproject.org</updatecontact>
|
||||
</component>
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
Name: vim-perl-support
|
||||
Version: 5.3.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Perl-IDE for VIM
|
||||
|
||||
Group: Applications/Editors
|
||||
|
|
@ -13,6 +13,7 @@ URL: http://www.vim.org/scripts/script.php?script_id=556
|
|||
Source0: perl-support-%{version}.zip
|
||||
|
||||
#Source0: https://github.com/WolfgangMehner/vim-plugins/archive/perlsupport-%{version}.tar.gz
|
||||
Source1: vim-perl-support.metainfo.xml
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -80,6 +81,10 @@ install -m 755 -d %{buildroot}%{vimfiles}/perl-support/scripts
|
|||
install -m 755 -p perl-support/scripts/*.{pl,sh} \
|
||||
%{buildroot}%{vimfiles}/perl-support/scripts
|
||||
|
||||
# Install AppData.
|
||||
mkdir -p %{buildroot}%{_datadir}/appdata/
|
||||
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/appdata/
|
||||
|
||||
|
||||
%post
|
||||
umask 022
|
||||
|
|
@ -105,9 +110,14 @@ exit 0
|
|||
%{vimfiles}/doc/*.txt
|
||||
%{vimfiles}/ftplugin/*.vim
|
||||
%{vimfiles}/plugin/perl-support.vim
|
||||
%{_datadir}/appdata/vim-perl-support.metainfo.xml
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 07 2015 Dominic Hopf <dmaphy@fedoraproject.org> - 5.3.2-2
|
||||
- add appdata metainfo file (RHBZ#1246541)
|
||||
|
||||
* Mon Nov 17 2014 Dominic Hopf <dmaphy@fedoraproject.org> - 5.3.2-1
|
||||
- Update to latest upstream version 5.3.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue