mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2024-11-23 03:39:51 +00:00
Rename COPYING to LICENSE to match libpwq/
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@643 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
parent
c0a726677c
commit
92190517c9
@ -134,7 +134,7 @@ distdir: config.h
|
||||
umask 22 ; mkdir -p '$(distdir)/test'
|
||||
umask 22 ; mkdir -p '$(distdir)/test/..'
|
||||
cp -RL src/common/filter.c src/common/private.h src/common/tree.h src/common/debug.h src/common/knote.c src/common/alloc.h src/common/map.c src/common/kevent.c src/common/kqueue.c $(distdir)/src/common
|
||||
cp -RL config.h COPYING GNUmakefile kqueue.2 libkqueue.pc.in configure configure.rb $(distdir)
|
||||
cp -RL config.h LICENSE GNUmakefile kqueue.2 libkqueue.pc.in configure configure.rb $(distdir)
|
||||
cp -RL src/common/../posix/platform.h $(distdir)/src/common/../posix
|
||||
cp -RL src/common/../posix/../../include/sys/event.h $(distdir)/src/common/../posix/../../include/sys
|
||||
cp -RL src/common/../linux/platform.h $(distdir)/src/common/../linux
|
||||
|
@ -41,7 +41,7 @@ make check
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc COPYING
|
||||
%doc LICENSE
|
||||
%{_libdir}/libkqueue.so.*
|
||||
|
||||
%files devel
|
||||
|
Loading…
Reference in New Issue
Block a user