Browse Source

%setup cleanup

master
parent
commit
48af09f702
  1. 6
      djbdns/djbdns.spec
  2. 6
      linkchecker/linkchecker.spec

6
djbdns/djbdns.spec

@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL]
Group: Misc
License: GPL
Version: %{V_djbdns}
Release: 20030808
Release: 20030912
# list of sources
Source0: http://cr.yp.to/djbdns/djbdns-%{V_djbdns}.tar.gz
@ -60,8 +60,8 @@ AutoReqProv: no
djbdns is a collection of Domain Name System tools.
%prep
%setup0 -q
%setup1 -q -a 1
%setup -q
%setup -q -D -T -a 1
%patch -p0
%build

6
linkchecker/linkchecker.spec

@ -37,7 +37,7 @@ Distribution: OpenPKG [PLUS]
Group: Misc
License: GPL
Version: %{V_linkchecker}
Release: 20030829
Release: 20030912
# list of sources
Source0: http://osdn.dl.sourceforge.net/linkchecker/linkchecker-%{V_linkchecker}.tar.gz
@ -55,8 +55,8 @@ AutoReqProv: no
LinkChecker checks your HTML documents for broken links.
%prep
%setup0 -q -c
%setup1 -q -c -a1
%setup -q -c
%setup -q -D -T -a1
# c99 me harder
%{l_shtool} subst \
-e '/<stdint\.h>/d' \

Loading…
Cancel
Save