f71dbba111
opensuse-packaging: (see also http://en.opensuse.org/openSUSE:Specfile_guidelines) - removal of '# norootforbuild' - removal of Authors list, no longer desired in factory - removal of %clean section, no longer required - adding %{?_smp_mflags} whereever there is none OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=45
8 lines
194 B
Bash
8 lines
194 B
Bash
#!/bin/sh
|
|
# Fetch the DAPS SPEC file from our SVN
|
|
|
|
|
|
|
|
[ -e daps.spec ] && old daps.spec
|
|
svn cat https://svn.berlios.de/svnroot/repos/opensuse-doc/trunk/tools/daps/packaging/daps.spec > daps.spec
|