Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 01f63e20d7d7e0997afcd39dcbe869f3 > files > 2

project-builder-0.12.2-3.mga3.src.rpm

Name:		project-builder
Version:	0.12.2
Release:	%mkrel 3
Summary:	Project Builder helps providing multi-OSes Continuous Packaging
License:	GPLv2
Group:		System/Packaging
Url:		http://trac.project-builder.org
Source:		ftp://ftp.project-builder.org/src/%{name}-%{version}.tar.gz
Requires:   perl-File-MimeInfo
Requires:   rpm-build
BuildArch:	noarch

%description
ProjectBuilder aka pb helps producing packages for multiple OSes (Linux
distributions, Solaris, ...).  It does that by minimizing the duplication of
information required and a set a very simple configuration files.  It
implements a Continuous Packaging approach.

%prep
%setup -q

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%install
%makeinstall_std
find ${RPM_BUILD_ROOT} -type f -name perllocal.pod -o -name .packlist -o -name '*.bs' -a -size 0 | xargs rm -f
find ${RPM_BUILD_ROOT} -type d -depth | xargs rmdir --ignore-fail-on-non-empty

%check
make test

%files
%doc NEWS AUTHORS INSTALL COPYING README
%{perl_vendorlib}/ProjectBuilder
%{_bindir}/pb
%{_bindir}/pbg
%{_bindir}/pbvi
%{_mandir}/man1/*
%{_mandir}/man3/*


%changelog

* Fri Apr 05 2013 guillomovitch <guillomovitch> 0.12.2-3.mga3
+ Revision: 408263
- drop useless explicit dependencies
- spec cleanup

* Thu Feb 28 2013 bcornec <bcornec> 0.12.2-1.mga3
+ Revision: 400603
- Updated to upstream 0.12.2

* Tue Jan 22 2013 fwang <fwang> 0.11.3-3.mga3
+ Revision: 390792
- update rpm group

* Sun Jan 13 2013 umeabot <umeabot> 0.11.3-2.mga3
+ Revision: 378238
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Sep 07 2011 tv <tv> 0.11.3-1.mga2
+ Revision: 140062
- new release
- drop fr metadata
- no manual perl requires

* Mon Mar 21 2011 bcornec <bcornec> 0.11.2-1.mga1
+ Revision: 75264
- Update to upstream project-builder 0.11.2

* Wed Mar 09 2011 jquelin <jquelin> 0.10.1-3.mga1
+ Revision: 67200
- revert previous obsolete

* Wed Mar 09 2011 jquelin <jquelin> 0.10.1-2.mga1
+ Revision: 67057
- adding an obsoletes: on a duplicate package

* Sat Feb 12 2011 bcornec <bcornec> 0.10.1-1.mga1
+ Revision: 50877
- Created package structure for project-builder.