Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : subversion | name : subversion | ||||
| version : 1.9.7 | version : 1.10.0 | ||||
| release : 11 | release : 12 | ||||
| source : | source : | ||||
| - http://www.nic.funet.fi/pub/mirrors/apache.org/subversion/subversion-1.9.7.tar.bz2 : c3b118333ce12e501d509e66bb0a47bcc34d053990acab45559431ac3e491623 | - http://www.nic.funet.fi/pub/mirrors/apache.org/subversion/subversion-1.10.0.tar.bz2 : 2cf23f3abb837dea0585a6b0ebd70e80e01f95bddef7c1aa097c18e3eaa6b584 | ||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : programming.tools | component : programming.tools | ||||
| summary : Subversion is an open source version control system | summary : Subversion is an open source version control system | ||||
| description: | | description: | | ||||
| Subversion is an open source version control system | Subversion is an open source version control system | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(apr-1) | - pkgconfig(apr-1) | ||||
| - pkgconfig(apr-util-1) | - pkgconfig(apr-util-1) | ||||
| - pkgconfig(bash-completion) | - pkgconfig(bash-completion) | ||||
| - pkgconfig(dbus-1) | - pkgconfig(dbus-1) | ||||
| - pkgconfig(gnome-keyring-1) | - pkgconfig(liblz4) | ||||
| - pkgconfig(libsasl2) | - pkgconfig(libsasl2) | ||||
| - pkgconfig(libsecret-1) | |||||
| - pkgconfig(openssl) | - pkgconfig(openssl) | ||||
| - pkgconfig(serf-1) | - pkgconfig(serf-1) | ||||
| - pkgconfig(sqlite3) | - pkgconfig(sqlite3) | ||||
| - pkgconfig(zlib) | - pkgconfig(zlib) | ||||
| - libtool | - libtool | ||||
| - perl | - perl | ||||
| - swig | - swig | ||||
| setup : | | setup : | | ||||
| %patch -Np0 < $pkgfiles/subversion-1.8.1-revert_bdb6check.patch | %patch -Np0 < $pkgfiles/subversion-1.8.1-revert_bdb6check.patch | ||||
| %patch -Np0 < $pkgfiles/subversion.rpath.fix.patch | %patch -Np0 < $pkgfiles/subversion.rpath.fix.patch | ||||
| ./autogen.sh | ./autogen.sh | ||||
| %configure --disable-static \ | %configure --disable-static \ | ||||
| --with-apr=/usr \ | --with-apr=/usr \ | ||||
| --with-apr-util=/usr \ | --with-apr-util=/usr \ | ||||
| --disable-gmock \ | --disable-gmock \ | ||||
| --disable-disallowing-of-undefined-references \ | --disable-disallowing-of-undefined-references \ | ||||
| --disable-experimental-libtool \ | --disable-experimental-libtool \ | ||||
| --with-gnome-keyring \ | --with-gnome-keyring \ | ||||
| --with-serf=/usr \ | --with-serf=/usr \ | ||||
| --with-sqlite=/usr \ | --with-sqlite=/usr \ | ||||
| --with-zlib=/usr \ | --with-zlib=/usr \ | ||||
| --with-lz4=/usr \ | |||||
| --with-utf8proc=internal \ | |||||
| --with-swig | --with-swig | ||||
| build : | | build : | | ||||
| unset LD_AS_NEEDED | unset LD_AS_NEEDED | ||||
| %make | %make | ||||
| %make swig-pl swig-pl-lib | %make swig-pl swig-pl-lib | ||||
| install : | | install : | | ||||
| unset LD_AS_NEEDED | unset LD_AS_NEEDED | ||||
| make DESTDIR=$installdir local-install install-swig-pl-lib | make DESTDIR=$installdir local-install install-swig-pl-lib | ||||
| make pure_vendor_install -C subversion/bindings/swig/perl/native PERL_INSTALL_ROOT=$installdir | make pure_vendor_install -C subversion/bindings/swig/perl/native PERL_INSTALL_ROOT=$installdir | ||||
| install -dm 00755 $installdir/usr/share/subversion | install -dm 00755 $installdir/usr/share/subversion | ||||
| cp -a tools/hook-scripts $installdir/usr/share/subversion/ | cp -a tools/hook-scripts $installdir/usr/share/subversion/ | ||||
| rm $installdir/usr/share/subversion/hook-scripts/*.in | rm $installdir/usr/share/subversion/hook-scripts/*.in | ||||
| install -Dm 00644 $pkgfiles/svnserve.service $installdir/usr/lib/systemd/system/svnserve.service | install -Dm 00644 $pkgfiles/svnserve.service $installdir/usr/lib/systemd/system/svnserve.service | ||||
| install -Dm 00644 $pkgfiles/svnserve.conf $installdir/etc/conf.d/svnserve | install -Dm 00644 $pkgfiles/svnserve.conf $installdir/etc/conf.d/svnserve | ||||
| install -Dm 00644 tools/client-side/bash_completion $installdir/usr/share/bash-completion/completions/subversion | install -Dm 00644 tools/client-side/bash_completion $installdir/usr/share/bash-completion/completions/subversion | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.