This commit is contained in:
Ron Pedde 2004-04-06 13:51:21 +00:00
parent 451b522dfd
commit e81b2fe84f
3 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(config.h.in)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(mt-daapd,0.2.0-cvs)
AM_INIT_AUTOMAKE(mt-daapd,0.2.0-pre1)
dnl Checks for programs.
AC_PROG_CC

View File

@ -1,6 +1,6 @@
Summary: A multi-threaded implementation of Apple's DAAP server
Name: mt-daapd
Version: 0.2.0
Version: 0.2.0-pre1
Release: 1
License: GPL
Group: Development/Networking
@ -44,13 +44,14 @@ rm -rf $RPM_BUILD_ROOT
/etc/rc.d/init.d/mt-daapd
/usr/sbin/mt-daapd
/usr/share/mt-daapd/*
/var/cache/mt-daapd
%doc
%changelog
* Mon Apr 06 2004 ron <ron@pedde.com>
- Update to 0.2.0
- Update to 0.2.0-pre1
- Add /var/cache/mt-daapd
* Thu Jan 29 2004 ron <ron@pedde.com>

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
mt-daapd (0.2.0-1) unstable; urgency=low
mt-daapd (0.2.0-pre1) unstable; urgency=low
* Add gdbm database
* Add support for .m4a and .m4p
* Various bug fixes