From 6cf83df269fc48ae5290250d5981fcd68b4e0898 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Feb 20 2014 13:57:58 +0000 Subject: Initial import --- diff --git a/.gitignore b/.gitignore index e69de29..e2ca742 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/cdbs_0.4.122.tar.gz diff --git a/cdbs.spec b/cdbs.spec new file mode 100644 index 0000000..ad9e85b --- /dev/null +++ b/cdbs.spec @@ -0,0 +1,47 @@ +Name: cdbs +Version: 0.4.122 +Release: 2%{?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.gz + +%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} + + +%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 COPYING TODO +%{_bindir}/cdbs-edit-patch +%{_libexecdir}/%{name} +%{_datadir}/%{name} +%{_mandir}/man1/cdbs-edit-patch.1* + +%changelog +* 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 diff --git a/sources b/sources index e69de29..dbb893e 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +cee092f840cce3feaff2124110c84d3c cdbs_0.4.122.tar.gz