Search
j0ke.net Open Build Service
>
Projects
>
server:database
:
mongodb
:
2.4
>
mongodb
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 4
[-]
[+]
Changed
mongodb.spec
@@ -113,7 +113,7 @@ --use-system-pcre %install -scons install --prefix=%{buildroot}%{_prefix} +scons install --prefix=%{buildroot}%{_prefix} --full install -d -m 0755 \ %{buildroot}%{_sysconfdir}/init.d \ %{buildroot}%{_sysconfdir}/logrotate.d \ @@ -129,11 +129,11 @@ install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} install -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/%{name}.conf install -m 0644 debian/*.1 %{buildroot}%{_mandir}/man1/ -%ifarch x86_64 -mv %{buildroot}%{_prefix}/lib/libmongoclient.a %{buildroot}%{_libdir}/ -%endif +##ifarch x86_64 +##mv %{buildroot}%{_prefix}/lib/libmongoclient.a %{buildroot}%{_libdir}/ +##endif -find %{buildroot}%{_includedir} -type f -name "*.h" -exec chmod -x {} \; +find %{buildroot}%{_includedir} -type f -name "*.h" -exec chmod -x {} \; || : %fdupes %{buildroot} %pre