Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 70a2081c17 | |||
| 5a4e68b912 | |||
| 636d1c80ae |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1727516922
|
||||
commit: 0a5e8936d231a57b3fe1d6b29268157e1dec66b4fffe52972b8be184428e0340
|
||||
url: https://src.opensuse.org/jengelh/cgit
|
||||
revision: master
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bc38fc903fc0299300ad2e0dcf2736438169157117497988fad6f072be831fb
|
||||
size 256
|
||||
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 18:18:12 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Add /srv/www directories to filelist [bsc#1231027]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 17 08:30:09 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
||||
13
cgit.spec
13
cgit.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cgit
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@@ -21,9 +21,9 @@ Name: cgit
|
||||
Version: 1.2.3
|
||||
Release: 0
|
||||
Summary: A web frontend for git repositories
|
||||
License: GPL-2.0
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Tools/Version Control
|
||||
Url: http://git.zx2c4.com/cgit/
|
||||
URL: http://git.zx2c4.com/cgit/
|
||||
#Git-Clone: https://git.zx2c4.com/cgit
|
||||
Source: https://git.zx2c4.com/cgit/snapshot/%name-%version.tar.xz
|
||||
Source2: https://www.kernel.org/pub/software/scm/git/git-%git_version.tar.xz
|
||||
@@ -38,7 +38,7 @@ BuildRequires: libxslt
|
||||
BuildRequires: libzip-devel
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: bundled(git) = %version
|
||||
|
||||
%description
|
||||
@@ -68,6 +68,9 @@ cp "%_sourcedir/cgitrc" "$b/%_sysconfdir/"
|
||||
%defattr(-,root,root)
|
||||
%doc README COPYING
|
||||
%_mandir/man5/cgitrc.5%ext_man
|
||||
%dir /srv/www
|
||||
%dir /srv/www/cgi-bin
|
||||
%dir /srv/www/htdocs
|
||||
/srv/www/cgi-bin/cgit/
|
||||
/srv/www/htdocs/cgit/
|
||||
%_prefix/lib/cgit/
|
||||
|
||||
Reference in New Issue
Block a user