From 9431176ac6bc2b7d3082f6c5e60b43c6308efb09 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Apr 26 2014 08:30:25 +0000 Subject: * Sat Apr 26 2014 Fabian Affolter - 0.1.12-8 - Update spec file --- diff --git a/audtty.spec b/audtty.spec index b4c4a29..e821c8a 100644 --- a/audtty.spec +++ b/audtty.spec @@ -1,14 +1,12 @@ Name: audtty Version: 0.1.12 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A ncurses based terminal client for the Audacious -Group: Applications/Multimedia License: GPLv2+ URL: http://audtty.alioth.debian.org/ Source0: http://www.code-monkeys.org/audtty/%{name}-%{version}.tar.gz Patch0: audtty-0.1.12-Makefile.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf BuildRequires: automake @@ -25,41 +23,31 @@ line. It is designed to make common, simple tasks fast and easy to do. It is operated using arrow keys and standard Audacious keys, to make it easy and intuitive to learn. - %prep %setup -q %patch0 -p1 -b .Makefile-without-pkgconfig - %build aclocal autoconf %configure make %{?_smp_mflags} -#gzip -cn9 %{name}.1 > %{name}.1.gz && \ -#touch -r %{name}.1 %{name}.1.gz - %install -rm -rf %{buildroot} install -Dp -m 0755 %{name} %{buildroot}%{_bindir}/%{name} install -Dp -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 install -Dp -m 0644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf - -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %doc ChangeLog COPYING README %{_mandir}/man*/%{name}.* %{_bindir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}.conf - %changelog +* Sat Apr 26 2014 Fabian Affolter - 0.1.12-8 +- Update spec file + * Thu Jul 26 2012 Michael Schwendt - 0.1.12-7 - Fix F18 build by querying pkgconfig for glib2/dbus-glib cflags+libs (audtty-0.1.12-Makefile.patch).