update to 1.5.0.1 [release 1.5.0.1-1mamba;Sat Jun 20 2020]
This commit is contained in:
parent
231755f03f
commit
b114170d60
@ -1,26 +1,24 @@
|
|||||||
%define cgidir %{_localstatedir}/www/cgi-bin
|
%define cgidir %{_localstatedir}/www/cgi-bin
|
||||||
%define htmldir %{_localstatedir}/www/html
|
%define htmldir %{_localstatedir}/www/html
|
||||||
%define postnukedir /var/www/html/PostNuke
|
|
||||||
%define packager_groupid 65028
|
%define packager_groupid 65028
|
||||||
|
|
||||||
Name: distromatic
|
Name: distromatic
|
||||||
Version: 1.4.7
|
Version: 1.5.0.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A tool for maintaining an RPM based distribution
|
Summary: A tool for maintaining an RPM based distribution
|
||||||
Group: System/Configuration
|
Group: System/Configuration
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.openmamba.org
|
URL: https://openmamba.org
|
||||||
Source: http://www.openmamba.org/distribution/sources/distromatic-%{version}.tar.bz2
|
Source: https://openmamba.org/distribution/sources/distromatic-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libpopt-devel
|
BuildRequires: librpm-devel
|
||||||
BuildRequires: libsqlite-devel
|
BuildRequires: libsqlite-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: librpm5-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libiberty-devel
|
BuildRequires: libiberty-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -34,12 +32,13 @@ A tool for maintaining an RPM based distribution.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%cmake -d build
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
%makeinstall
|
%makeinstall -C build
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -61,9 +60,15 @@ exit 0
|
|||||||
%{htmldir}/distromatic/pkg.png
|
%{htmldir}/distromatic/pkg.png
|
||||||
%{htmldir}/distromatic/pkgup.png
|
%{htmldir}/distromatic/pkgup.png
|
||||||
%{htmldir}/distromatic/warning-icon.png
|
%{htmldir}/distromatic/warning-icon.png
|
||||||
%doc AUTHORS ChangeLog COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 20 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.0.1-1mamba
|
||||||
|
- update to 1.5.0.1
|
||||||
|
|
||||||
|
* Thu Jun 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.0-1mamba
|
||||||
|
- update to 1.5.0
|
||||||
|
|
||||||
* Sat Sep 07 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.7-1mamba
|
* Sat Sep 07 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.7-1mamba
|
||||||
- update to 1.4.7
|
- update to 1.4.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user