--- mpc.spec.orig 2005-12-18 14:47:21 +0600 +++ mpc.spec 2005-12-18 15:23:32 +0600 @@ -1,37 +1,48 @@ -Name: mpc -Version: 0.11.1 -Release: alt1 +Name: mpc +Version: 0.11.2 +Release: alt1 + +Summary: A command line tool to interface MPD. +License: GPL +Group: Sound -Summary: A command line tool to interface MPD. -License: GPL -Group: Sound +Url: http://musicpd.org/ +Packager: Alex Gorbachenko (agent_007) -Url: http://musicpd.org/ - -Source: %name-%version.tar.gz - -# Automatically added by buildreq on Thu Feb 10 2005 -BuildRequires: hostinfo +Source: http://mercury.chem.pitt.edu/~shank/%name-%version.tar.gz %description - A command line tool to interface MPD. %prep %setup -q %build +%add_optflags -Werror %configure -%make_build +%make_build --silent --no-print-directory %install -%makeinstall +%make_install --silent --no-print-directory DESTDIR=%buildroot install %files -%doc AUTHORS ChangeLog COPYING INSTALL README doc/{m3u-handler.sh,mpc-bashrc,pls-handler.sh} +%doc AUTHORS ChangeLog INSTALL README +%doc doc/{m3u-handler.sh,mpc-bashrc,pls-handler.sh} %_bindir/%name -%_man1dir/%name.1.gz +%_man1dir/%name.1.* +%exclude %_defaultdocdir/%name %changelog +* Sun Dec 18 2005 php-coder 0.11.2-alt1 +- New version +- Updated BuildRequires +- Using -Werror flag for compiler by default +- Added full url to Source tag +- Added Packager tag +- Removed COPYING file from package +- Runing make with --no-print-directory and --silent options to make + terminal output cleanly +- Spec cleanup + * Thu Feb 10 2005 Alex Gorbachenko (agent_007) 0.11.1-alt1 - initial build.