]> git.pld-linux.org Git - packages/cvsup.git/blob - cvsup.spec
- added missing translations
[packages/cvsup.git] / cvsup.spec
1 Summary:        A CVS-aware network file distribution system
2 Summary(pl):    Sieciowy system dystrybucji plików zwi±zany z CVS.
3 Name:           cvsup
4 Version:        16.0
5 Release:        1
6 Group:          Development/Version Control
7 Group(pl):      Programowanie/Zarz±dzanie wersjami
8 Copyright:      BSD
9 Source:         ftp://ftp.FreeBSD.org/pub/FreeBSD/CVSup/%{name}-%{version}.tar.gz
10 URL:            http://www.polstra.com/projects/freeware/CVSup/
11 Requires:       Modula-3
12 BuildRoot:      /tmp/%{name}-%{version}-root
13
14 %description
15 CVSup is a next-generation replacement for sup.  It is a leap
16 forward, in terms of capability, speed, and server efficiency.
17
18 CVSup offers the following advantages:
19 * Capabilities. Clients can maintain local CVS branches without
20   interference from CVSup.
21 * Speed. CVSup works directly from the CVS repository on the
22   server. It can parse and edit RCS files, and it understands
23   how they are typically changed under CVS. It uses a streaming
24   protocol for updates and sends compressed diffs and reverse
25   diffs of changes to minimize bandwidth.
26
27 %description -l pl
28 CVSup jest nastêpc± dla sup. CVSup jest szybkim, zgodnych
29 z poprzednikami serwerem.
30
31 CVSup oferuje:
32 * Mo¿liwo¶ci. Klienci mog± zarz±dzaæ lokalnymi drzewami.
33 * Szybko¶æ. CVSup dzia³a bezpo¶rednio z repozytorium CVS
34   na serwerze. Mo¿e on analizowaæ i edytowaæ pliku CVS.
35   CVSup u¿ywa strumieniowego protoko³u do aktualizowania
36   (przesy³a skompesowane pliki by zminimalizowaæ zajmowane
37   pasmo).
38
39 %package client
40 Summary:        Client-side CVSup package
41 Summary(pl):    CVSup - klient
42 Group:          Development/Version Control
43 Group(pl):      Programowanie/Zarz±dzanie wersjami
44
45 %description client
46 CVSup is a next-generation replacement for sup.  It is a leap
47 forward, in terms of capability, speed, and server efficiency.
48
49 CVSup offers the following advantages:
50 * Capabilities. Clients can maintain local CVS branches without
51   interference from CVSup.
52 * Speed. CVSup works directly from the CVS repository on the
53   server. It can parse and edit RCS files, and it understands
54   how they are typically changed under CVS. It uses a streaming
55   protocol for updates and sends compressed diffs and reverse
56   diffs of changes to minimize bandwidth.
57
58 The client package allows a developer to maintain a local copy
59 of a full CVS repository. CVSup can also maintain local copies
60 of other kinds of directory trees.
61
62 %description -l pl client
63 CVSup jest nastêpc± dla sup. CVSup jest szybkim, zgodnych
64 z poprzednikami serwerem.
65
66 CVSup oferuje:
67 * Mo¿liwo¶ci. Klienci mog± zarz±dzaæ lokalnymi drzewami.
68 * Szybko¶æ. CVSup dzia³a bezpo¶rednio z repozytorium CVS
69   na serwerze. Mo¿e on analizowaæ i edytowaæ pliku CVS.
70   CVSup u¿ywa strumieniowego protoko³u do aktualizowania
71   (przesy³a skompesowane pliki by zminimalizowaæ zajmowane
72   pasmo).
73
74 Pakiet kliencki pozwala developerom zarz±dzaæ pe³n± lokaln±
75 kopi± repozytorium CVS. CVSup mo¿e równie¿ zarz±dzaæ innymi
76 lokalnymi kopiami drzew katalogowych.
77
78 %package server
79 Summary:        Server-side CVSup package
80 Summary(pl):    CVSup - serwer
81 Group:          Development/Version Control
82 Group(pl):      Programowanie/Zarz±dzanie wersjami
83
84 %description server
85 CVSup is a next-generation replacement for sup.  It is a leap
86 forward, in terms of capability, speed, and server efficiency.
87
88 CVSup offers the following advantages:
89 * Capabilities. Clients can maintain local CVS branches without
90   interference from CVSup.
91 * Speed. CVSup works directly from the CVS repository on the
92   server. It can parse and edit RCS files, and it understands
93   how they are typically changed under CVS. It uses a streaming
94   protocol for updates and sends compressed diffs and reverse
95   diffs of changes to minimize bandwidth.
96
97 The server package allows a developer to publish a full or
98 partial CVS repository. CVSup can also publish other kinds of
99 directory trees.
100
101 %description -l pl server
102 CVSup jest nastêpc± dla sup. CVSup jest szybkim, zgodnych
103 z poprzednikami serwerem.
104
105 CVSup oferuje:
106 * Mo¿liwo¶ci. Klienci mog± zarz±dzaæ lokalnymi drzewami.
107 * Szybko¶æ. CVSup dzia³a bezpo¶rednio z repozytorium CVS
108   na serwerze. Mo¿e on analizowaæ i edytowaæ pliku CVS.
109   CVSup u¿ywa strumieniowego protoko³u do aktualizowania
110   (przesy³a skompesowane pliki by zminimalizowaæ zajmowane
111   pasmo).
112
113 Pakiet serwera pozwala developerom na publikowanie czê¶ciowo
114 lub w ca³o¶ci repozytorium CVS. CVSup mo¿e tak¿e publikowaæ
115 innego rodzaju drzewa katalogowe.
116
117 %prep
118 %setup -q
119
120 %build
121 make M3TARGET=LINUXELF CFLAGS="$RPM_OPT_FLAGS"
122
123 %install
124 rm -rf $RPM_BUILD_ROOT
125 make install \
126         PREFIX=$RPM_BUILD_ROOT%{_prefix} \
127         M3TARGET=LINUXELF 
128
129 strip $RPM_BUILD_ROOT/{%{_bindir},%{_sbindir}/*
130
131 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
132         Acknowledgments Announce Blurb ChangeLog
133
134 %clean
135 rm -rf $RPM_BUILD_ROOT
136
137 %files client
138 %doc *.gz
139 %{_bindir}/cvsup
140 %{_mandir}/man1/cvsup.1.gz
141
142 %files server
143 %doc *.gz
144 %{_sbindir}/cvsupd
145 %{_mandir}/man8/cvsupd.8.gz
This page took 0.103619 seconds and 3 git commands to generate.