update to rc2

This commit is contained in:
Tom Callaway 2009-08-17 17:44:51 +00:00
commit cf03a22af9
4 changed files with 9925 additions and 7 deletions

View file

@ -1 +1 @@
alsamixergui-0.9.0rc1-2.tar.gz
alsamixergui_0.9.0rc2-1.orig.tar.gz

View file

@ -1,17 +1,23 @@
Name: alsamixergui
Summary: GUI mixer for ALSA sound devices
Version: 0.9.0
Release: 0.6.rc1%{?dist}.2
Release: 0.7.rc2%{?dist}
License: GPLv2+
Group: Applications/System
Source0: ftp://www.iua.upf.es/pub/mdeboer/projects/alsamixergui/%{name}-%{version}rc1-2.tar.gz
# This is where the source used to live, but this upstream is dead.
# Source0: ftp://www.iua.upf.es/pub/mdeboer/projects/alsamixergui/%{name}-%{version}rc1-2.tar.gz
# This tarball was taken from Debian, and is the most recent version as far as I know.
Source0: http://ftp.de.debian.org/debian/pool/main/a/alsamixergui/alsamixergui_0.9.0rc2-1.orig.tar.gz
Source1: alsamixergui.desktop
Source2: alsamixergui.png
# This site is dead and gone.
URL: ftp://www.iua.upf.es/pub/mdeboer/projects/alsamixergui
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: fltk-devel, libstdc++-devel
BuildRequires: alsa-lib-devel, desktop-file-utils
Patch0: alsamixergui-modernfix.patch
BuildRequires: autoconf
# This is debian's patch, taken 2009-08-17
Patch0: alsamixergui_0.9.0rc2-1-9.diff
%description
alsamixergui is a FLTK based frontend for alsamixer. It is written
@ -21,8 +27,10 @@ part, so it provides exactly the same functionality, but with a
graphical userinterface.
%prep
%setup -q -n %{name}-%{version}rc1-2
%patch0 -p1
%setup -q -n %{name}-%{version}rc2-1.orig
%patch0 -p1 -b .debian
autoreconf -i
chmod +x configure
%build
%configure
@ -49,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/pixmaps/alsamixergui.png
%changelog
* Mon Aug 17 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 0.9.0-0.7.rc2
- update to rc2, last known update
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-0.6.rc1.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

File diff suppressed because it is too large Load diff

View file

@ -1 +1 @@
24b74dda2cf77c313c6cba9b062c8feb alsamixergui-0.9.0rc1-2.tar.gz
af942a41b81ba27e2e4d0a1e1ab0decb alsamixergui_0.9.0rc2-1.orig.tar.gz