2012-09-07 08:52:46 +02:00
|
|
|
#
|
|
|
|
# spec file for package devscripts
|
|
|
|
#
|
|
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
%{!?py_ver: %global py_ver %(echo `python -c "import sys; sys.stdout.write(sys.version[:3])"`)}
|
|
|
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
|
|
|
|
|
|
|
Name: devscripts
|
2012-09-29 15:17:07 +02:00
|
|
|
Version: 2.12.4
|
2012-09-07 08:52:46 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Scripts to make the life of a Debian Package maintainer easier
|
2012-10-05 20:37:41 +02:00
|
|
|
License: GPL-2.0+; GPL-2.0; GPL-3.0+; GPL-3.0; Artistic-2.0; GPL-1.0+ or Artistic-1.0; SUSE-Public-Domain; ISC
|
2012-09-07 08:52:46 +02:00
|
|
|
Group: Development/Tools/Building
|
|
|
|
Source0: http://ftp.de.debian.org/debian/pool/main/d/devscripts/devscripts_%{version}.tar.gz
|
|
|
|
# PATCH-FIX-UPSTREAM remove bash auto completion and fix docbook template directories path.
|
|
|
|
Patch0: devscripts-2.11.7-buildfix.patch
|
|
|
|
# PATCH-FIX-UPSTREAM hg can't commit empty, fix it.
|
|
|
|
Patch1: devscripts-2.11.7-debcommit-hg16.patch
|
|
|
|
# PATCH-FIX-UPSTREAM remove --utf8 since we only build En manpages.
|
|
|
|
Patch2: devscripts-pod2man-no-utf8.patch
|
|
|
|
# PATCH-FIX-UPSTREAM remove unrecognized --install-layout=deb from scripts/setup.py and fix prefix
|
|
|
|
Patch3: devscripts-2.11.7-remove-install-layout-deb.patch
|
|
|
|
# PATCH-FIX-OPENSUSE support old versions of File::Patch (SLE 11)
|
|
|
|
Patch4: devscripts-old-File-Path.patch
|
|
|
|
BuildRequires: dpkg-devel
|
|
|
|
BuildRequires: python-devel
|
|
|
|
# we are sorry to drop sles10 support, but no setuptools
|
|
|
|
BuildRequires: python-setuptools
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
Requires: dpkg
|
|
|
|
Requires: html2text
|
|
|
|
Requires: perl
|
|
|
|
Provides: deb:%{_bindir}/debchange
|
|
|
|
BuildRequires: docbook-xsl-stylesheets
|
|
|
|
BuildRequires: libxslt
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
BuildRequires: sgmltool
|
|
|
|
BuildRequires: texlive-latex
|
|
|
|
%define _xsl_stylesheet /usr/share/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl
|
|
|
|
%if 0%{?suse_version} < 1120
|
|
|
|
%define _libexecdir /usr/lib
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%if 0%{?fedora_version}
|
|
|
|
BuildRequires: tetex-latex
|
|
|
|
%define _xsl_stylesheet /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl
|
|
|
|
%endif
|
|
|
|
%if 0%{?rhel_version}
|
|
|
|
BuildRequires: tetex-latex
|
|
|
|
%define _xsl_stylesheet /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl
|
|
|
|
%endif
|
|
|
|
%if 0%{?centos_version}
|
|
|
|
BuildRequires: tetex-latex
|
|
|
|
%define _xsl_stylesheet /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description
|
|
|
|
Collection of scripts for working on Debian packages.
|
|
|
|
Examples:
|
|
|
|
- bts: a command-line tool for manipulating the Debian Bug
|
|
|
|
Tracking System
|
|
|
|
- checkbashisms: check whether a /bin/sh script contains any
|
|
|
|
common bash-specific contructs
|
|
|
|
- dcontrol: remotely query package and source control files
|
|
|
|
for all Debian distributions
|
|
|
|
- debchange/dch: automagically add entries to
|
|
|
|
debian/changelog files
|
|
|
|
- debsign, debrsign: sign a .changes/.dsc pair without
|
|
|
|
needing any of the rest of the package to be present;
|
|
|
|
can sign the pair remotely or fetch the pair from a
|
|
|
|
remote machine for signing
|
|
|
|
- diff2patches: extract patches from a .diff.gz file
|
|
|
|
placing them under debian/ or, if present, debian/patches
|
|
|
|
- licensecheck: attempt to determine the license of source
|
|
|
|
files
|
|
|
|
- uscan: scan upstream sites for new releases of packages
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%patch0 -p1
|
|
|
|
%if 0%{?suse_version} && 0%{?suse_version} < 1130
|
|
|
|
%patch2 -p1
|
|
|
|
%patch4 -p1
|
|
|
|
%endif
|
|
|
|
%patch1 -p1
|
|
|
|
%patch3 -p1
|
|
|
|
|
|
|
|
%build
|
|
|
|
make %{?_smp_mflags} XSL_STYLESHEET="%{_xsl_stylesheet}"
|
|
|
|
|
|
|
|
%install
|
|
|
|
%{__make} install DESTDIR=%{?buildroot} XSL_STYLESHEET="%{_xsl_stylesheet}"
|
|
|
|
|
|
|
|
install -d %{buildroot}%{_mandir}/man1/
|
|
|
|
install -d %{buildroot}%{_mandir}/man5/
|
|
|
|
install -m 644 scripts/*.1 %{buildroot}%{_mandir}/man1/
|
|
|
|
install -m 644 scripts/*.5 %{buildroot}%{_mandir}/man5/
|
|
|
|
while read target link; do
|
|
|
|
if [ -d $(dirname "%{buildroot}$link") ]; then
|
|
|
|
ln -sf $target %{buildroot}$link
|
|
|
|
fi
|
|
|
|
done <debian/links
|
|
|
|
# fix docs
|
|
|
|
mkdir -pv %{buildroot}%{_docdir}
|
|
|
|
if [ %{_datadir}/doc != %{_docdir} ]; then
|
|
|
|
mv %{buildroot}%{_datadir}/doc/devscripts %{buildroot}%{_docdir}
|
|
|
|
fi
|
|
|
|
chmod -x %{buildroot}%{_docdir}/devscripts/README
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2012-10-05 20:37:41 +02:00
|
|
|
%doc debian/changelog debian/copyright
|
2012-09-07 08:52:46 +02:00
|
|
|
%doc %{_docdir}/devscripts
|
|
|
|
%doc %{_mandir}/man*/*
|
|
|
|
%{_bindir}/*
|
|
|
|
%{python_sitelib}/devscripts/
|
|
|
|
%{python_sitelib}/devscripts-%{version}-py%{py_ver}.egg-info/
|
|
|
|
/usr/lib/devscripts
|
|
|
|
%{_datadir}/devscripts
|
|
|
|
|
|
|
|
%changelog
|