Skip to content

Commit 88202b9

Browse files
committed
git.spec.in: Add gitweb subpackage
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2927a50 commit 88202b9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

git.spec.in

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Requires: git-cvs = %{version}-%{release}
3535
Requires: git-arch = %{version}-%{release}
3636
Requires: git-email = %{version}-%{release}
3737
Requires: gitk = %{version}-%{release}
38+
Requires: gitweb = %{version}-%{release}
3839
Requires: git-gui = %{version}-%{release}
3940
Obsoletes: git <= 1.5.4.2
4041

@@ -87,6 +88,13 @@ Requires: git = %{version}-%{release}, tk >= 8.4
8788
%description -n gitk
8889
Git revision tree visualiser ('gitk')
8990

91+
%package -n gitweb
92+
Summary: Git web interface
93+
Group: Development/Tools
94+
Requires: git = %{version}-%{release}
95+
%description -n gitweb
96+
Browsing git repository on the web
97+
9098
%package -n perl-Git
9199
Summary: Perl interface to Git
92100
Group: Development/Libraries
@@ -189,13 +197,20 @@ rm -rf $RPM_BUILD_ROOT
189197
%{!?_without_docs: %{_mandir}/man1/*gitk*.1*}
190198
%{!?_without_docs: %doc Documentation/*gitk*.html }
191199

200+
%files -n gitweb
201+
%defattr(-,root,root)
202+
%{_datadir}/gitweb
203+
192204
%files -n perl-Git -f perl-files
193205
%defattr(-,root,root)
194206

195207
%files all
196208
# No files for you!
197209

198210
%changelog
211+
* Wed Jun 30 2010 Junio C Hamano <[email protected]>
212+
- Add 'gitweb' subpackage.
213+
199214
* Fri Mar 26 2010 Ian Ward Comfort <[email protected]>
200215
- Ship bash completion support from contrib/ in the core package.
201216

0 commit comments

Comments
 (0)