~registry/codeblocks/trunk

2863 by daniel2000
- little fix in autorevision (in revision comparison with existing autorevision.h)
1
%define _svnrev		@REVISION@
3826 by daniel2000
- make dist fix (missing header)
2
%define req_wxgtk	2.8.0
2162 by mandrav
* Updated autotools build system.
3
%define _fedora		%(if [ -f /etc/fedora-release ]; then echo 1; else echo 0; fi)
2588 by daniel2000
* Changes in spec file:
4
%define _redhat		%(if [ -f /etc/redhat-release ]; then echo 1; else echo 0; fi)
5
%define _mandrake       %(if [ -f /etc/mandrake-release ]; then echo 1; else echo 0; fi)
2162 by mandrav
* Updated autotools build system.
6
%define _version        1.0_0.svn.%{_svnrev}
7
%define _rel		0
4440 by daniel2000
- some spec file tidying and some minor fixes
8
%define _release	%{_rel}
3922 by daniel2000
- changes in spec file:
9
%define jobs		%(if [ -e /usr/bin/getconf ]; then echo $(( `/usr/bin/getconf _NPROCESSORS_ONLN` + 1 )); else echo 1; fi)
3826 by daniel2000
- make dist fix (missing header)
10
11
%if 0%{?suse_version}
4440 by daniel2000
- some spec file tidying and some minor fixes
12
%define _release	%{_rel}.suse%{suse_version}
3826 by daniel2000
- make dist fix (missing header)
13
%endif
14
%if 0%{?mandriva_version}
4440 by daniel2000
- some spec file tidying and some minor fixes
15
%define _release            %{_rel}.mdk%{mandrake_version}
2588 by daniel2000
* Changes in spec file:
16
%define _redhat 0
2162 by mandrav
* Updated autotools build system.
17
%endif
3826 by daniel2000
- make dist fix (missing header)
18
%if 0%{?fedora_version}
4440 by daniel2000
- some spec file tidying and some minor fixes
19
%define _release            %{_rel}.fc%{fedora_version}
2588 by daniel2000
* Changes in spec file:
20
%define _redhat 0
21
%endif
4063 by daniel2000
* changes in spec file:
22
%if 0%{?_redhat}
2588 by daniel2000
* Changes in spec file:
23
%define _redhat_prefix      %(grep -q "Red Hat Linux" /etc/redhat-release && echo rhl || echo el)
24
%define _redhat_vernum      %(rpm -qf --queryformat %{VERSION} /etc/redhat-release|tr -d '.')
4440 by daniel2000
- some spec file tidying and some minor fixes
25
%define _release            %{_rel}.%{_redhat_prefix}%{_redhat_vernum}
3826 by daniel2000
- make dist fix (missing header)
26
%endif
4063 by daniel2000
* changes in spec file:
27
3826 by daniel2000
- make dist fix (missing header)
28
%if 0%{?suse_version} >= 930
2162 by mandrav
* Updated autotools build system.
29
%define debugrpm	    1
30
%endif
31
3826 by daniel2000
- make dist fix (missing header)
32
%if 0%{?mandriva_version}
2162 by mandrav
* Updated autotools build system.
33
%define debugrpm            1
34
%endif
35
2588 by daniel2000
* Changes in spec file:
36
%define automake17	    0
37
4063 by daniel2000
* changes in spec file:
38
%if 0%{?_redhat}
3826 by daniel2000
- make dist fix (missing header)
39
%if 0%{?_redhat_vernum} < 4
2588 by daniel2000
* Changes in spec file:
40
%define automake17	    1
41
%endif
42
%endif
2162 by mandrav
* Updated autotools build system.
43
44
Name:			codeblocks
4440 by daniel2000
- some spec file tidying and some minor fixes
45
Version:		%{_version}
46
Release:		%{_release}
2162 by mandrav
* Updated autotools build system.
47
Summary:		OpenSource Cross Platform Free C++ IDE
48
Group:			Development/Tools/IDE
49
License:		GPL
50
URL:			http://www.codeblocks.org/
3826 by daniel2000
- make dist fix (missing header)
51
Packager:		TheTuxKeeper <thetuxkeeper@googlemail.com>
2202 by daniel2000
* adapted versioning in RPM spec file to autotools
52
Source:			%{name}-@VERSION@.tar.gz
2162 by mandrav
* Updated autotools build system.
53
BuildRoot:		%{_tmppath}/%{name}-%{version}-buildroot
4063 by daniel2000
* changes in spec file:
54
3826 by daniel2000
- make dist fix (missing header)
55
%if 0%{?mandriva_version}
4063 by daniel2000
* changes in spec file:
56
Requires:               wxgtk2.8 >= %{req_wxgtk}
4066 by daniel2000
- another spec file change for mandriva
57
BuildRequires:          wxgtk2.8 >= %{req_wxgtk}, libwxgtku2.8-devel >= %{req_wxgtk}
4063 by daniel2000
* changes in spec file:
58
%else
59
%if 0%{?suse_version}
60
%if 0%{?suse_version} < 1030
61
Requires:               wxWidgets >= %{req_wxgtk}
62
BuildRequires:          wxWidgets >= %{req_wxgtk}, wxWidgets-devel >= %{req_wxgtk}
4066 by daniel2000
- another spec file change for mandriva
63
%else
64
Requires:               wxGTK >= %{req_wxgtk}
65
BuildRequires:  	wxGTK >= %{req_wxgtk}, wxGTK-devel >= %{req_wxgtk}
3826 by daniel2000
- make dist fix (missing header)
66
%endif
4063 by daniel2000
* changes in spec file:
67
%else
2162 by mandrav
* Updated autotools build system.
68
Requires:               wxGTK >= %{req_wxgtk}
69
BuildRequires:  	wxGTK >= %{req_wxgtk}, wxGTK-devel >= %{req_wxgtk}
70
%endif
3826 by daniel2000
- make dist fix (missing header)
71
%endif
2162 by mandrav
* Updated autotools build system.
72
4063 by daniel2000
* changes in spec file:
73
%if ! 0%{?automake17}
2162 by mandrav
* Updated autotools build system.
74
BuildRequires:          intltool, gcc-c++, make, gettext, autoconf >= 2.5, automake >= 1.7, libtool >= 1.4, m4
2588 by daniel2000
* Changes in spec file:
75
%else
76
BuildRequires:          intltool, gcc-c++, make, gettext, autoconf >= 2.5, automake17, libtool >= 1.4, m4
77
%endif
4063 by daniel2000
* changes in spec file:
78
BuildRequires:  	libstdc++, libstdc++-devel, gtk2-devel, libjpeg-devel, libtiff-devel
4440 by daniel2000
- some spec file tidying and some minor fixes
79
BuildRequires:  	zip, pkgconfig
2162 by mandrav
* Updated autotools build system.
80
4063 by daniel2000
* changes in spec file:
81
%if 0%{?suse_version}
2162 by mandrav
* Updated autotools build system.
82
BuildRequires:		update-desktop-files
83
%endif
84
4063 by daniel2000
* changes in spec file:
85
%if 0%{?fedora_version}
86
BuildRequires:  	lynx
87
%endif
88
3826 by daniel2000
- make dist fix (missing header)
89
#{?_distribution:Distribution:%_distribution}
2162 by mandrav
* Updated autotools build system.
90
91
%define pkgdata		%{_datadir}/%{name}
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
92
%define	pkglib		%{_libdir}/%{name}
2162 by mandrav
* Updated autotools build system.
93
94
%description
95
Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable.
96
97
%package contrib
98
Summary:                        Code::Blocks contrib plugins
99
Group:                  Development/Tools/IDE
100
Requires:               codeblocks = %{version}
101
102
%description contrib
103
Additional Code::Blocks plugins
104
105
%package devel
106
Summary:                        Code::Blocks SDK
107
Group:                  Development/Tools/IDE
108
Requires:               codeblocks = %{version}
109
110
%description devel
111
Code::Blocks SDK to develop your own plugins.
112
113
%{?debugrpm:%debug_package}
114
115
%prep
116
2202 by daniel2000
* adapted versioning in RPM spec file to autotools
117
%setup -n codeblocks-@VERSION@
2162 by mandrav
* Updated autotools build system.
118
119
%{?suse_update_libdir:%{suse_update_libdir}}
120
%{?suse_update_config:%{suse_update_config -f}}
121
122
%build
3826 by daniel2000
- make dist fix (missing header)
123
  %if ! %{automake17}
