Update spec files for Fedora copr
This commit is contained in:
parent
b4f93acdeb
commit
54c7b91372
3 changed files with 5 additions and 11 deletions
|
@ -1,8 +1,5 @@
|
|||
%{?cygwin_package_header}
|
||||
|
||||
%define is_wip 1
|
||||
%{?is_wip:%define ver_wip -WIP}
|
||||
|
||||
Name: cygwin-testdisk
|
||||
Version: 7.2
|
||||
Release: 0%{?dist}
|
||||
|
@ -13,7 +10,7 @@ Summary(ru_RU.UTF8): Программа для проверки и восста
|
|||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://www.cgsecurity.org/wiki/TestDisk
|
||||
Source0: https://www.cgsecurity.org/testdisk-%{version}%{?ver_wip}.tar.bz2
|
||||
Source0: https://www.cgsecurity.org/testdisk-%{version}.tar.bz2
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: libtool autoconf automake
|
||||
|
@ -114,7 +111,7 @@ PhotoRec is a signature based file recovery utility. It handles more than
|
|||
%{?cygwin_debug_package}
|
||||
|
||||
%prep
|
||||
%setup -q -n testdisk-%{version}%{?ver_wip}
|
||||
%setup -q -n testdisk-%{version}
|
||||
|
||||
%build
|
||||
autoreconf -vif -I config -W all
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
%{?mingw_package_header}
|
||||
|
||||
%define is_wip 1
|
||||
%{?is_wip:%define ver_wip -WIP}
|
||||
|
||||
Name: mingw-testdisk
|
||||
Version: 7.2
|
||||
Release: 0%{?dist}
|
||||
|
@ -13,7 +10,7 @@ Summary(ru_RU.UTF8): Программа для проверки и восста
|
|||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://www.cgsecurity.org/wiki/TestDisk
|
||||
Source0: https://www.cgsecurity.org/testdisk-%{version}%{?ver_wip}.tar.bz2
|
||||
Source0: https://www.cgsecurity.org/testdisk-%{version}.tar.bz2
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: libtool autoconf automake
|
||||
|
@ -119,7 +116,7 @@ PhotoRec is a signature based file recovery utility. It handles more than
|
|||
%{?mingw_debug_package}
|
||||
|
||||
%prep
|
||||
%setup -q -n testdisk-%{version}%{?ver_wip}
|
||||
%setup -q -n testdisk-%{version}
|
||||
|
||||
%build
|
||||
autoreconf -vif -I config -W all
|
||||
|
|
|
@ -3,7 +3,7 @@ Summary(pl.UTF8): Narzędzie sprawdzające i odzyskujące partycje
|
|||
Summary(fr.UTF8): Outil pour vérifier et restaurer des partitions
|
||||
Summary(ru_RU.UTF8): Программа для проверки и восстановления разделов диска
|
||||
Name: testdisk
|
||||
Version: 7.1
|
||||
Version: 7.2
|
||||
Release: 0%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
|
|
Loading…
Reference in a new issue