Name: cdbs Version: 0.4.130 Release: 4%{?dist} Summary: Common build system for Debian packages BuildArch: noarch License: GPLv2+ URL: http://anonscm.debian.org/gitweb/?p=collab-maint/cdbs.git Source0: http://ftp.de.debian.org/debian/pool/main/c/%{name}/%{name}_%{version}.tar.xz # waf-unpack python3 fixes Patch0: cdbs_py3.patch %description This package contains the Common Debian Build System, an abstract build system based on Makefile inheritance which is completely extensible and overridable. In other words, CDBS provides a sane set of default rules upon which packages can build; any or all rules may be overridden as needed. %prep %setup -q -n %{name}-%{version} %if 0%{?fedora} >= 25 %patch0 -p1 %endif %build %configure make %{?_smp_mflags} %install %make_install #check # Although the Makefile has a check rule, it requires a functional # dpkg-checkbuilddeps, which is not the case on Fedora. %files %doc TODO %license COPYING %{_bindir}/cdbs-edit-patch %{_libexecdir}/%{name} %{_datadir}/%{name} %{_mandir}/man1/cdbs-edit-patch.1* %changelog * Sun Mar 06 2016 Sandro Mani - 0.4.130-4 - Port waf-unpack to python3, keep compatibility with python2 * Wed Feb 03 2016 Fedora Release Engineering - 0.4.130-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering - 0.4.130-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Mar 30 2015 Sandro Mani - 0.4.130-1 - Update to 0.4.130 * Tue Mar 17 2015 Sandro Mani - 0.4.129-1 - Update to 0.4.129 * Fri Mar 06 2015 Sandro Mani - 0.4.128-1 - Update to 0.4.128 * Wed Oct 15 2014 Sandro Mani ⁻ 0.4.127-1 - Update to 0.4.127 * Sat Aug 23 2014 Sandro Mani - 0.4.126-1 - Update to 0.4.126 * Mon Jun 23 2014 Sandro Mani - 0.4.125-1 - Update to 0.4.125 * Sat Jun 07 2014 Fedora Release Engineering - 0.4.123-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon May 26 2014 Sandro Mani - 0.4.123-1 - Update to 0.4.123 * Wed Feb 19 2014 Sandro Mani - 0.4.122-2 - Make package noarch * Sun Feb 9 2014 Sandro Mani - 0.4.122-1 - Initial package