-
Notifications
You must be signed in to change notification settings - Fork 3
/
candlepin-deps.spec
208 lines (154 loc) · 7.31 KB
/
candlepin-deps.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
%global _binary_filedigest_algorithm 1
%global _source_filedigest_algorithm 1
%global _binary_payload w9.gzdio
%global _source_payload w9.gzdio
%define __jar_repack %{nil}
Name: candlepin-deps
Summary: Build dependencies for Candlepin
Group: Internet/Applications
License: Various
Version: 0.3.5
Release: 1%{?dist}
URL: http://fedorahosted.org/candlepin
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Vendor: Red Hat, Inc
BuildArch: noarch
%description
Candlepin is an open source entitlement management system
%package common
Summary: Build dependencies for code common to the Candlepin family of projects
%description common
Build dependencies for code common to the Candlepin family of projects.
%package gutterball
Summary: Build dependencies for Gutterball
%description gutterball
Build dependencies for Gutterball.
%prep
%setup -q
%install
rm -rf $RPM_BUILD_ROOT
# Create the directory structure required to lay down our files
# common
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/candlepin/lib/
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/candlepin/common/lib/
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/candlepin/gutterball/lib/
cp repo/server/*.jar $RPM_BUILD_ROOT%{_datadir}/candlepin/lib/
cp repo/common/*.jar $RPM_BUILD_ROOT%{_datadir}/candlepin/common/lib/
cp repo/gutterball/*.jar $RPM_BUILD_ROOT%{_datadir}/candlepin/gutterball/lib/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%{_datadir}/candlepin/lib/
%files common
%{_datadir}/candlepin/common/lib/
%files gutterball
%{_datadir}/candlepin/gutterball/lib/
%changelog
* Mon Feb 02 2015 Devan Goodwin <[email protected]> 0.3.5-1
- Update for new qpid 0.33 and log4j bridge. ([email protected])
* Fri Dec 05 2014 Alex Wood <[email protected]> 0.3.4-1
- Update dependencies. ([email protected])
* Mon Nov 10 2014 Chris Rog <[email protected]> 0.3.3-1
- add disttag ([email protected])
* Fri Sep 12 2014 jesus m. rodriguez <[email protected]> 0.3.2-1
- add rhel7 to katello-koji ([email protected])
- remove f18 ([email protected])
* Fri Sep 05 2014 jesus m. rodriguez <[email protected]> 0.3.1-1
- Update jars for candlepin-common. ([email protected])
- Fix tito warnings ([email protected])
- break into subpackages ([email protected])
- reorganize deps for common, gutterball, candlepin ([email protected])
* Tue Jul 01 2014 jesus m. rodriguez <[email protected]> 0.2.7-1
- Adding jackson-datatype-hibernate4-2.3.0 ([email protected])
* Fri Jun 06 2014 jesus m. rodriguez <[email protected]> 0.2.6-1
- Need javax.mail ([email protected])
* Wed May 21 2014 jesus m. rodriguez <[email protected]> 0.2.5-1
- add qpid jms support, update resteasy. ([email protected])
* Fri Apr 25 2014 jesus m. rodriguez <[email protected]> 0.2.4-1
- Addition of liquibase-core ([email protected])
- remove f18 ([email protected])
* Fri Apr 11 2014 jesus m. rodriguez <[email protected]> 0.2.3-1
- add hibernate validation api ([email protected])
- remove f17, add f20 ([email protected])
* Thu Feb 06 2014 jesus m. rodriguez <[email protected]> 0.2.2-1
- upgrade to jackson 2.3.0 ([email protected])
* Tue Dec 10 2013 jesus m. rodriguez <[email protected]> 0.2.1-1
- add hibernate4, version bump candlepin-deps ([email protected])
* Tue Nov 26 2013 jesus m. rodriguez <[email protected]> 0.1.6-1
- Revert "bump version to 0.2.0" ([email protected])
- update for logback and slf4j changes. ([email protected])
- remove F16, add F19 builds ([email protected])
- bump version to 0.2.0 ([email protected])
- make releasers consistent with candlepin ([email protected])
- Update for Hibernate 4 ([email protected])
- added koji configs ([email protected])
* Mon Feb 18 2013 jesus m. rodriguez <[email protected]> 0.1.5-1
- add Fedora 18 to the build list ([email protected])
- Bump rhino from 1.7R2 to 1.7R3. ([email protected])
* Mon Aug 06 2012 jesus m. rodriguez <[email protected]> 0.1.4-1
- allow building in katello koji ([email protected])
* Fri Jul 27 2012 jesus m. rodriguez <[email protected]> 0.1.3-1
- add f17 ([email protected])
- removed f15, rhel,f16-i386 and internal tags as they are no longer needed.
* Fri Jun 01 2012 Alex Wood <[email protected]> 0.1.2-1
- bump quartz version to 2.1.5 ([email protected])
- removed f15, rhel, and internal tags as they are no longer needed.
* Fri May 04 2012 jesus m. rodriguez <[email protected]> 0.1.1-1
- upgraded to guice 3.0, resteasy 2.3.1, and others ([email protected])
- adding epel ([email protected])
- dist-git ([email protected])
* Mon Apr 02 2012 jesus m. rodriguez <[email protected]> 0.0.24-1
- update jackson and remove qpid deps ([email protected])
* Tue Jan 17 2012 jesus m. rodriguez <[email protected]> 0.0.23-1
- config should be releaser not builder ([email protected])
* Tue Jan 17 2012 jesus m. rodriguez <[email protected]> 0.0.22-1
- update branch info ([email protected])
- Add tito releasers.conf. ([email protected])
* Fri Oct 28 2011 jesus m. rodriguez <[email protected]> 0.0.21-1
- use upstream bouncycastle for candlepin 0.4.x ([email protected])
* Thu Oct 13 2011 jesus m. rodriguez <[email protected]> 0.0.20-1
- use right dist-cvs branch ([email protected])
* Tue Oct 11 2011 jesus m. rodriguez <[email protected]> 0.0.19-1
- upgrade to fedora based bouncycastle 1.46 ([email protected])
* Wed Sep 14 2011 jesus m. rodriguez <[email protected]> 0.0.18-1
- upgrade to RESTEasy 2.2.1GA ([email protected])
* Fri Jul 15 2011 jesus m. rodriguez <[email protected]> 0.0.17-1
- revert to standard bouncycastle ([email protected])
* Tue Jun 14 2011 jesus m. rodriguez <[email protected]> 0.0.16-1
- renamed qpid*.jars, upgraded to postgresql 9 driver.
* Thu May 12 2011 jesus m. rodriguez <[email protected]> 0.0.15-1
- updating cp-bouncycastle ([email protected])
* Wed May 11 2011 jesus m. rodriguez <[email protected]> 0.0.14-1
- add new custom bouncycastle ([email protected])
* Thu Feb 24 2011 jesus m. rodriguez <[email protected]> 0.0.13-1
- adding rhino 1.7 ([email protected])
* Tue Dec 14 2010 jesus m. rodriguez <[email protected]> 0.0.12-1
- adding oauth as a dependency ([email protected])
* Wed Nov 10 2010 jesus m. rodriguez <[email protected]> 0.0.11-1
- adding jldap, and new qpid ([email protected])
* Mon Oct 25 2010 jesus m. rodriguez <[email protected]> 0.0.10-1
- 646000: adding c3p0 ([email protected])
* Mon Oct 18 2010 jesus m. rodriguez <[email protected]> 0.0.9-1
- retagging and rebuilding
* Mon Oct 18 2010 jesus m. rodriguez <[email protected]> 0.0.8-1
- add cvs branches ([email protected])
* Mon Oct 18 2010 jesus m. rodriguez <[email protected]> 0.0.7-1
- add dist to release ([email protected])
- updated qpid ([email protected])
- used for its Equals and HashCode Builders ([email protected])
* Fri Oct 15 2010 jesus m. rodriguez <[email protected]> 0.0.6-1
- use only one branch for now ([email protected])
* Fri Oct 15 2010 jesus m. rodriguez <[email protected]> 0.0.5-1
- retagging for rebuild ([email protected])
- adding a readme ([email protected])
* Thu Sep 30 2010 jesus m. rodriguez <[email protected]> 0.0.4-1
- rename spec file to match project ([email protected])
* Thu Sep 30 2010 jesus m. rodriguez <[email protected]> 0.0.3-1
- turn off jar rebuilding ([email protected])
- use the right location for cp ([email protected])
- copy over the jars ([email protected])
* Thu Sep 30 2010 jesus m. rodriguez <[email protected]> 0.0.2-1
- new package built with tito