source: projects/specs/trunk/c/cvsweb/cvsweb-vl.spec @ 3735

Revision 3735, 2.8 KB checked in by Takemikaduchi, 13 years ago (diff)

clutter,gthumb,babl,gegl:new upstream release, others: rebuild

Line 
1Summary:        visual (www) interface to explore a cvs repository
2Summary(ja):    WebインタフェースのCVSリポジトリエクスプローラ
3
4%define name    cvsweb
5%define version 1.112
6%define release 3%{?_dist_release}
7#%define        serial  1
8%define contentdir /home/httpd
9
10Name:           %{name}
11Version:        %{version}
12Release:        %{release}
13#Serial:                %{serial}
14License:        BSD type
15Group:          Development/Tools
16URL:            http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/
17Source:         %{name}-%{version}.tar.gz
18Patch:          %{name}-config.patch
19Patch1:         %{name}-config2.patch
20BuildRoot:      %{_tmppath}/%{name}-root
21BuildArchitectures: noarch
22Requires:       mailcap, cvs
23
24%description
25cvsweb is a visual (www) interface to explore a cvs repository. This is an
26enhanced cvsweb developed by Henner Zeller. Enhancements include recognition
27and display of popular mime-types, visual, color-coded, side by side diffs
28of changes and the ability sort the file display and to hide old files
29from view. One living example of the enhanced cvsweb is the KDE cvsweb
30
31cvsweb requires the server to have cvs and a cvs repository worth exploring.
32
33%description -l ja
34cvswebは, WebインタフェースによるCVSリポジトリエクスプローラです.
35これは, Henner Zeller氏によって開発されたものを拡張したものです.
36拡張は, 一般的なMIMEタイプの認識と表示を含んでいます.
37古いファイルを見えなくしたり, 視覚的に色分しながらファイルを並べ,
38変更履歴をソートして表示します.
39拡張されたcvswebの一つの例は, KDEのcvswebです.
40
41
42cvsweb を動作させるには, cvsとCVSリポジトリ, Webサーバが必要です.
43
44%prep
45%setup -q -n cvsweb
46%patch -p1
47%patch1 -p1
48
49%build
50
51%install
52rm -rf $RPM_BUILD_ROOT
53mkdir -p $RPM_BUILD_ROOT{%{contentdir}/cgi-bin,%{_sysconfdir}/httpd}
54install -d $RPM_BUILD_ROOT{%{contentdir}/cgi-bin,%{_sysconfdir}/httpd}
55
56install cvsweb.cgi $RPM_BUILD_ROOT%{contentdir}/cgi-bin
57install cvsweb.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd
58
59gzip -9nf INSTALL README TODO
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files
65%defattr(644,root,root,755)
66%doc *.gz
67%doc icons
68%attr(755,root,root) /%{contentdir}/cgi-bin/cvsweb.cgi
69%config(noreplace) %{_sysconfdir}/httpd/cvsweb.conf
70
71%changelog
72* Fri Apr 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.112-3
73- rebuild with rpm-4.8.1
74
75* Mon Jun 22 2009 Shu KONNO <owa@bg.wakwak.com> 1.112-2
76- spec in utf-8
77
78* Sun Sep 21 2008 Shu KONNO <owa@bg.wakwak.com> 1.112-1vl5
79- applied new versioning policy, spec in utf-8
80- dropt serial
81
82* Fri Feb 15 2002 Yoshihiro Ota <ota@j.email.ne.jp> 1.112-0vl2
83- added Requires and corrected some bugs in cvsweb.conf.
84
85* Thu Aug 30 2001 Jiro Yamada <jiro@fd.catv.ne.jp>
86- updated to 1.112
87
88* Tue Oct 12 1999 Peter Hanecak <hanecak@megaloman.sk>
89- initial spec (based on Ryan Weaver's <ryanw@infohwy.com> gtksee spec
90  because i like the style of it)
Note: See TracBrowser for help on using the repository browser.