diff options
author | Max Horn | 2004-12-20 11:48:14 +0000 |
---|---|---|
committer | Max Horn | 2004-12-20 11:48:14 +0000 |
commit | eeebc76f25cc74910cb0c28d19a93c2cc0ed0fe2 (patch) | |
tree | ff9f3fcad62eff6beab173a599eb5c3240cf47d1 /dists | |
parent | 0ed00210101f1e4576723b78c71e43f40602b125 (diff) | |
download | scummvm-rg350-eeebc76f25cc74910cb0c28d19a93c2cc0ed0fe2.tar.gz scummvm-rg350-eeebc76f25cc74910cb0c28d19a93c2cc0ed0fe2.tar.bz2 scummvm-rg350-eeebc76f25cc74910cb0c28d19a93c2cc0ed0fe2.zip |
Added AUTHORS file
svn-id: r16155
Diffstat (limited to 'dists')
-rw-r--r-- | dists/debian/scummvm-cvs.docs | 1 | ||||
-rw-r--r-- | dists/redhat/scummvm.spec | 6 | ||||
-rwxr-xr-x | dists/slackware/scummvm.SlackBuild | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/dists/debian/scummvm-cvs.docs b/dists/debian/scummvm-cvs.docs index 5502ed8f40..c17f03764b 100644 --- a/dists/debian/scummvm-cvs.docs +++ b/dists/debian/scummvm-cvs.docs @@ -1,3 +1,4 @@ +AUTHORS NEWS README TODO diff --git a/dists/redhat/scummvm.spec b/dists/redhat/scummvm.spec index acaa7c3232..f874ad4a09 100644 --- a/dists/redhat/scummvm.spec +++ b/dists/redhat/scummvm.spec @@ -8,7 +8,7 @@ # Prologue information #------------------------------------------------------------------------------ Name : scummvm -Version : 0.6.1 +Version : 0.7.0 Release : 1 Summary : Graphic adventure game interpreter Group : Interpreters @@ -62,7 +62,7 @@ rm -Rf ${RPM_BUILD_ROOT} #------------------------------------------------------------------------------ %files %defattr(0644,root,root,0755) -%doc README NEWS COPYING +%doc AUTHORS README NEWS COPYING %attr(0755,root,root)%{_bindir}/scummvm %{_datadir}/applications/* %{_datadir}/pixmaps/scummvm.xpm @@ -72,6 +72,8 @@ rm -Rf ${RPM_BUILD_ROOT} # Change Log #------------------------------------------------------------------------------ %changelog +* Mon Dec 20 2004 (0.7.0) + - added AUTHORS file * Thu Jul 15 2004 (0.6.0-2) - added .desktop file (modified from patch 891909) - used some elements of the .spec file for scummvm from http://livna.org/ diff --git a/dists/slackware/scummvm.SlackBuild b/dists/slackware/scummvm.SlackBuild index 5ea14f7f98..ed02be990a 100755 --- a/dists/slackware/scummvm.SlackBuild +++ b/dists/slackware/scummvm.SlackBuild @@ -38,7 +38,7 @@ gzip -9 scummvm.6 mkdir -p $PKG/usr/man/man6 cp scummvm.6.gz $PKG/usr/man/man6 mkdir -p $PKG/usr/doc/scummvm-$VERSION -cp -a COPYING ChangeLog NEWS README TODO \ +cp -a AUTHORS COPYING ChangeLog NEWS README TODO \ $PKG/usr/doc/scummvm-$VERSION chmod 644 $PKG/usr/doc/scummvm-$VERSION mkdir -p $PKG/install |