cSvn-UI for SVN Repositories

cGit-UI – is a web interface for Subversion (SVN) Repositories. cSvn CGI script is writen in C and therefore it's fast enough

6 Commits   0 Branches   2 Tags
bfc1508d (kx 2023-03-24 03:55:33 +0300  1) 
bfc1508d (kx 2023-03-24 03:55:33 +0300  2) Name:       csvn-ui
8c8573fd (kx 2023-04-12 19:24:33 +0300  3) Version:    0.1.5
bfc1508d (kx 2023-03-24 03:55:33 +0300  4) Release:    2
bfc1508d (kx 2023-03-24 03:55:33 +0300  5) Summary:    cSvn-ui a web interface for Subversion repositories
bfc1508d (kx 2023-03-24 03:55:33 +0300  6) License:    RADIX-1.0
bfc1508d (kx 2023-03-24 03:55:33 +0300  7) Group:      System/base
8c8573fd (kx 2023-04-12 19:24:33 +0300  8) Source:     https://ftp.radix.pro/pub/csvn-ui/csvn-ui-0.1.5.tar.xz
bfc1508d (kx 2023-03-24 03:55:33 +0300  9) Url:        https://csvn.radix/pro/csvn-ui/
bfc1508d (kx 2023-03-24 03:55:33 +0300 10) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 11) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 12) %define _sysconfdir /etc
bfc1508d (kx 2023-03-24 03:55:33 +0300 13) %define _scriptdir  /srv/www/htdocs/csvn
bfc1508d (kx 2023-03-24 03:55:33 +0300 14) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 15) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 16) %description
bfc1508d (kx 2023-03-24 03:55:33 +0300 17) cSvn-ui CGI Script - is a web interface for Subversion Repositories
bfc1508d (kx 2023-03-24 03:55:33 +0300 18) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 19) %prep
bfc1508d (kx 2023-03-24 03:55:33 +0300 20) %setup -q
bfc1508d (kx 2023-03-24 03:55:33 +0300 21) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 22) %build
bfc1508d (kx 2023-03-24 03:55:33 +0300 23) ./configure \
bfc1508d (kx 2023-03-24 03:55:33 +0300 24)   --prefix=/usr \
bfc1508d (kx 2023-03-24 03:55:33 +0300 25)   --sysconfdir=%{_sysconfdir} \
bfc1508d (kx 2023-03-24 03:55:33 +0300 26)   --with-scriptdir=%{_scriptdir}
bfc1508d (kx 2023-03-24 03:55:33 +0300 27) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 28) %install
bfc1508d (kx 2023-03-24 03:55:33 +0300 29) make install DESTDIR=%{buildroot}
bfc1508d (kx 2023-03-24 03:55:33 +0300 30) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 31) %clean
bfc1508d (kx 2023-03-24 03:55:33 +0300 32) %{?buildroot:%__rm -rf "%{buildroot}"}
bfc1508d (kx 2023-03-24 03:55:33 +0300 33) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 34) %files
bfc1508d (kx 2023-03-24 03:55:33 +0300 35) %defattr(-,root,root)
bfc1508d (kx 2023-03-24 03:55:33 +0300 36) %{_datadir}/*
bfc1508d (kx 2023-03-24 03:55:33 +0300 37) %doc LICENSE README README.md doc/
bfc1508d (kx 2023-03-24 03:55:33 +0300 38) %attr(755,root,root) %{_scriptdir}/csvn-ui.cgi
bfc1508d (kx 2023-03-24 03:55:33 +0300 39) %attr(644,root,root) %{_scriptdir}/favicon.ico
bfc1508d (kx 2023-03-24 03:55:33 +0300 40) %attr(644,root,root) %{_scriptdir}/robots.txt
bfc1508d (kx 2023-03-24 03:55:33 +0300 41) %{_scriptdir}/.csvn/
bfc1508d (kx 2023-03-24 03:55:33 +0300 42)