Don't have a separate srpm-package target: we already build the SRPM while building the RPM (since r47574).

svn path=/trunk/; revision=48105
This commit is contained in:
Jeff Morriss 2013-03-05 21:35:48 +00:00
parent 2c3a297f0f
commit 1a8a9a1b3a
1 changed files with 0 additions and 15 deletions

View File

@ -1086,21 +1086,6 @@ rpm-package: dist
false; \
fi
srpm-package: dist
if test x$(HAVE_RPM) = xyes ; then \
cd $(rpm_topdir) ; \
mkdir -p BUILD SRPMS SOURCES ; \
cd SOURCES ; \
ln -s ../../../$(distdir).tar.bz2 ; \
ln -s ../../../wireshark.desktop ; \
ln -s ../../../image/wsicon64.png wireshark.png ; \
cd .. ; \
rpmbuild --define "_topdir `cd . && pwd`" -bs SPECS/wireshark.spec && \
echo "Package successfully built in `pwd`/SRPMS." ; \
else \
echo "Error: RPM executable and/or source directory not found." ; \
fi
debian-package: debian/rules
@if test x$(HAVE_DPKG_BUILDPACKAGE) = xyes ; then \
dpkg-buildpackage -rfakeroot -us -uc ; \