]> git.pld-linux.org Git - packages/mongodb.git/blame - mongodb.spec
fix paths in logrotate file
[packages/mongodb.git] / mongodb.spec
CommitLineData
8f59c17f 1# TODO:
29f5f92c 2# - add support for sharding server (init scripts, systemd units, sample config)
8f59c17f
JK
3# - fix 'libs' subpackage (disabled due to broken 'sharedclient' build option)
4#
69fbae1d 5Summary: MongoDB client shell and tools
7165862f 6Summary(pl.UTF-8): Powłoka kliencka i narzędzia dla bazy danych MongoDB
69fbae1d 7Name: mongodb
3aebf788 8Version: 2.2.2
81334c88 9Release: 4
c9011c68 10License: AGPL v3
69fbae1d 11Group: Applications/Databases
1987b887 12Source0: http://downloads.mongodb.org/src/%{name}-src-r%{version}.tar.gz
3aebf788 13# Source0-md5: 697c448271358545a8a40a973f88edf4
1987b887 14Source1: %{name}.logrotate
15Source2: %{name}.init
cf68c7a9 16Source3: mongod-default.conf
3fb19a74 17Source4: mongod@.service
8f59c17f 18Patch0: %{name}-cflags.patch
04298a8b 19Patch1: %{name}-system-libs.patch
8f59c17f
JK
20Patch2: boost-1.50.patch
21Patch3: %{name}-install.patch
7165862f 22URL: http://www.mongodb.org/
e39b997a 23BuildRequires: boost-devel >= 1.50
f5624e0a 24BuildRequires: libpcap-devel
c5835a7a 25BuildRequires: libstdc++-devel >= 6:4.0
81334c88 26%ifarch %{x8664}
c5756531
JK
27BuildRequires: libtcmalloc-devel
28%endif
1987b887 29BuildRequires: pcre-cxx-devel
8f59c17f 30BuildRequires: pcre-devel >= 8.30
69fbae1d 31BuildRequires: readline-devel
3fb19a74 32BuildRequires: rpmbuild(macros) >= 1.644
69fbae1d 33BuildRequires: scons >= 1.2
75e22e92 34BuildRequires: sed >= 4.0
04298a8b 35BuildRequires: snappy-devel
69fbae1d 36BuildRequires: v8-devel
0a5d6bc7 37#Requires: %{name}-libs = %{version}-%{release}
69fbae1d 38BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
69fbae1d 39
40%description
41Mongo (from "huMONGOus") is a schema-free document-oriented database.
42It features dynamic profileable queries, full indexing, replication
43and fail-over support, efficient storage of large binary data objects,
44and auto-sharding.
45
46This package provides the mongo shell, import/export tools, and other
47client utilities.
48
7165862f
JB
49%description -l pl.UTF-8
50Mongo (od "huMONGOus") to baza danych zorientowana na dokumenty
51pozbawione schematu. Obsługuje dynamicznie profilowane zapytania,
52pełne indeksowanie, replikację i fail-over, wydajne składowanie dużych
53obiektów danych binarnych oraz automatyczne dzielenie.
54
55Ten pakiet zawiera powłokę mongo, narzędzia do eksportu/importu danych
56oraz inne narzędzia klienckie.
57
f5624e0a
JB
58%package libs
59Summary: MongoDB client library
60Summary(pl.UTF-8): Biblioteka kliencka MongoDB
61Group: Libraries
62
63%description libs
64Mongo (from "huMONGOus") is a schema-free document-oriented database.
65
66This package provides the mongo client library.
67
68%description libs -l pl.UTF-8
69Mongo (od "huMONGOus") to baza danych zorientowana na dokumenty
70pozbawione schematu.
71
72Ten pakiet zawiera bibliotekę kliencką mongo.
73
69fbae1d 74%package devel
f5624e0a
JB
75Summary: Header files for MongoDB client library
76Summary(pl.UTF-8): Pliki nagłówkowe biblioteki klienckiej MongoDB
69fbae1d 77Group: Development/Libraries
8f59c17f
JK
78#Requires: %{name}-libs = %{version}-%{release}
79Requires: %{name}-static = %{version}-%{release}
69fbae1d 80
81%description devel
82Mongo (from "huMONGOus") is a schema-free document-oriented database.
83
f5624e0a
JB
84This package provides the header files needed to develop MongoDB
85client software.
69fbae1d 86
7165862f
JB
87%description devel -l pl.UTF-8
88Mongo (od "huMONGOus") to baza danych zorientowana na dokumenty
89pozbawione schematu.
90
f5624e0a
JB
91Ten pakiet zawiera pliki nagłówkowe potrzebne do tworzenia
92oprogramowania klienckiego dla MongoDB.
93
94%package static
95Summary: Static MongoDB client library
96Summary(pl.UTF-8): Statyczna biblioteka kliencka MongoDB
97Group: Development/Libraries
0a5d6bc7 98#Requires: %{name}-libs = %{version}-%{release}
f5624e0a
JB
99
100%description static
101Mongo (from "huMONGOus") is a schema-free document-oriented database.
102
103This package provides the MongoDB static client library.
104
105%description static -l pl.UTF-8
106Mongo (od "huMONGOus") to baza danych zorientowana na dokumenty
107pozbawione schematu.
108
109Ten pakiet zawiera statyczną bibliotekę kliencką MongoDB.
7165862f 110
748739f7
ER
111%package server
112Summary: MongoDB server, sharding server, and support scripts
7165862f 113Summary(pl.UTF-8): Serwer MongoDB, serwer dzielący oraz skrypty pomocnicze
748739f7
ER
114Group: Applications/Databases
115Requires: %{name} = %{version}-%{release}
3fb19a74 116Requires: systemd-units >= 38
aa21d651 117Requires(post,preun): /sbin/chkconfig
40ec6826
ER
118Requires(postun): /usr/sbin/groupdel
119Requires(postun): /usr/sbin/userdel
120Requires(pre): /bin/id
121Requires(pre): /usr/bin/getgid
122Requires(pre): /usr/sbin/groupadd
123Requires(pre): /usr/sbin/useradd
aa21d651 124Requires: rc-scripts
51f3a0fb
JR
125Provides: group(mongod)
126Provides: user(mongod)
127Conflicts: logrotate < 3.8.0
748739f7
ER
128
129%description server
130Mongo (from "huMONGOus") is a schema-free document-oriented database.
131
132This package provides the mongo server software, mongo sharding server
7165862f
JB
133software, default configuration files, and init.d scripts.
134
135%description server -l pl.UTF-8
136Mongo (od "huMONGOus") to baza danych zorientowana na dokumenty
137pozbawione schematu.
138
139Ten pakiet zawiera serwer mongo, serwer dzielący, pliki domyślnej
140konfiguracji oraz skrypty init.d.
748739f7 141
69fbae1d 142%prep
143%setup -q -n %{name}-src-r%{version}
105f2c53 144%patch0 -p1
04298a8b
JB
145%patch1 -p1
146%patch2 -p1
2d54e68a 147%patch3 -p1
69fbae1d 148
d1b0fd13
ER
149# Fix permissions
150find -type f -executable | xargs chmod a-x
151
04298a8b 152# force system pcre/js/snappy
8f59c17f 153%{__rm} -r src/third_party/{js-1.7,pcre-8.30,snappy,boost}
04298a8b 154
69fbae1d 155%build
d1b0fd13 156%scons \
8f59c17f
JK
157 CPPFLAGS="%{rpmcppflags} -DXP_UNIX" \
158 --use-system-all=yes \
159 --extralib=pcrecpp,pcre,snappy \
d1b0fd13 160 --prefix=$RPM_BUILD_ROOT%{_prefix} \
8f59c17f 161 --full=all \
75e22e92 162 --usev8 \
163 --cxx=%{__cxx}
69fbae1d 164
69fbae1d 165%install
166rm -rf $RPM_BUILD_ROOT
d1b0fd13 167install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_mandir}/man1} \
1a2080c0 168 $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig,mongod} \
81334c88 169 $RPM_BUILD_ROOT%{_var}/{lib,log{,/archive}}/mongodb \
3fb19a74 170 $RPM_BUILD_ROOT%{systemdunitdir}
748739f7 171
c9011c68 172# XXX: scons is so great, recompiles everything here!
d1b0fd13 173%scons install \
8f59c17f
JK
174 --use-system-all=yes \
175 --extralib=pcrecpp,pcre,snappy \
d1b0fd13 176 --prefix=$RPM_BUILD_ROOT%{_prefix} \
8f59c17f 177 --full=all \
c9011c68
JB
178 --usev8 \
179 --cxx=%{__cxx}
d1b0fd13 180
7165862f 181cp -p %{SOURCE1} $RPM_BUILD_ROOT/etc/logrotate.d/mongod
748739f7 182install -p %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/mongod
7165862f 183cp -p rpm/mongod.sysconfig $RPM_BUILD_ROOT/etc/sysconfig/mongod
cf68c7a9 184install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/mongod/default.conf
7165862f 185cp -p debian/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
69fbae1d 186
3fb19a74
JK
187# mask out the LSB service
188ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/mongod.service
189install %{SOURCE4} $RPM_BUILD_ROOT%{systemdunitdir}/mongod@.service
190
81334c88 191touch $RPM_BUILD_ROOT%{_var}/log/mongodb/mongod.log
69fbae1d 192
138c04db
JK
193# for some reason these are installed twice, remove unwanted copies
194for f in $RPM_BUILD_ROOT%{_includedir}/mongo/* ; do
46ee035d 195 rm -r "$RPM_BUILD_ROOT%{_includedir}/$(basename $f)" || :
138c04db
JK
196done
197
69fbae1d 198%clean
69fbae1d 199rm -rf $RPM_BUILD_ROOT
200
f5624e0a
JB
201%post libs -p /sbin/ldconfig
202%postun libs -p /sbin/ldconfig
203
69fbae1d 204%pre server
5688efcd 205%groupadd -g 258 -r mongod
81334c88 206%useradd -u 258 -r -g mongod -d %{_var}/lib/mongodb -s /bin/false -c "MongoDB Database Server" mongod
69fbae1d 207
208%post server
aa21d651
ER
209/sbin/chkconfig --add mongod
210%service mongod restart
3fb19a74
JK
211# our systemd macros cannot handle template (multi-instance) units yet
212export SYSTEMD_LOG_LEVEL=warning SYSTEMD_LOG_TARGET=syslog
213/bin/systemd_booted && /bin/systemctl --quiet daemon-reload || :
214if [ $1 -eq 1 ]; then
215 /bin/systemctl --quiet enable mongod@.service || :
216 /bin/systemd_booted && echo 'Run "/bin/systemctl start mongod@default.service" to start mongod.' || :
217else
218 /bin/systemd_booted && /bin/systemctl --quiet try-restart mongod@default.service || :
219fi
69fbae1d 220
221%preun server
aa21d651
ER
222if [ "$1" = "0" ]; then
223 %service -q mongod stop
224 /sbin/chkconfig --del mongod
3fb19a74
JK
225 export SYSTEMD_LOG_LEVEL=warning SYSTEMD_LOG_TARGET=syslog
226 /bin/systemd_booted && /bin/systemctl --quiet stop mongod@default.service || :
227 /bin/systemctl --quiet disable mongod@.service || :
aa21d651 228fi
69fbae1d 229
5688efcd 230%postun server
40ec6826
ER
231if [ "$1" = "0" ]; then
232 %userremove mongod
233 %groupremove mongod
234fi
3fb19a74 235%systemd_reload
40ec6826 236
1a2080c0
JK
237%triggerpostun server -- %{name}-server < 2.0.6-3
238if [ -f %{_sysconfdir}/mongod.conf.rpmsave ] ; then
239 cp -f %{_sysconfdir}/mongod/default.conf{,.rpmnew} || :
240 echo "Moving %{_sysconfdir}/mongod.conf to %{_sysconfdir}/mongod/default.conf"
241 mv -f %{_sysconfdir}/mongod.conf.rpmsave %{_sysconfdir}/mongod/default.conf
4f4a6eae 242 %service mongod restart
1a2080c0
JK
243fi
244
69fbae1d 245%files
246%defattr(644,root,root,755)
247%doc README GNU-AGPL-3.0.txt
04298a8b 248%attr(755,root,root) %{_bindir}/bsondump
69fbae1d 249%attr(755,root,root) %{_bindir}/mongo
250%attr(755,root,root) %{_bindir}/mongodump
251%attr(755,root,root) %{_bindir}/mongoexport
252%attr(755,root,root) %{_bindir}/mongofiles
253%attr(755,root,root) %{_bindir}/mongoimport
90979303
JK
254%attr(755,root,root) %{_bindir}/mongooplog
255%attr(755,root,root) %{_bindir}/mongoperf
69fbae1d 256%attr(755,root,root) %{_bindir}/mongorestore
f5624e0a 257%attr(755,root,root) %{_bindir}/mongosniff
69fbae1d 258%attr(755,root,root) %{_bindir}/mongostat
04298a8b
JB
259%attr(755,root,root) %{_bindir}/mongotop
260%{_mandir}/man1/bsondump.1*
69fbae1d 261%{_mandir}/man1/mongo.1*
69fbae1d 262%{_mandir}/man1/mongodump.1*
263%{_mandir}/man1/mongoexport.1*
264%{_mandir}/man1/mongofiles.1*
265%{_mandir}/man1/mongoimport.1*
266%{_mandir}/man1/mongosniff.1*
267%{_mandir}/man1/mongostat.1*
268%{_mandir}/man1/mongorestore.1*
269
8f59c17f 270%if 0
f5624e0a
JB
271%files libs
272%defattr(644,root,root,755)
273%attr(755,root,root) %{_libdir}/libmongoclient.so
8f59c17f 274%endif
f5624e0a
JB
275
276%files devel
277%defattr(644,root,root,755)
278%{_includedir}/mongo
279
280%files static
281%defattr(644,root,root,755)
282%{_libdir}/libmongoclient.a
283
69fbae1d 284%files server
285%defattr(644,root,root,755)
2633a24f 286#%dir %{_sysconfdir}
1a2080c0
JK
287%dir %{_sysconfdir}/mongod
288%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mongod/default.conf
748739f7
ER
289%attr(754,root,root) /etc/rc.d/init.d/mongod
290%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/mongod
69fbae1d 291%config(noreplace) /etc/logrotate.d/mongod
69fbae1d 292%attr(755,root,root) %{_bindir}/mongod
293%attr(755,root,root) %{_bindir}/mongos
f5624e0a 294%{_mandir}/man1/mongod.1*
69fbae1d 295%{_mandir}/man1/mongos.1*
81334c88
ER
296%attr(755,mongod,mongod) %dir %{_var}/lib/mongodb
297%attr(775,root,mongod) %dir %{_var}/log/mongodb
298%attr(775,root,mongod) %dir %{_var}/log/archive/mongodb
299%attr(640,mongod,mongod) %config(noreplace) %verify(not md5 mtime size) %{_var}/log/mongodb/mongod.log
3fb19a74
JK
300%{systemdunitdir}/mongod.service
301%{systemdunitdir}/mongod@.service
This page took 0.086932 seconds and 4 git commands to generate.