124
     ./bootstrap
125
  %else
126
     AUTOMAKE=automake-1.7 ACLOCAL=aclocal-1.7 ACLOCAL_FLAGS="-I %{_datadir}/aclocal" ./bootstrap
127
  %endif
4063 by daniel2000
* changes in spec file:
128
  %if 0%{?suse_version}
3826 by daniel2000
- make dist fix (missing header)
129
  %if 0%{?suse_version} > 1020
130
  %configure \
4063 by daniel2000
* changes in spec file:
131
      --with-wx-config="%{_bindir}/wx-config" \
132
      --with-contrib-plugins=all $CONF_OPTS
133
  %else
134
  %configure \
4066 by daniel2000
- another spec file change for mandriva
135
      --with-wx-config="%{_bindir}/wx-config-2.8" \
4063 by daniel2000
* changes in spec file:
136
      --with-contrib-plugins=all $CONF_OPTS
137
  %endif
138
  %else
139
  %configure \
140
      --with-wx-config="%{_bindir}/wx-config" \
141
      --with-contrib-plugins=all $CONF_OPTS
3826 by daniel2000
- make dist fix (missing header)
142
  %endif
143
3922 by daniel2000
- changes in spec file:
144
  %{__make} %{?jobs:-j %{jobs}}
2162 by mandrav
* Updated autotools build system.
145
146
%install
147
  %__make DESTDIR=$RPM_BUILD_ROOT install
