]> git.pld-linux.org Git - packages/cvsweb.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Thu, 18 May 2000 17:35:47 +0000 (17:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsweb.spec -> 1.5

cvsweb.spec

index 3e1789151a8e88e1fde6be127c5aa0818bfb8706..0065166db0998a7173b793c3ac83ac03c0eb6ad0 100644 (file)
@@ -1,40 +1,39 @@
-%define        name    cvsweb
-%define        version 1.79
-%define        release 1
-%define        serial  1
-
 Summary:       visual (www) interface to explore a cvs repository
-Name:          %{name}
-Version:       %{version}
-Release:       %{release}
-Serial:                %{serial}
-Copyright:     BSD type
+Name:          cvsweb
+Version:       1.79
+Release:       1
+Serial:                1
+License:       BSD type
 Group:         Development/Tools
+Group(fr):     Development/Outils
+Group(pl):     Programowanie/Narzêdzia
 URL:           http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/
-Source:                %{name}-%{version}.tar.bz2
-Patch:         %{name}-1.73-config.patch
+Source0:       %{name}-%{version}.tar.bz2
+Patch0:                %{name}-1.73-config.patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-BuildArchitectures: noarch
+BuildArch:     noarch
 
 %description
-cvsweb is a visual (www) interface to explore a cvs repository. This is an
-enhanced cvsweb developed by Henner Zeller. Enhancements include recognition
-and display of popular mime-types, visual, color-coded, side by side diffs
-of changes and the ability sort the file display and to hide old files
-from view. One living example of the enhanced cvsweb is the KDE cvsweb
+cvsweb is a visual (www) interface to explore a cvs repository. This
+is an enhanced cvsweb developed by Henner Zeller. Enhancements include
+recognition and display of popular mime-types, visual, color-coded,
+side by side diffs of changes and the ability sort the file display
+and to hide old files from view. One living example of the enhanced
+cvsweb is the KDE cvsweb
 
-cvsweb requires the server to have cvs and a cvs repository worth exploring.
+cvsweb requires the server to have cvs and a cvs repository worth
+exploring.
 
 %description -l pl
-cvsweb jest wizualnym interfejsem do eksploracji repozytorium cvs. Jest to
-ulepszona wersja programu cvsweb Hennera Zellera. Do ulepszeñ zaliczyæ mo¿na
-rozpoznawanie i wy¶wietlanie popularnych typów MIME; wizualnych, kolorowych, 
-umieszczonych obok siebie ró¿nic miêdzy plikami oraz zdolno¶æ sortowania 
-widoku plików oraz ukrywania starych plików. ¯ywym przyk³adem ulepszonego
-cvsweba jest cvsweb projektu KDE.
+cvsweb jest wizualnym interfejsem do eksploracji repozytorium cvs.
+Jest to ulepszona wersja programu cvsweb Hennera Zellera. Do ulepszeñ
+zaliczyæ mo¿na rozpoznawanie i wy¶wietlanie popularnych typów MIME;
+wizualnych, kolorowych, umieszczonych obok siebie ró¿nic miêdzy
+plikami oraz zdolno¶æ sortowania widoku plików oraz ukrywania starych
+plików. ¯ywym przyk³adem ulepszonego cvsweba jest cvsweb projektu KDE.
 
-cvsweb wymaga, by na serwerze by³ zainstalowany CVS oraz repzytorium CVS 
-warte eksploracji.
+cvsweb wymaga, by na serwerze by³ zainstalowany CVS oraz repzytorium
+CVS warte eksploracji.
 
 %prep
 %setup -q -n cvsweb
@@ -43,25 +42,18 @@ warte eksploracji.
 %build
 
 %install
-if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT ; fi
-mkdir -p $RPM_BUILD_ROOT/{home/httpd/cgi-bin,etc/httpd/conf}
-install -m 755 cvsweb.cgi $RPM_BUILD_ROOT/home/httpd/cgi-bin
-install -m 644 cvsweb.conf $RPM_BUILD_ROOT/etc/httpd/conf
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/{home/httpd/cgi-bin,etc/httpd/conf}
+
+install cvsweb.cgi $RPM_BUILD_ROOT/home/httpd/cgi-bin
+install cvsweb.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
+%defattr(644,root,root,755)
 %doc INSTALL README TODO
 %doc icons
 /home/httpd/cgi-bin/cvsweb.cgi
 %config(noreplace) /etc/httpd/conf/cvsweb.conf
-
-%changelog
-* Tue Nov  9 1999 Peter Hanecak <hanecak@megaloman.sk>
-- updated to 1.79
-
-* Tue Oct 12 1999 Peter Hanecak <hanecak@megaloman.sk>
-- initial spec (based on Ryan Weaver's <ryanw@infohwy.com> gtksee spec
-  because i like the style of it)
This page took 0.122403 seconds and 4 git commands to generate.