-
Notifications
You must be signed in to change notification settings - Fork 0
/
qmergeinifiles.spec
65 lines (39 loc) · 1.28 KB
/
qmergeinifiles.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Name: qmergeinifiles
Version: 2.0.2
Release: alt1
Summary: Utility to merge INI-format files
Group: Development/Other
License: GPL
Source: %name-%version.tar
BuildRequires:make gcc-c++
%description
Utility to merge INI-format files
%prep
%setup -q
%build
%make
%install
%makeinstall_std
%files
%_bindir/*
%changelog
* Fri Jul 05 2019 Sergey V Turchin <[email protected]> 2.0.2-alt1
- fix to show usage info when debug output disabled
* Mon Jun 17 2019 Sergey V Turchin <[email protected]> 2.0.1-alt2
- dont use ubt macro
* Wed Dec 20 2017 Sergey V Turchin <[email protected]> 2.0.1-alt1
- build with Qt5
* Fri Feb 10 2012 Sergey V Turchin <[email protected]> 2.0.0-alt0.M60P.1
- built for M60P
* Fri Feb 10 2012 Sergey V Turchin <[email protected]> 2.0.0-alt1
- new version
* Fri Oct 28 2011 Sergey V Turchin <[email protected]> 1.91.0-alt0.M60P.1
- built for M60P
* Thu Oct 27 2011 Sergey V Turchin <[email protected]> 1.91.0-alt1
- create General section only if exists according settings
* Wed Oct 26 2011 Sergey V Turchin <[email protected]> 1.90.0-alt1
- rewrite to merge without recoding text
* Tue Jan 26 2010 Sergey V Turchin <[email protected]> 1.0.0-alt1
- fix compile with new Qt
* Fri Nov 09 2007 Sergey V Turchin <zerg at altlinux dot org> 0.0.1-alt1
- initial specfile