mirror of
https://github.com/videolan/vlc.git
synced 2024-11-24 10:23:27 +08:00
MAINTAINERS is gone
This commit is contained in:
parent
e519d5ff95
commit
ecebe41fa1
@ -706,7 +706,7 @@ package-win-common:
|
||||
cp "$(top_builddir)/src/.libs/libvlc$(LIBEXT)" "$(win32_destdir)/"
|
||||
|
||||
# Copy Text files
|
||||
for file in AUTHORS MAINTAINERS THANKS ; \
|
||||
for file in AUTHORS THANKS ; \
|
||||
do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(win32_destdir)/$${file}.txt" ; done;
|
||||
for file in NEWS COPYING README; \
|
||||
do cp "$(srcdir)/$$file" "$(win32_destdir)/$${file}.txt"; done
|
||||
|
@ -1236,7 +1236,7 @@ strfile %buildroot%_gamesdatadir/fortune/vlc %buildroot%_gamesdatadir/fortune/vl
|
||||
%dir %_vlc_pluginsdir/meta_engine
|
||||
%_vlc_pluginsdir/meta_engine/libfolder_plugin.so*
|
||||
|
||||
%doc AUTHORS README MAINTAINERS NEWS THANKS
|
||||
%doc AUTHORS README NEWS THANKS
|
||||
|
||||
%files interface-ncurses
|
||||
%_vlc_pluginsdir/gui/libncurses_plugin.so*
|
||||
|
@ -536,7 +536,7 @@ rm -rf $RPM_BUILD_ROOT __doc
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING ChangeLog MAINTAINERS NEWS README THANKS __doc/*
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS __doc/*
|
||||
%{_bindir}/vlc
|
||||
%{_bindir}/svlc
|
||||
%{_datadir}/vlc/
|
||||
|
@ -188,7 +188,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc %{_datadir}/doc/vlc/
|
||||
%doc NEWS AUTHORS COPYING HACKING THANKS MAINTAINERS README ChangeLog
|
||||
%doc NEWS AUTHORS COPYING HACKING THANKS README ChangeLog
|
||||
%{_datadir}/vlc/
|
||||
%{_bindir}/*vlc
|
||||
%{_bindir}/vlc-config
|
||||
|
Loading…
Reference in New Issue
Block a user