Compare commits
No commits in common. "rawhide" and "f38" have entirely different histories.
5 changed files with 6 additions and 28 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -9,11 +9,3 @@
|
|||
/urlscan-0.9.10.tar.gz
|
||||
/urlscan-1.0.0.tar.gz
|
||||
/urlscan-1.0.1.tar.gz
|
||||
/urlscan-1.0.2.tar.gz
|
||||
/urlscan-1.0.4.tar.gz
|
||||
/urlscan-1.0.6.tar.gz
|
||||
/urlscan-1.0.7.tar.gz
|
||||
/urlscan-1.0.8.tar.gz
|
||||
/urlscan-1.0.9.tar.gz
|
||||
/urlscan-1.1.2.tar.gz
|
||||
/urlscan-1.1.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,13 +1,8 @@
|
|||
upstream_project_url: https://github.com/firecat53/urlscan
|
||||
copy_upstream_release_description: false
|
||||
upstream_tag_template: "{version}"
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
- fedora-all
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.16.2.post1.dev8+g69d783e81.
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (urlscan-1.1.2.tar.gz) = 2bf008a8ce60df2a0997f3c2161975578c19e0b130454411f9e97d02c70096c3841492e4607be808cd575c6dd1529c6c82747ccd231b6e56b959f6c5461979e1
|
||||
SHA512 (urlscan-1.0.1.tar.gz) = e66e08cadc599fae8ed61c946cfbb08e2465da8a778ad5966307f08bf3ec717b05cfc04691cd1fc979c81e3568dbf3f2f112234f77d30c496388ffa7c09561d7
|
||||
|
|
|
|||
14
urlscan.spec
14
urlscan.spec
|
|
@ -1,21 +1,15 @@
|
|||
%global forgeurl https://github.com/firecat53/urlscan
|
||||
|
||||
Name: urlscan
|
||||
Version: 1.1.2
|
||||
Version: 1.0.1
|
||||
Release: %autorelease
|
||||
Summary: Extract and browse the URLs contained in an email (urlview replacement)
|
||||
|
||||
%global tag %{version}
|
||||
%forgemeta
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
URL: %{forgeurl}
|
||||
Source0: %{forgesource}
|
||||
URL: https://github.com/firecat53/%{name}
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: muttrc
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: git-core
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -24,7 +18,7 @@ the current terminal. It is primarily meant as a replacement for urlview.
|
|||
|
||||
|
||||
%prep
|
||||
%forgeautosetup -S git
|
||||
%autosetup
|
||||
cp -p %{SOURCE1} .
|
||||
|
||||
# stop installing LICENSE file in docdir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue