~codership/galera/2.x

« back to all changes in this revision

Viewing changes to scripts/packages/galera.spec

  • Committer: Alexey Yurchenko
  • Date: 2014-04-07 23:07:32 UTC
  • Revision ID: alexey.yurchenko@codership.com-20140407230732-wzftoxs1qqcjlr5y
Fixes lp:1199000 - removed the line that was setting attributes on _bindir. Synced with SVN r3524

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# use "rpmbuild --define 'version xxxx'" to define version
19
19
%{!?version: %define version 2.x}
20
20
%{!?release: %define release 1}
21
 
%define copyright Copyright 2007-2013 Codership Oy. All rights reserved. Use is subject to license terms under GPLv2 license.
 
21
%define copyright Copyright 2007-2014 Codership Oy. All rights reserved. Use is subject to license terms under GPLv2 license.
22
22
%define libs %{_libdir}/%{name}
23
23
%define docs /usr/share/doc/%{name}
24
24
 
97
97
%config(noreplace,missingok) %{_sysconfdir}/sysconfig/garb
98
98
%attr(0755,root,root) %{_sysconfdir}/init.d/garb
99
99
 
100
 
%attr(0755,root,root) %dir %{_bindir}
101
100
%attr(0755,root,root) %{_bindir}/garbd
102
101
 
103
102
%attr(0755,root,root) %dir %{libs}