Make rpmlint a little bit more happy with our .spec
This commit is contained in:
parent
754cfa67d2
commit
f680ad1d21
@ -77,7 +77,7 @@ autoreconf
|
|||||||
make XINITDIR=/etc/X11/xinit
|
make XINITDIR=/etc/X11/xinit
|
||||||
%{__cc} -o ck-xinit-session \
|
%{__cc} -o ck-xinit-session \
|
||||||
`pkg-config --cflags ck-connector dbus-1` $RPM_OPT_FLAGS \
|
`pkg-config --cflags ck-connector dbus-1` $RPM_OPT_FLAGS \
|
||||||
$RPM_SOURCE_DIR/ck-xinit-session.c \
|
%{SOURCE100} \
|
||||||
`pkg-config --libs ck-connector dbus-1`
|
`pkg-config --libs ck-connector dbus-1`
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -86,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# Makefile.am and submit it in a bug report or check into CVS.
|
# Makefile.am and submit it in a bug report or check into CVS.
|
||||||
%makeinstall XINITDIR=$RPM_BUILD_ROOT/etc/X11/xinit
|
%makeinstall XINITDIR=$RPM_BUILD_ROOT/etc/X11/xinit
|
||||||
install -m755 ck-xinit-session $RPM_BUILD_ROOT/%{_bindir}
|
install -m755 ck-xinit-session $RPM_BUILD_ROOT/%{_bindir}
|
||||||
install -m644 -D $RPM_SOURCE_DIR/xinit-compat.desktop $RPM_BUILD_ROOT%{_datadir}/xsessions/xinit-compat.desktop
|
install -m644 -D %{SOURCE18} $RPM_BUILD_ROOT%{_datadir}/xsessions/xinit-compat.desktop
|
||||||
|
|
||||||
# Install Red Hat custom xinitrc, etc.
|
# Install Red Hat custom xinitrc, etc.
|
||||||
{
|
{
|
||||||
@ -114,10 +114,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING README NEWS ChangeLog
|
%doc AUTHORS COPYING README NEWS ChangeLog
|
||||||
%{_bindir}/startx
|
%attr(755,-,root) %{_bindir}/startx
|
||||||
%{_bindir}/xinit
|
%attr(755,-,root) %{_bindir}/xinit
|
||||||
%{_bindir}/ck-xinit-session
|
%attr(755,-,root) %{_bindir}/ck-xinit-session
|
||||||
%{_libexecdir}/xinit-compat
|
%attr(755,-,root) %{_libexecdir}/xinit-compat
|
||||||
%dir %{_sysconfdir}/X11/xinit
|
%dir %{_sysconfdir}/X11/xinit
|
||||||
%{_sysconfdir}/X11/xinit/xinitrc
|
%{_sysconfdir}/X11/xinit/xinitrc
|
||||||
%{_sysconfdir}/X11/xinit/xinitrc-common
|
%{_sysconfdir}/X11/xinit/xinitrc-common
|
||||||
@ -139,6 +139,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Feb 04 2010 Matěj Cepl <mcepl@redhat.com> - 1.0.9-15
|
* Thu Feb 04 2010 Matěj Cepl <mcepl@redhat.com> - 1.0.9-15
|
||||||
- Add xinit-compat script
|
- Add xinit-compat script
|
||||||
|
Patch from Rex Dieter, bug 540546
|
||||||
|
|
||||||
* Fri Jan 29 2010 Ville Skyttä <ville.skytta@iki.fi> - 1.0.9-14
|
* Fri Jan 29 2010 Ville Skyttä <ville.skytta@iki.fi> - 1.0.9-14
|
||||||
- Eliminate dependency on which.
|
- Eliminate dependency on which.
|
||||||
|
Loading…
Reference in New Issue
Block a user