update to 1.4.2 [release 1.4.2-1mamba;Tue May 13 2014]
This commit is contained in:
parent
6763959ce0
commit
70570c3d56
@ -4,7 +4,7 @@
|
||||
%define packager_groupid 65028
|
||||
|
||||
Name: distromatic
|
||||
Version: 1.4.1
|
||||
Version: 1.4.2
|
||||
Release: 1mamba
|
||||
Summary: A tool for maintaining an RPM based distribution
|
||||
Group: System/Configuration
|
||||
@ -15,14 +15,14 @@ URL: http://www.openmamba.org
|
||||
Source: http://www.openmamba.org/distribution/sources/distromatic-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: bash
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libpopt-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: rpm-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libbinutils-devel >= 2.15
|
||||
BuildRequires: libiberty-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%debug_package
|
||||
@ -41,6 +41,8 @@ A tool for maintaining an RPM based distribution.
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
@ -48,7 +50,7 @@ A tool for maintaining an RPM based distribution.
|
||||
groupadd packager -g %{packager_groupid} 2>/dev/null || :
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/distromatic
|
||||
%attr(664,root,packager) %config(noreplace) %{_sysconfdir}/distromatic.conf
|
||||
@ -62,6 +64,9 @@ exit 0
|
||||
%doc AUTHORS ChangeLog COPYING
|
||||
|
||||
%changelog
|
||||
* Tue May 13 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-1mamba
|
||||
- update to 1.4.2
|
||||
|
||||
* Mon Oct 07 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-1mamba
|
||||
- update to 1.4.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user