-
Notifications
You must be signed in to change notification settings - Fork 0
/
hello.spec
78 lines (55 loc) · 1.93 KB
/
hello.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
66
67
68
69
70
71
72
73
74
75
76
77
78
Name: hello
Version: 1.0.14
Release: 1%{?dist}
Summary: This is a test package
License: BSD
URL: http://www.hello.com
Source0: %{name}-%{version}.tar.gz
Requires: coreutils
BuildRequires: gcc
BuildRequires: make
%description
This is a %{name} package.
%prep
%setup -q
%build
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%make_install
%files
%doc
%{_bindir}/%{name}
%changelog
* Thu Dec 20 2018 stephane camberlin <stephane.camberlin@gmail.com> 1.0.14-1
- arf (stephane.camberlin@gmail.com)
- tito package
* Wed Dec 19 2018 stephane camberlin <stephane.camberlin@gmail.com> 1.0.13-1
- fix (stephane.camberlin@gmail.com)
* Wed Dec 19 2018 stephane camberlin <stephane.camberlin@gmail.com> 1.0.12-1
- cruel world (stephane.camberlin@gmail.com)
* Wed Dec 19 2018 stephane camberlin <stephane.camberlin@gmail.com> 1.0.11-1
- cruel world
* Wed Dec 19 2018 stephane camberlin <stephane.camberlin@gmail.com> 1.0.10-1
- test
* Wed Dec 19 2018 stephane camberlin <stephane.camberlin@gmail.com> 1.0.9-1
-
* Wed Dec 19 2018 stephane camberlin <stephane.camberlin@gmail.com> 1.0.8-1
- fix version (stephane.camberlin@gmail.com)
* Wed Dec 19 2018 stephane camberlin <stephane.camberlin@gmail.com> 1.0.7-1
- add new test
* Wed Dec 19 2018 stephane camberlin <stephane.camberlin@gmail.com> 1.0.6-1
- new test
* Wed Dec 19 2018 stephane camberlin <stephane.camberlin@gmail.com> 1.0.5-1
-
* Wed Dec 19 2018 stephane camberlin <stephane.camberlin@gmail.com> 1.0.4-1
- testing
* Wed Dec 19 2018 stephane camberlin <stephane.camberlin@gmail.com> 1.0.3-1
- new package built with tito
* Wed Dec 19 2018 Stephane Camberlin <stephane.camberlin@gmail.com> 1.0.2-1
- test
* Wed Dec 19 2018 Stephane Camberlin <stephane.camberlin@gmail.com> 1.0.1-1
- new package built with tito
- in progress...
* Sun Dec 16 2018 Camberlin Stephane <stephane.camberlin@orange.com> - 1.0.0-1.fc29.sca
- first package