-
Notifications
You must be signed in to change notification settings - Fork 2
/
teamcity.spec
53 lines (37 loc) · 1.16 KB
/
teamcity.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
Summary: Jetbrains TeamCity ci server with bundled tomcat
Name: teamcity
Version: 9.1.3
Release: 1%{?dist}
SOURCE0: TeamCity-%{version}.tar.gz
License: proprietary
Group: Development/System
BuildArch: noarch
%description -n teamcity
TeamCity ci server with bundled tomcat
%define _binaries_in_noarch_packages_terminate_build 0
%prep
%setup -n TeamCity
%build
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/opt/teamcity/
cp -a * $RPM_BUILD_ROOT/opt/teamcity
%clean
rm -rf $RPM_BUILD_ROOT
%files -n teamcity
/opt/teamcity/*
%changelog
* Mon Oct 19 2015 Matthias Schmitz <matthias@igxcpu.org>
- Update version to TeamCity 9.1.3
* Wed Jul 15 2015 Matthias Schmitz <matthias@sigxcpu.org>
- Update version to TeamCity 9.0.5
* Thu Jun 25 2015 Matthias Schmitz <matthias@sigxcpu.org>
- Update version to TeamCity 9.0.4
* Wed Feb 02 2015 Sean Sube <seansube@gmail.com>
- Update version to TeamCity 9.0.2
* Fri Sep 26 2014 Sean Sube <seansube@gmail.com>
- Update version to TeamCity 8.1.5
* Wed Nov 20 2013 Matthias Schmitz <matthias@sigxcpu.org>
- Update packaging to TeamCity 8.0.5
* Sun Oct 20 2013 Matthias Schmitz <matthias@sigxcpu.org>
- Inital creation of spec