Blame audtty.spec

9647ac7
Name:           audtty
58772dc
Version:        0.1.12
e2ff320
Release:        8%{?dist}
9647ac7
Summary:        A ncurses based terminal client for the Audacious
9647ac7
9647ac7
Group:          Applications/Multimedia
9647ac7
License:        GPLv2+
9647ac7
URL:            http://audtty.alioth.debian.org/
9647ac7
Source0:        http://www.code-monkeys.org/audtty/%{name}-%{version}.tar.gz
beb6c14
Patch0:         audtty-0.1.12-Makefile.patch
9647ac7
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
9647ac7
9647ac7
BuildRequires:  autoconf
9647ac7
BuildRequires:  automake
7d430d8
BuildRequires:  glib2-devel
9647ac7
BuildRequires:  audacious-devel
beb6c14
BuildRequires:  dbus-glib-devel
9647ac7
BuildRequires:  ncurses-devel
9647ac7
9647ac7
Requires:       audacious
9647ac7
9647ac7
%description
9647ac7
audtty is a simple application for controlling Audacious from the command
9647ac7
line.  It is designed to make common, simple tasks fast and easy to do.  It
9647ac7
is operated using arrow keys and standard Audacious keys, to make it easy and
9647ac7
intuitive to learn.
9647ac7
9647ac7
9647ac7
%prep
9647ac7
%setup -q
beb6c14
%patch0 -p1 -b .Makefile-without-pkgconfig
9647ac7
9647ac7
9647ac7
%build
9647ac7
aclocal
9647ac7
autoconf
9647ac7
%configure
beb6c14
make %{?_smp_mflags}
687f0e6
#gzip -cn9 %{name}.1 > %{name}.1.gz && \
687f0e6
#touch -r %{name}.1 %{name}.1.gz
9647ac7
9647ac7
9647ac7
%install
9647ac7
rm -rf %{buildroot}
9647ac7
install -Dp -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
2233f83
install -Dp -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
9647ac7
install -Dp -m 0644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf
9647ac7
9647ac7
9647ac7
%clean
9647ac7
rm -rf %{buildroot}
9647ac7
9647ac7
9647ac7
%files
9647ac7
%defattr(-,root,root,-)
9647ac7
%doc ChangeLog COPYING README
2233f83
%{_mandir}/man*/%{name}.*
9647ac7
%{_bindir}/%{name}
9647ac7
%config(noreplace) %{_sysconfdir}/%{name}.conf
9647ac7
9647ac7
9647ac7
%changelog
e2ff320
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.12-8
e2ff320
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
e2ff320
beb6c14
* Thu Jul 26 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 0.1.12-7
beb6c14
- Fix F18 build by querying pkgconfig for glib2/dbus-glib cflags+libs
beb6c14
  (audtty-0.1.12-Makefile.patch).
beb6c14
- BR dbus-glib-devel (for main.c) instead of just dbus-devel.
beb6c14
3ebcf56
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.12-6
3ebcf56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3ebcf56
1055ff5
* Mon Feb 27 2012 Fabian Affolter <mail@fabian-affolter.ch> - 0.1.12-5
b4c2173
- Fix FTBFS for F17
b4c2173
46c738e
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.12-4
46c738e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
46c738e
25ed9cb
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.12-3
25ed9cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
25ed9cb
2233f83
* Thu Jul 15 2010 Michael Schwendt <mschwendt@fedoraproject.org> - 0.1.12-2
2233f83
- Fix uncompressed man page installation.
2233f83
1055ff5
* Mon Mar 22 2010 Fabian Affolter <mail@fabian-affolter.ch> - 0.1.12-1
687f0e6
- Removed compression of the man page
58772dc
- Added patch to fix DSOLinking (#564659)
58772dc
- Updated to new upstream version 0.1.12
58772dc
1055ff5
* Sat Jul 25 2009 Fabian Affolter <mail@fabian-affolter.ch> - 0.1.11-3
9647ac7
- Fixed changelog
9647ac7
1055ff5
* Sun Jul 19 2009 Fabian Affolter <mail@fabian-affolter.ch> - 0.1.11-2
9647ac7
- Added audtty.conf
9647ac7
- Added audtty.1 manpage
9647ac7
- Added missing Requires: audacious
9647ac7
- Changed to auto* stuff instead of autogen.sh 
9647ac7
1055ff5
* Thu Jul 14 2009 Fabian Affolter <mail@fabian-affolter.ch> - 0.1.11-1
9647ac7
- Initial package for Fedora