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