diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..e195e21 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphan clean up diff --git a/sources b/sources deleted file mode 100644 index d36159a..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -62f6e86f7558f193e081dc29444a6699 wmix-3.1.tar.gz diff --git a/wmix.spec b/wmix.spec deleted file mode 100644 index 3428b19..0000000 --- a/wmix.spec +++ /dev/null @@ -1,58 +0,0 @@ -Name: wmix -Version: 3.1 -Release: 2%{?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: xorg-x11-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 -L%{_prefix}/X11R6/%{_lib}" - - -%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 -* Fri Dec 28 2007 Patrice Dumas 3.1-2 -- keep timestamps - -* Wed Aug 9 2006 Patrice Dumas 3.1-1 -- Initial Release -