Compare commits

..

4 commits

Author SHA1 Message Date
Fedora Release Engineering
ab5740ecba dist-git conversion 2010-07-29 15:23:04 +00:00
Jesse Keating
287a45a9d4 kill with fire 2009-07-30 01:55:18 +00:00
Jesse Keating
3415e5d572 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 07:21:01 +00:00
Jesse Keating
4cada21f4d - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 18:55:59 +00:00
3 changed files with 1 additions and 63 deletions

1
dead.package Normal file
View file

@ -0,0 +1 @@
Orphan clean up

View file

@ -1 +0,0 @@
62f6e86f7558f193e081dc29444a6699 wmix-3.1.tar.gz

View file

@ -1,62 +0,0 @@
Name: wmix
Version: 3.1
Release: 3%{?dist}
Summary: Dockapp mixer
Group: User Interface/X
License: GPLv2+
URL: http://www.ne.jp/asahi/linux/timecop/#wmix
Source0: http://www.ne.jp/asahi/linux/timecop/software/wmix-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequireS: libXpm-devel
%description
Dockapp mixer for OSS or ALSA. Allows toggling record source, muting
individual channels, adjusting volume and balance, all in a compact
dockapp size, with TV-like on-screen-display for volume levels. Supports
mousewheel to adjust current channel volume, and can be controlled
remotely with SIGUSR1 / SIGUSR2 to adjust the volume, too. Can use a
configuration file to control some of the features.
%prep
%setup -q
%build
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS"
%install
rm -rf $RPM_BUILD_ROOT
install -d -m755 $RPM_BUILD_ROOT%{_bindir}
make install PREFIX=$RPM_BUILD_ROOT%{_prefix}
gunzip wmix.1x.gz
install -d -m755 $RPM_BUILD_ROOT%{_mandir}/man1/
install -p -m644 wmix.1x $RPM_BUILD_ROOT%{_mandir}/man1/wmix.1
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc NEWS README AUTHORS BUGS sample.wmixrc COPYING
%{_bindir}/wmix
%{_mandir}/man1/wmix.1*
%changelog
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.1-3
- Autorebuild for GCC 4.3
* Fri Dec 28 2007 Patrice Dumas <pertusus@free.fr> 3.1-2
- keep timestamps
* Wed Aug 9 2006 Patrice Dumas <pertusus@free.fr> 3.1-1
- Initial Release