148
149
%post
3826 by daniel2000
- make dist fix (missing header)
150
  if [ -x /usr/bin/update-mime-database ]; then
151
  	/usr/bin/update-mime-database "%{_datadir}/mime"
152
  fi
153
  test -x /sbin/ldconfig && /sbin/ldconfig
2162 by mandrav
* Updated autotools build system.
154
155
%preun
3826 by daniel2000
- make dist fix (missing header)
156
  if [ -x /usr/bin/update-mime-database ]; then
157
     /usr/bin/update-mime-database "%{_datadir}/mime"
158
  fi
2162 by mandrav
* Updated autotools build system.
159
160
%clean
161
  test -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && %{__rm} -rf $RPM_BUILD_ROOT
162
163
%files
164
%defattr(-,root,root)
165
%doc README COPYING AUTHORS BUGS COMPILERS TODO NEWS ChangeLog
166
167
%{_bindir}/codeblocks
168
%{_bindir}/cb_console_runner
169
%{_libdir}/libcodeblocks.so.*
170
%{_datadir}/applications/codeblocks.desktop
171
%{_datadir}/icons/gnome/48x48/mimetypes/*
172
%{_datadir}/mime/packages/codeblocks.xml
173
%{_datadir}/pixmaps/codeblocks.png
174
%{pkgdata}/astyle.zip
175
%{pkgdata}/autosave.zip
2566 by killerbot
* [ Patch #1592 ] Updated filelist for RPM "codeblocks.spec"[.in] (fixes : [ Bug #9291 ] %files in codeblocks.spec are out-of-date)
176
%{pkgdata}/classwizard.zip
177
%{pkgdata}/codecompletion.zip
178
%{pkgdata}/compiler.zip
179
%{pkgdata}/debugger.zip
2162 by mandrav
* Updated autotools build system.
180
%{pkgdata}/defaultmimehandler.zip
181
%{pkgdata}/manager_resources.zip
3922 by daniel2000
- changes in spec file:
182
%{pkgdata}/openfileslist.zip
3826 by daniel2000
- make dist fix (missing header)
183
%{pkgdata}/projectsimporter.zip
2162 by mandrav
* Updated autotools build system.
184
%{pkgdata}/resources.zip
2566 by killerbot
* [ Patch #1592 ] Updated filelist for RPM "codeblocks.spec"[.in] (fixes : [ Bug #9291 ] %files in codeblocks.spec are out-of-date)
185
%{pkgdata}/scriptedwizard.zip
2162 by mandrav
* Updated autotools build system.
186
%{pkgdata}/start_here.zip
187
%{pkgdata}/tips.txt
188
%{pkgdata}/todo.zip
189
%{pkgdata}/icons/*
190
%{pkgdata}/images/*.png
191
%{pkgdata}/images/16x16/*
192
%{pkgdata}/images/codecompletion/*
193
%{pkgdata}/images/settings/*
194
%{pkgdata}/lexers/*
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
195
%{pkglib}
196
%{pkglib}/plugins/libastyle.*
197
%{pkglib}/plugins/libautosave.*
198
%{pkglib}/plugins/libclasswizard.*
199
%{pkglib}/plugins/libcodecompletion.*
200
%{pkglib}/plugins/libcompiler.*
201
%{pkglib}/plugins/libdebugger.*
202
%{pkglib}/plugins/libdefaultmimehandler.*
203
%{pkglib}/plugins/libopenfileslist.*
204
%{pkglib}/plugins/libprojectsimporter.*
205
%{pkglib}/plugins/libscriptedwizard.*
206
%{pkglib}/plugins/libtodo.*
2162 by mandrav
* Updated autotools build system.
207
%{pkgdata}/scripts/*
208
%{pkgdata}/templates/*
2176 by daniel2000
* Added man page directory to the file list of the RPM spec file
209
%{_mandir}/*
2162 by mandrav
* Updated autotools build system.
210
211
%files contrib
212
%defattr(-,root,root)
2488 by daniel2000
- fixed autorevision's makefile (one ../ too much)
213
%{_bindir}/cb_share_config
3289 by daniel2000
- updated file list of spec file (codesnippets executable)
214
%{_bindir}/codesnippets
4006 by killerbot
* added AutoVersioning plugin to contrib's
215
%{pkgdata}/AutoVersioning.zip
4171 by killerbot
* added BrowseTracker to contribs
216
%{pkgdata}/BrowseTracker.zip
2566 by killerbot
* [ Patch #1592 ] Updated filelist for RPM "codeblocks.spec"[.in] (fixes : [ Bug #9291 ] %files in codeblocks.spec are out-of-date)
217
%{pkgdata}/byogames.zip
218
%{pkgdata}/cb_koders.zip
219
%{pkgdata}/codesnippets.zip
2162 by mandrav
* Updated autotools build system.
220
%{pkgdata}/codestat.zip
2566 by killerbot
* [ Patch #1592 ] Updated filelist for RPM "codeblocks.spec"[.in] (fixes : [ Bug #9291 ] %files in codeblocks.spec are out-of-date)
221
%{pkgdata}/dragscroll.zip
2162 by mandrav
* Updated autotools build system.
222
%{pkgdata}/envvars.zip
2566 by killerbot
* [ Patch #1592 ] Updated filelist for RPM "codeblocks.spec"[.in] (fixes : [ Bug #9291 ] %files in codeblocks.spec are out-of-date)
223
%{pkgdata}/exporter.zip
4359 by mortenmacfly
* added (saved) HeaderFixup plugin (latest version) to SVN
224
%{pkgdata}/headerfixup.zip
2162 by mandrav
* Updated autotools build system.
225
%{pkgdata}/help_plugin.zip
2566 by killerbot
* [ Patch #1592 ] Updated filelist for RPM "codeblocks.spec"[.in] (fixes : [ Bug #9291 ] %files in codeblocks.spec are out-of-date)
226
%{pkgdata}/keybinder.zip
227
%{pkgdata}/lib_finder.zip
228
%{pkgdata}/Profiler.zip
3178 by daniel2000
- autotools fixes for make dist
229
%{pkgdata}/RegExTestbed.zip
2566 by killerbot
* [ Patch #1592 ] Updated filelist for RPM "codeblocks.spec"[.in] (fixes : [ Bug #9291 ] %files in codeblocks.spec are out-of-date)
230
%{pkgdata}/SymTab.zip
4069 by killerbot
* added ThreadSearch to contrib plug-ins
231
%{pkgdata}/ThreadSearch.zip
4386 by killerbot
add Valgrind plugin
232
%{pkgdata}/Valgrind.zip
2162 by mandrav
* Updated autotools build system.
233
%{pkgdata}/wxsmith.zip
3229 by daniel2000
- Makefile fix in wxsmith
234
%{pkgdata}/wxsmithcontribitems.zip
4412 by byo
HexEditor: Switched to CamelCase for .so and .zip file on linux
235
%{pkgdata}/HexEditor.zip
4589 by daniel2000
- some fixes for jens' changes in rev5334
236
%{pkgdata}/IncrementalSearch.zip
2162 by mandrav
* Updated autotools build system.
237
%{pkgdata}/images/wxsmith/*
2307 by daniel2000
* RPM spec file: Added missing files to filelist
238
%{pkgdata}/images/codesnippets/*
4069 by killerbot
* added ThreadSearch to contrib plug-ins
239
%{pkgdata}/images/ThreadSearch/*
4600 by mandrav
- merged "scintilla" branch to trunk (r5247-r5320).
240
%{pkgdata}/images/IncrementalSearch/*
4063 by daniel2000
* changes in spec file:
241
%{pkgdata}/lib_finder/*
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
242
%{pkglib}/plugins/libAutoVersioning.*
243
%{pkglib}/plugins/libBrowseTracker.*
244
%{pkglib}/plugins/libbyogames.*
245
%{pkglib}/plugins/libcb_koders.*
246
%{pkglib}/plugins/libcodesnippets.*
247
%{pkglib}/plugins/libcodestat.*
248
%{pkglib}/plugins/libdragscroll.*
249
%{pkglib}/plugins/libenvvars.*
250
%{pkglib}/plugins/libexporter.*
251
%{pkglib}/plugins/libheaderfixup.*
252
%{pkglib}/plugins/libhelp_plugin.*
253
%{pkglib}/plugins/libHexEditor.*
254
%{pkglib}/plugins/libIncrementalSearch.*
255
%{pkglib}/plugins/libkeybinder.*
256
%{pkglib}/plugins/liblib_finder.*
257
%{pkglib}/plugins/libProfiler.*
258
%{pkglib}/plugins/libRegExTestbed.*
259
%{pkglib}/plugins/libSymTab.*
260
%{pkglib}/plugins/libThreadSearch.*
261
%{pkglib}/plugins/libValgrind.*
262
%{pkglib}/plugins/libwxsmith.*
263
%{pkglib}/plugins/libwxsmithcontribitems.*
4440 by daniel2000
- some spec file tidying and some minor fixes
264
%{_libdir}/libwxsmithlib.so.*
2162 by mandrav
* Updated autotools build system.
265
266
%files devel
267
%defattr(-,root,root)
268
%{_libdir}/libcodeblocks.so
269
%{_libdir}/libcodeblocks.la
4440 by daniel2000
- some spec file tidying and some minor fixes
270
%{_libdir}/libwxsmithlib.so
271
%{_libdir}/libwxsmithlib.la
2162 by mandrav
* Updated autotools build system.
272
%{_libdir}/pkgconfig/codeblocks.pc
4589 by daniel2000
- some fixes for jens' changes in rev5334
273
%{_libdir}/pkgconfig/wxsmith.pc
2162 by mandrav
* Updated autotools build system.
274
%{_includedir}/%{name}/*
4589 by daniel2000
- some fixes for jens' changes in rev5334
275
%{_includedir}/wxsmith/*
2162 by mandrav
* Updated autotools build system.
276
277
%changelog
4589 by daniel2000
- some fixes for jens' changes in rev5334
278
* Sun Dec 14 2008 TheTuxKeeper <thetuxkeeper@googlemail.com>
279
- some fixes for changes in rev 5334
280
* Sat Jul 26 2008 TheTuxKeeper <thetuxkeeper@googlemail.com>
4440 by daniel2000
- some spec file tidying and some minor fixes
281
- moved libwxsmithlib.so and .la into devel package
282
- removed selfprovide codeblocks
283
- removed subversion dependency
284
- changed release and version tag (version now only contains version + revision)
4441 by daniel2000
- added libValgrind.* files to file list (forgot this in last commit)
285
- added libValgrind.* to file list
4589 by daniel2000
- some fixes for jens' changes in rev5334
286
* Thu Jan 03 2008 TheTuxKeeper <thetuxkeeper@googlemail.com>
4066 by daniel2000
- another spec file change for mandriva
287
- added missing files to file list (libfinder)
288
- changed dependencies for mandriva
289
- some clean-ups
4589 by daniel2000
- some fixes for jens' changes in rev5334
290
* Wed Nov 14 2007 TheTuxKeeper <thetuxkeeper@googlemail.com>
3922 by daniel2000
- changes in spec file:
291
- added new plugin to file list
292
- added make job number "detection"
4589 by daniel2000
- some fixes for jens' changes in rev5334
293
* Sun Oct 14 2007 TheTuxKeeper <thetuxkeeper@googlemail.com>
3826 by daniel2000
- make dist fix (missing header)
294
- applied changes made on opensuse buildservice
4589 by daniel2000
- some fixes for jens' changes in rev5334
295
* Mon Apr 16 2007 TheTuxKeeper <thetuxkeeper@googlemail.com>
3178 by daniel2000
- autotools fixes for make dist
296
- added wxsmithcontribitems files to filelist
4589 by daniel2000
- some fixes for jens' changes in rev5334
297
* Fri Jan  5 2007 TheTuxKeeper <thetuxkeeper@googlemail.com>
2794 by daniel2000
- changed prefix in spec file for suse (now /usr)
298
- changed prefix on suse to default (from /opt/gnome to /usr)
4589 by daniel2000
- some fixes for jens' changes in rev5334
299
* Sun Dec  2 2006 TheTuxKeeper <thetuxkeeper@googlemail.com>
2695 by daniel2000
- Added RegExTestbed plugin to filelist of spec file
300
- Added RegExTestbed plugin to filelist
4589 by daniel2000
- some fixes for jens' changes in rev5334
301
* Sun Nov  5 2006 TheTuxKeeper <thetuxkeeper@googlemail.com>
2588 by daniel2000
* Changes in spec file:
302
- applied patch #1605
303
- renamed _mandriva to _mandrake
4589 by daniel2000
- some fixes for jens' changes in rev5334
304
* Wed Oct 11 2006 TheTuxKeeper <thetuxkeeper@googlemail.com>
2488 by daniel2000
- fixed autorevision's makefile (one ../ too much)
305
- Added cb_share_config to filelist
4589 by daniel2000
- some fixes for jens' changes in rev5334
306
* Sun Aug 20 2006 TheTuxKeeper <thetuxkeeper@googlemail.com>
2307 by daniel2000
* RPM spec file: Added missing files to filelist
307
- Added missing files to filelist
4589 by daniel2000
- some fixes for jens' changes in rev5334
308
* Sat Jul 22 2006 TheTuxKeeper <thetuxkeeper@googlemail.com>
2202 by daniel2000
* adapted versioning in RPM spec file to autotools
309
- adapted versioning to autotools
4589 by daniel2000
- some fixes for jens' changes in rev5334
310
* Fri Jul 14 2006 TheTuxKeeper <thetuxkeeper@googlemail.com>
2176 by daniel2000
* Added man page directory to the file list of the RPM spec file
311
- added man pages to filelist
312
* Tue Jul 11 2006 Yiannis Mandravellos <mandrav@codeblocks.org>
2162 by mandrav
* Updated autotools build system.
313
- removed pluginwizard files
314
- replaced libprojectwizard by libscriptedwizard (renamed)
4589 by daniel2000
- some fixes for jens' changes in rev5334
315
* Tue Jul 11 2006 TheTuxKeeper <thetuxkeeper@googlemail.com>
2162 by mandrav
* Updated autotools build system.
316
- removed libwxscintilla from filelist
4589 by daniel2000
- some fixes for jens' changes in rev5334
317
* Mon Jul 10 2006 TheTuxKeeper <thetuxkeeper@googlemail.com>
2162 by mandrav
* Updated autotools build system.
318
- fixed wrong path of fedora-release file
319
- fixed mixed cases in one description macro call
320
- removed and added finally again libwxscintilla from/to filelist
321
- added versions to some buildrequires
322
- added byogames plugin to filelist
4589 by daniel2000
- some fixes for jens' changes in rev5334
323
* Sun Mar  5 2006 TheTuxKeeper <thetuxkeeper@googlemail.com>
2162 by mandrav
* Updated autotools build system.
324
- rewrite of release tag setting
4589 by daniel2000
- some fixes for jens' changes in rev5334
325
* Mon Jan  5 2006 TheTuxKeeper <thetuxkeeper@googlemail.com>
2162 by mandrav
* Updated autotools build system.
326
- had to add Mandriva specific requires
4589 by daniel2000
- some fixes for jens' changes in rev5334
327
* Mon Jan  2 2006 TheTuxKeeper <thetuxkeeper@googlemail.com>
2162 by mandrav
* Updated autotools build system.
328
- simplified the changes made before
4589 by daniel2000
- some fixes for jens' changes in rev5334
329
* Sun Jan  1 2006 TheTuxKeeper <thetuxkeeper@googlemail.com>
2162 by mandrav
* Updated autotools build system.
330
- added distribution check (SuSE, Fedora, Mandriva/Mandrake)
331
- added distribution specific Requires and BuildRequires
332
- added run of update-mime-database if installed