Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
ecebe41f
Commit
ecebe41f
authored
Dec 03, 2009
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MAINTAINERS is gone
parent
e519d5ff
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile.am
Makefile.am
+1
-1
extras/package/rpm/vlc.altlinux.spec
extras/package/rpm/vlc.altlinux.spec
+1
-1
extras/package/rpm/vlc.fedora.spec
extras/package/rpm/vlc.fedora.spec
+1
-1
extras/package/rpm/vlc.suse.spec
extras/package/rpm/vlc.suse.spec
+1
-1
No files found.
Makefile.am
View file @
ecebe41f
...
...
@@ -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
...
...
extras/package/rpm/vlc.altlinux.spec
View file @
ecebe41f
...
...
@@ -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*
...
...
extras/package/rpm/vlc.fedora.spec
View file @
ecebe41f
...
...
@@ -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/
...
...
extras/package/rpm/vlc.suse.spec
View file @
ecebe41f
...
...
@@ -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
...
...
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