source: trunk/dasscm/debian/dasscm@ 240

Last change on this file since 240 was 240, checked in by slederer, on Oct 9, 2008 at 2:22:32 PM

added debian build files

File size: 16.9 KB
Line 
1#
2# Copyright (c) 2004-2008 dass IT GmbH, Koeln, Germany.
3# This file and all modifications and additions to the pristine
4# package are under the same license as the package itself.
5#
6# $Id: dasscm.spec 5820 2008-10-08 14:29:29Z joergs $
7
8Name: dasscm
9URL: http://www.dass-it.de/
10License: GPL
11Group: Development/Tools/Version Control
12Autoreqprov: on
13Summary: dass configuration management tool
14Version: 0.8.5820
15Release: 0
16Requires: subversion perl perl-TermReadKey
17Source: %{name}-%{version}.tar.bz2
18Packager: joerg.steffens@dass-it.de
19BuildRoot: %{_tmppath}/%{name}-%{version}-build
20BuildArch: noarch
21%if %{defined suse_version}
22BuildRequires: gzip pam-modules tar
23%endif
24
25%description
26tools for handling configuration files with subversion
27
28Authors:
29--------
30 Joerg Steffens
31
32%prep
33%setup -c %{name}-%{version}
34
35
36
37%build
38
39%install
40mkdir -p $RPM_BUILD_ROOT/usr/bin/
41install -m 755 dasscm $RPM_BUILD_ROOT/usr/bin/
42mkdir -p $RPM_BUILD_ROOT/etc/subversion/
43install -m 644 servers.dass-it $RPM_BUILD_ROOT/etc/subversion/
44install -m 640 dasscm.conf $RPM_BUILD_ROOT/etc/
45mkdir -p $RPM_BUILD_ROOT/var/lib/dasscm/
46
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51
52
53%files
54%defattr(-,root,root)
55%dir /var/lib/dasscm/
56/usr/bin/dasscm
57/etc/subversion/servers.dass-it
58%config(noreplace) /etc/dasscm.conf
59%doc Changes doc/*
60%changelog
61* Wed Oct 08 2008 - svn_build
62
63- Subversion status:
64 5820 5820 joergs .
65 5820 5808 joergs OSC_PACKAGE
66 5820 5820 joergs dasscm.spec
67 5820 4831 joergs SOURCES
68 5820 5818 joergs doc
69 5820 5818 joergs doc/dasscm_howto.txt
70 5820 4827 joergs doc/README
71 5820 5820 joergs dasscm
72 5820 5178 joergs servers.dass-it
73 5820 5179 joergs dasscm.conf
74
75- ChangeLog:
76------------------------------------------------------------------------
77r5820 | joergs | 2008-10-08 16:29:29 +0200 (Mi, 08 Okt 2008) | 1 line
78Geänderte Pfade:
79 M /trunk/technical/common/dasscm/dasscm
80 M /trunk/technical/common/dasscm/dasscm.spec
81
82removed the requirement for perl-libconfigfile, because it didn't exist for all systems. Replaced by the simple get_config function
83------------------------------------------------------------------------
84r5819 | joergs | 2008-10-08 15:45:21 +0200 (Mi, 08 Okt 2008) | 1 line
85Geänderte Pfade:
86 M /trunk/technical/common/dasscm/dasscm
87
88better check file types. Don't try to checkin directories, because they fail. Offer checkin of multiple files
89------------------------------------------------------------------------
90r5818 | joergs | 2008-10-08 11:15:09 +0200 (Mi, 08 Okt 2008) | 1 line
91Geänderte Pfade:
92 M /trunk/technical/common/dasscm/dasscm.spec
93 M /trunk/technical/common/dasscm/doc/dasscm_howto.txt
94
95adapted to prevent build warnings
96------------------------------------------------------------------------
97r5816 | joergs | 2008-10-05 14:35:38 +0200 (So, 05 Okt 2008) | 1 line
98Geänderte Pfade:
99 M /trunk/technical/common/dasscm/doc/dasscm_howto.txt
100
101bugfix und Ergänzung
102------------------------------------------------------------------------
103r5808 | joergs | 2008-10-02 16:16:37 +0200 (Do, 02 Okt 2008) | 1 line
104Geänderte Pfade:
105 A /trunk/technical/common/dasscm/OSC_PACKAGE
106
107info for openSUSE build service
108------------------------------------------------------------------------
109r5806 | joergs | 2008-10-02 14:19:16 +0200 (Do, 02 Okt 2008) | 1 line
110Geänderte Pfade:
111 M /trunk/technical/common/dasscm/dasscm.spec
112
113beautified
114------------------------------------------------------------------------
115r5476 | joergs | 2007-12-10 15:13:46 +0100 (Mo, 10 Dez 2007) | 1 line
116Geänderte Pfade:
117 M /trunk/technical/common/dasscm/dasscm
118
119extended error message
120------------------------------------------------------------------------
121r5416 | joergs | 2007-11-27 15:12:12 +0100 (Di, 27 Nov 2007) | 1 line
122Geänderte Pfade:
123 M /trunk/technical/common/dasscm/dasscm
124
125prevent aborting if a file exists in the repository but not on the system
126------------------------------------------------------------------------
127r5376 | joergs | 2007-11-20 16:44:28 +0100 (Di, 20 Nov 2007) | 1 line
128Geänderte Pfade:
129 M /trunk/technical/common/dasscm/dasscm
130
131quoting filenames to handle filenames with spaces
132------------------------------------------------------------------------
133r5181 | joergs | 2007-10-15 13:53:06 +0200 (Mo, 15 Okt 2007) | 1 line
134Geänderte Pfade:
135 M /trunk/technical/common/dasscm/dasscm
136
137bugfix: init requires interactive mode
138------------------------------------------------------------------------
139r5180 | joergs | 2007-10-15 13:52:32 +0200 (Mo, 15 Okt 2007) | 1 line
140Geänderte Pfade:
141 M /trunk/technical/common/dasscm/dasscm.spec
142
143Rechte von /etc/subversion/serves.dass-it angepasst
144------------------------------------------------------------------------
145r5179 | joergs | 2007-10-15 13:34:34 +0200 (Mo, 15 Okt 2007) | 1 line
146Geänderte Pfade:
147 M /trunk/technical/common/dasscm/dasscm.conf
148
149added current lvermgeo svn repository. new new stays also as comment
150------------------------------------------------------------------------
151r5178 | joergs | 2007-10-15 13:33:13 +0200 (Mo, 15 Okt 2007) | 1 line
152Geänderte Pfade:
153 M /trunk/technical/common/dasscm/dasscm
154 M /trunk/technical/common/dasscm/servers.dass-it
155
156added other dass-it svn servers
157------------------------------------------------------------------------
158r5177 | joergs | 2007-10-15 11:58:16 +0200 (Mo, 15 Okt 2007) | 1 line
159Geänderte Pfade:
160 M /trunk/technical/common/dasscm/dasscm.conf
161
162comments for LVermGeo
163------------------------------------------------------------------------
164r5176 | joergs | 2007-10-15 11:57:43 +0200 (Mo, 15 Okt 2007) | 1 line
165Geänderte Pfade:
166 M /trunk/technical/common/dasscm/dasscm
167
168workarounds for Subverison 1.0.0 (SLES9)
169------------------------------------------------------------------------
170r5172 | joergs | 2007-10-15 10:10:31 +0200 (Mo, 15 Okt 2007) | 1 line
171Geänderte Pfade:
172 M /trunk/technical/common/dasscm/dasscm.spec
173
174bugfix: doc path
175------------------------------------------------------------------------
176r5100 | joergs | 2007-09-13 16:09:52 +0200 (Do, 13 Sep 2007) | 1 line
177Geänderte Pfade:
178 M /trunk/technical/common/dasscm/dasscm
179
180performance improvements (svn ls)
181------------------------------------------------------------------------
182r5047 | joergs | 2007-09-05 10:19:02 +0200 (Mi, 05 Sep 2007) | 1 line
183Geänderte Pfade:
184 M /trunk/technical/common/dasscm/dasscm
185 M /trunk/technical/common/dasscm/doc/dasscm_howto.txt
186
187updated usage desciption
188------------------------------------------------------------------------
189r4879 | joergs | 2007-07-16 15:55:29 +0200 (Mo, 16 Jul 2007) | 1 line
190Geänderte Pfade:
191 M /trunk/technical/common/dasscm/dasscm
192
193added creation of permissions file in init. otherwise checkins will fail
194------------------------------------------------------------------------
195r4831 | joergs | 2007-07-03 16:55:06 +0200 (Di, 03 Jul 2007) | 1 line
196Geänderte Pfade:
197 M /trunk/technical/common/dasscm/SOURCES
198 M /trunk/technical/common/dasscm/dasscm
199 M /trunk/technical/common/dasscm/dasscm.spec
200 D /trunk/technical/common/dasscm/dasscm_dumpperm
201 M /trunk/technical/common/dasscm/doc/dasscm_howto.txt
202
203added permission backup
204------------------------------------------------------------------------
205r4827 | joergs | 2007-07-03 14:10:55 +0200 (Di, 03 Jul 2007) | 1 line
206Geänderte Pfade:
207 M /trunk/technical/common/dasscm
208 D /trunk/technical/common/dasscm/README
209 M /trunk/technical/common/dasscm/SOURCES
210 M /trunk/technical/common/dasscm/dasscm
211 M /trunk/technical/common/dasscm/dasscm.conf
212 M /trunk/technical/common/dasscm/dasscm.spec
213 D /trunk/technical/common/dasscm/doc/KonfigurationsManagement.txt
214 A /trunk/technical/common/dasscm/doc/README (von /trunk/technical/common/dasscm/README:4826)
215 M /trunk/technical/common/dasscm/doc/dasscm_howto.txt
216 M /trunk/technical/common/dasscm/servers.dass-it
217
218improvements, bugfixes
219------------------------------------------------------------------------
220r4826 | joergs | 2007-07-03 14:03:42 +0200 (Di, 03 Jul 2007) | 1 line
221Geänderte Pfade:
222 M /trunk/technical/common/dasscm/README
223
224Id hinzugefügt
225------------------------------------------------------------------------
226r4811 | joergs | 2007-07-03 09:25:53 +0200 (Di, 03 Jul 2007) | 1 line
227Geänderte Pfade:
228 M /trunk/technical/common/dasscm/dasscm.conf
229
230add example and explanation
231------------------------------------------------------------------------
232r4809 | joergs | 2007-07-02 18:07:00 +0200 (Mo, 02 Jul 2007) | 1 line
233Geänderte Pfade:
234 M /trunk/technical/common/dasscm/SOURCES
235
236beautified build process
237------------------------------------------------------------------------
238r4808 | joergs | 2007-07-02 18:06:04 +0200 (Mo, 02 Jul 2007) | 1 line
239Geänderte Pfade:
240 M /trunk/technical/common/dasscm/SOURCES
241 M /trunk/technical/common/dasscm/dasscm.spec
242
243adapted to config file and removed dasscm_chkconf
244------------------------------------------------------------------------
245r4807 | joergs | 2007-07-02 18:01:28 +0200 (Mo, 02 Jul 2007) | 1 line
246Geänderte Pfade:
247 M /trunk/technical/common/dasscm/dasscm
248 D /trunk/technical/common/dasscm/dasscm_chkconf
249
250migrated from dasscm_chkconf to dasscm status
251------------------------------------------------------------------------
252r4804 | joergs | 2007-07-02 17:17:18 +0200 (Mo, 02 Jul 2007) | 1 line
253Geänderte Pfade:
254 M /trunk/technical/common/dasscm/dasscm
255
256perltidy
257------------------------------------------------------------------------
258r4803 | joergs | 2007-07-02 17:16:38 +0200 (Mo, 02 Jul 2007) | 1 line
259Geänderte Pfade:
260 A /trunk/technical/common/dasscm/doc
261 A /trunk/technical/common/dasscm/doc/KonfigurationsManagement.txt
262 A /trunk/technical/common/dasscm/doc/dasscm_howto.txt
263
264Dokomentation. veraltet. Vom LVermGeo übernommen
265------------------------------------------------------------------------
266r4802 | joergs | 2007-07-02 17:16:02 +0200 (Mo, 02 Jul 2007) | 1 line
267Geänderte Pfade:
268 A /trunk/technical/common/dasscm/dasscm.conf
269
270improvements. login, password caching, init, config file, perltidy
271------------------------------------------------------------------------
272r4801 | joergs | 2007-07-02 17:15:47 +0200 (Mo, 02 Jul 2007) | 1 line
273Geänderte Pfade:
274 M /trunk/technical/common/dasscm/dasscm
275 M /trunk/technical/common/dasscm/dasscm.spec
276
277improvements. login, password caching, init, config file, perltidy
278------------------------------------------------------------------------
279r4747 | joergs | 2007-04-03 11:19:07 +0200 (Di, 03 Apr 2007) | 1 line
280Geänderte Pfade:
281 M /trunk/technical/common/dasscm/dasscm
282 A /trunk/technical/common/sc_ldap_tools
283 A /trunk/technical/common/sc_ldap_tools/SOURCES
284 A /trunk/technical/common/sc_ldap_tools/sc_ldap_tools.spec
285 A /trunk/technical/common/sc_ldap_tools/usr
286 A /trunk/technical/common/sc_ldap_tools/usr/bin
287 A /trunk/technical/common/sc_ldap_tools/usr/bin/ldap_move_repair.pl
288 A /trunk/technical/common/sc_ldap_tools/usr/bin/ldif_unwrap.pl
289
290initial
291------------------------------------------------------------------------
292r2876 | joergs | 2005-12-05 11:52:38 +0100 (Mo, 05 Dez 2005) | 1 line
293Geänderte Pfade:
294 M /trunk/technical/common/dasscm/dasscm_chkconf
295
296removed question for copying files to repository, don't stop on deleted files
297------------------------------------------------------------------------
298r2875 | joergs | 2005-12-05 11:50:40 +0100 (Mo, 05 Dez 2005) | 1 line
299Geänderte Pfade:
300 M /trunk/technical/common/dasscm/dasscm
301
302experimental support for 'dasscm login'
303------------------------------------------------------------------------
304r2483 | joergs | 2004-12-16 18:45:11 +0100 (Do, 16 Dez 2004) | 1 line
305Geänderte Pfade:
306 M /trunk/technical/common/dasscm/SOURCES
307 M /trunk/technical/common/dasscm/dasscm
308 M /trunk/technical/common/dasscm/dasscm.spec
309 A /trunk/technical/common/dasscm/servers.dass-it
310
311Bugfixes and Subversion server config
312------------------------------------------------------------------------
313r2463 | joergs | 2004-12-07 16:51:41 +0100 (Di, 07 Dez 2004) | 1 line
314Geänderte Pfade:
315 A /trunk/technical/common/dasscm/SOURCES
316
317added SOURCES to svn
318------------------------------------------------------------------------
319r2461 | joergs | 2004-12-07 13:26:41 +0100 (Di, 07 Dez 2004) | 1 line
320Geänderte Pfade:
321 A /trunk/technical/common/dasscm/dasscm.spec
322
323initial
324------------------------------------------------------------------------
325r2460 | joergs | 2004-12-07 13:06:58 +0100 (Di, 07 Dez 2004) | 1 line
326Geänderte Pfade:
327 D /trunk/technical/common/admin
328 A /trunk/technical/common/dasscm/dasscm_chkconf (von /trunk/technical/common/admin/sc_chkconf.pl:2450)
329 A /trunk/technical/common/dasscm/dasscm_dumpperm (von /trunk/technical/common/admin/savepermscvs.pl:2437)
330
331moved all config related tools to dasscm
332------------------------------------------------------------------------
333r2459 | joergs | 2004-12-07 13:00:15 +0100 (Di, 07 Dez 2004) | 1 line
334Geänderte Pfade:
335 M /trunk/technical/common/dasscm/README
336
337entfernung veralteter Inofs
338------------------------------------------------------------------------
339r2458 | joergs | 2004-12-06 22:26:58 +0100 (Mo, 06 Dez 2004) | 1 line
340Geänderte Pfade:
341 M /trunk/technical/common/dasscm/dasscm
342
343added comments. cleanup
344------------------------------------------------------------------------
345r2457 | joergs | 2004-12-06 17:42:11 +0100 (Mo, 06 Dez 2004) | 1 line
346Geänderte Pfade:
347 M /trunk/technical/common/dasscm/dasscm
348
349add -m Option. Unified add and commit. svn update without --username to prevent that the password had to be typed every time
350------------------------------------------------------------------------
351r2451 | joergs | 2004-12-01 15:51:28 +0100 (Mi, 01 Dez 2004) | 1 line
352Geänderte Pfade:
353 M /trunk/technical/common/dasscm/dasscm
354
355fixes no-auth-cache usage
356------------------------------------------------------------------------
357r2428 | joergs | 2004-11-17 22:20:26 +0100 (Mi, 17 Nov 2004) | 1 line
358Geänderte Pfade:
359 D /trunk/documentation/checklists
360 D /trunk/documentation/planung-dokumentation-20021202-stephand.txt
361 D /trunk/documentation/pricing_und_tco
362 D /trunk/documentation/related
363 D /trunk/documentation/technical/debeka/client
364 D /trunk/documentation/technical/debeka/drucken
365 D /trunk/documentation/technical/debeka/initrd
366 D /trunk/documentation/technical/debeka/intern
367 D /trunk/documentation/technical/debeka/ip_konzept
368 D /trunk/documentation/technical/debeka/ldap
369 D /trunk/documentation/technical/debeka/nfuse
370 D /trunk/documentation/technical/debeka/richtlinien/Programming-Guide.tex
371 D /trunk/documentation/technical/debeka/richtlinien/Template.pod
372 D /trunk/documentation/technical/debeka/richtlinien/cvs-tags.txt
373 D /trunk/documentation/technical/debeka/richtlinien/vorgehensweise.txt
374 D /trunk/documentation/technical/debeka/schulung
375 D /trunk/documentation/technical/debeka/server
376 D /trunk/documentation/technical/debeka/todo
377 A /trunk/documentation/technical/template/Programming-Guide.tex (von /trunk/documentation/technical/debeka/richtlinien/Programming-Guide.tex:2427)
378 A /trunk/documentation/technical/template/programming
379 D /trunk/documentation/user_management
380 D /trunk/technical/README.SC-Release_02_00_Mahle_release_01_00
381 A /trunk/technical/client/sc_print/config-aus-ldap.printer (von /trunk/documentation/technical/debeka/drucken/config-aus-ldap.printer:2427)
382 M /trunk/technical/common/dasscm/dasscm
383
384cleanup
385------------------------------------------------------------------------
386r2417 | joergs | 2004-11-11 13:30:36 +0100 (Do, 11 Nov 2004) | 1 line
387Geänderte Pfade:
388 M /trunk/technical/common/dasscm/dasscm
389
390fixed comment
391------------------------------------------------------------------------
392r2416 | joergs | 2004-11-11 10:55:09 +0100 (Do, 11 Nov 2004) | 3 lines
393Geänderte Pfade:
394 M /trunk/technical/common/dasscm/dasscm
395
396add check for username.
397bugfix: commit
398
399------------------------------------------------------------------------
400r2413 | joergs | 2004-11-10 09:53:48 +0100 (Mi, 10 Nov 2004) | 1 line
401Geänderte Pfade:
402 M /trunk/technical/common/dasscm/dasscm
403
404added help
405------------------------------------------------------------------------
406r2412 | joergs | 2004-11-09 22:20:14 +0100 (Di, 09 Nov 2004) | 2 lines
407Geänderte Pfade:
408 M /trunk/technical/common/dasscm/dasscm
409
410added Id prop
411
412------------------------------------------------------------------------
413r2411 | joergs | 2004-11-09 22:17:50 +0100 (Di, 09 Nov 2004) | 2 lines
414Geänderte Pfade:
415 M /trunk/technical/common/dasscm/dasscm
416
417added diff, commit
418
419------------------------------------------------------------------------
420r2403 | joergs | 2004-11-01 21:10:49 +0100 (Mo, 01 Nov 2004) | 2 lines
421Geänderte Pfade:
422 A /trunk/technical/common/dasscm
423 A /trunk/technical/common/dasscm/README
424 A /trunk/technical/common/dasscm/dasscm
425
426initial. add implemented
427
428------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.