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