mirror of
https://abf.rosa.ru/djam/calamares.git
synced 2025-02-23 15:42:49 +00:00
new version 1.1.2
This commit is contained in:
parent
ff5b4c146c
commit
61c0616748
2 changed files with 10 additions and 6 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,5 +1,5 @@
|
|||
sources:
|
||||
OpenMandriva-adverts.tar.xz: d0833604f1ce5bdcc7a1560cc51f4c392a9ed665
|
||||
calamares-1.1.1.tar.gz: 32be901d0316db787d9125df8215cefa3739bc86
|
||||
calamares-1.1.2.tar.gz: 1c4453d80a6726f71b09c21b930e1b71519da981
|
||||
openmandriva-install.svg: c048a90f14c7c449606e033bf148a11305fa0f70
|
||||
calamares-partitionmanager-20150617.tar.xz: dfc2406eb070b784bf8b5c0175994033be941028
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
Summary: Distribution-independent installer framework
|
||||
Name: calamares
|
||||
Version: 1.1.1
|
||||
Release: 3
|
||||
Version: 1.1.2
|
||||
Release: 1
|
||||
Group: System/Configuration/Other
|
||||
License: GPLv3+
|
||||
URL: http://calamares.io/
|
||||
|
@ -73,6 +73,7 @@ BuildRequires: yaml-cpp-devel
|
|||
BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: boost-devel >= 1.54.0
|
||||
BuildRequires: boost-python3-devel
|
||||
BuildRequires: pkgconfig(libcrypto)
|
||||
Requires(post): distro-release-OpenMandriva
|
||||
Requires(post): distro-theme-OpenMandriva
|
||||
Requires: coreutils
|
||||
|
@ -136,10 +137,13 @@ Requires: cmake
|
|||
Development files and headers for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
#%setup -q -n %{name}-%{version}-%{calamdate} -a 1
|
||||
%setup -q -n %{name}-%{version} -a 1
|
||||
rm -rf src/modules/partition/partitionmanager
|
||||
mv -f calamares-partitionmanager-%{partdate} src/modules/partition/partitionmanager
|
||||
#%setup -q -n %{name}-%{version} -a 1
|
||||
#rm -rf src/modules/partition/partitionmanager
|
||||
#mv -f calamares-partitionmanager-%{partdate} src/modules/partition/partitionmanager
|
||||
|
||||
%apply_patches
|
||||
|
||||
#delete backup files
|
||||
|
|
Loading…
Add table
Reference in a new issue