Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
1483e8d3
Commit
1483e8d3
authored
Dec 13, 2003
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixed file permissions for the server RPM docs directory (BUG 1672)
parent
2f34b764
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
6 deletions
+15
-6
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+15
-6
No files found.
support-files/mysql.spec.sh
View file @
1483e8d3
...
...
@@ -442,11 +442,12 @@ fi
[
"
$RBR
"
!=
"/"
]
&&
[
-d
$RBR
]
&&
rm
-rf
$RBR
;
%files server
%defattr
(
755 root, root
)
%defattr
(
-,root,root,0755
)
%doc %attr
(
644, root, root
)
COPYING README
%doc %attr
(
644, root, root
)
Docs/manual.
{
html,ps,texi,txt
}
Docs/manual_toc.html
%doc %attr
(
644, root, root
)
support-files/my-
*
.cnf
%doc COPYING README
%doc Docs/manual.
{
html,ps,texi,txt
}
%doc Docs/manual_toc.html
%doc support-files/my-
*
.cnf
%doc %attr
(
644, root, root
)
%
{
_infodir
}
/mysql.info
*
...
...
@@ -498,6 +499,7 @@ fi
%attr
(
755, root, root
)
%
{
_datadir
}
/mysql/
%files client
%defattr
(
-, root, root, 0755
)
%attr
(
755, root, root
)
%
{
_bindir
}
/msql2mysql
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_find_rows
...
...
@@ -525,7 +527,7 @@ fi
/sbin/ldconfig
%files devel
%defattr
(
644 root, root
)
%defattr
(
-, root, root, 0755
)
%attr
(
755, root, root
)
%
{
_bindir
}
/comp_err
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_config
%dir %attr
(
755, root, root
)
%
{
_includedir
}
/mysql
...
...
@@ -546,11 +548,12 @@ fi
%
{
_libdir
}
/mysql/libvio.a
%files shared
%defattr
(
755 root, root
)
%defattr
(
-, root, root, 0755
)
# Shared libraries (omit for architectures that don't support them)
%
{
_libdir
}
/
*
.so
*
%files bench
%defattr
(
-, root, root, 0755
)
%attr
(
-, root, root
)
%
{
_datadir
}
/sql-bench
%attr
(
-, root, root
)
%
{
_datadir
}
/mysql-test
%attr
(
755, root, root
)
%
{
_bindir
}
/mysqlmanager
...
...
@@ -558,15 +561,21 @@ fi
%attr
(
755, root, root
)
%
{
_bindir
}
/mysqlmanagerc
%files Max
%defattr
(
-, root, root, 0755
)
%attr
(
755, root, root
)
%
{
_sbindir
}
/mysqld-max
%attr
(
644, root, root
)
%
{
_libdir
}
/mysql/mysqld-max.sym
%files embedded
%defattr
(
-, root, root, 0755
)
%attr
(
644, root, root
)
%
{
_libdir
}
/mysql/libmysqld.a
# The spec file changelog only includes changes made to the spec file
# itself
%changelog
*
Fri Dec 13 2003 Lenz Grimmer <lenz@mysql.com>
- fixed file permissions
(
BUG 1672
)
*
Thu Dec 11 2003 Lenz Grimmer <lenz@mysql.com>
- made testing
for
gcc3 a bit more robust
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment