Commit c73524f1 authored by Led's avatar Led

0.13.2-alt2

parent bcb90c60
tar: @version@:.
copy: *.conf *.in *.patch
copy: *.conf *.in *.logrotate *.patch
/var/log/mpd/* {
notifempty
missingok
nocompress
}
\ No newline at end of file
......@@ -36,7 +36,7 @@
%define Name MPD
Name: mpd
Version: 0.13.2
Release: alt1
Release: alt2
Summary: Music Player Daemon (%Name) allows remote access for playing music and managing playlists.
License: %gpl2plus
Group: Sound
......@@ -45,6 +45,7 @@ Source0: %url/uploads/files/%name-%version.tar
Source1: %name.conf
Source2: %name.sys.conf.in
Source3: %name.init.in
Source4: %name.logrotate
Patch0: %name-0.13.0-configure.patch
Patch1: %name-0.13.2-alt-encoding_output_fix.patch
BuildPreReq: rpm-utils
......@@ -132,6 +133,7 @@ sed 's/@MPD_USER@/%mpd_user/g' %SOURCE2 > %buildroot%_sysconfdir/%name.sys.conf
chmod 640 %buildroot%_sysconfdir/%name.sys.conf
sed 's/@MPD_USER@/%mpd_user/g' %SOURCE3 > %buildroot%_initdir/%name
chmod 755 %buildroot%_initdir/%name
install -D -m 0644 %SOURCE4 %buildroot%_sysconfdir/logrotate.d/%name
%pre
......@@ -153,6 +155,7 @@ chmod 755 %buildroot%_initdir/%name
%doc AUTHORS ChangeLog.* README TODO UPGRADING doc/{%{name}conf.example,COMMANDS}
%config(noreplace) %_sysconfdir/%name.conf
%config(noreplace) %_sysconfdir/%name.sys.conf
%config(noreplace) %_sysconfdir/logrotate.d/*
%_bindir/*
%_man1dir/*
%_man5dir/*
......@@ -164,6 +167,9 @@ chmod 755 %buildroot%_initdir/%name
%changelog
* Sun Jul 27 2008 Led <led@altlinux.ru> 0.13.2-alt2
- added script for logrotate (#16420)
* Sat Jul 05 2008 Led <led@altlinux.ru> 0.13.2-alt1
- 0.13.2:
+ several bugfixes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment