rebuilt with WITH_PARTITIONMANAGER=ON [release 1.0.1-4mamba;Sat Feb 07 2015]
This commit is contained in:
parent
0fb3a7cbf3
commit
68df96f679
@ -1,6 +1,6 @@
|
|||||||
Name: calamares
|
Name: calamares
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 2mamba
|
Release: 4mamba
|
||||||
Summary: Distribution-independent installer framework
|
Summary: Distribution-independent installer framework
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,15 +9,23 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: https://github.com/calamares/calamares
|
URL: https://github.com/calamares/calamares
|
||||||
## GITSOURCE https://github.com/calamares/calamares.git v1.0.1
|
## GITSOURCE https://github.com/calamares/calamares.git v1.0.1
|
||||||
Source: https://github.com/calamares/calamares.git/v%{version}/calamares-%{version}.tar.bz2
|
Source: https://github.com/calamares/calamares.git/v%{version}/calamares-%{version}.tar.bz2
|
||||||
|
Source1: https://github.com/calamares/partitionmanager.git/calamares/partitionmanager-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: kconfig-devel
|
||||||
|
BuildRequires: libatasmart-devel
|
||||||
|
BuildRequires: libblkid-devel
|
||||||
BuildRequires: libboost-devel
|
BuildRequires: libboost-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libkcoreaddons-devel
|
||||||
|
BuildRequires: libki18n-devel
|
||||||
BuildRequires: libparted-devel
|
BuildRequires: libparted-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libqt5-devel
|
BuildRequires: libqt5-devel
|
||||||
|
BuildRequires: libsolid-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libyaml-cpp-devel
|
BuildRequires: libyaml-cpp-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -47,10 +55,15 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -a1
|
||||||
|
|
||||||
|
rmdir src/modules/partition/partitionmanager
|
||||||
|
mv partitionmanager-%{version} src/modules/partition/partitionmanager
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake -d build \
|
||||||
|
-DWITH_PARTITIONMANAGER=ON
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -84,6 +97,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libcalamares.so.*
|
%{_libdir}/libcalamares.so.*
|
||||||
%{_libdir}/libcalamaresui.so.*
|
%{_libdir}/libcalamaresui.so.*
|
||||||
|
%{_libdir}/libcalapm.so
|
||||||
%dir %{_libdir}/calamares
|
%dir %{_libdir}/calamares
|
||||||
%{_libdir}/calamares/libcalamares.so
|
%{_libdir}/calamares/libcalamares.so
|
||||||
%dir %{_libdir}/calamares/modules
|
%dir %{_libdir}/calamares/modules
|
||||||
@ -129,6 +143,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/calamares/modules/networkcfg/*
|
%{_libdir}/calamares/modules/networkcfg/*
|
||||||
%dir %{_libdir}/calamares/modules/packages
|
%dir %{_libdir}/calamares/modules/packages
|
||||||
%{_libdir}/calamares/modules/packages/*
|
%{_libdir}/calamares/modules/packages/*
|
||||||
|
%dir %{_libdir}/calamares/modules/partition
|
||||||
|
%{_libdir}/calamares/modules/partition/*
|
||||||
%dir %{_libdir}/calamares/modules/prepare
|
%dir %{_libdir}/calamares/modules/prepare
|
||||||
%{_libdir}/calamares/modules/prepare/*
|
%{_libdir}/calamares/modules/prepare/*
|
||||||
%dir %{_libdir}/calamares/modules/services
|
%dir %{_libdir}/calamares/modules/services
|
||||||
@ -159,6 +175,12 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 07 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-4mamba
|
||||||
|
- rebuilt with WITH_PARTITIONMANAGER=ON
|
||||||
|
|
||||||
|
* Fri Feb 06 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-3mamba
|
||||||
|
- rebuilt with kde5 dependencies for partition module
|
||||||
|
|
||||||
* Wed Feb 04 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-2mamba
|
* Wed Feb 04 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-2mamba
|
||||||
- rebuilt with python3-boost
|
- rebuilt with python3-boost
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user