Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Till Maas
c38f2d7b28 2015-01-23: Retired orphaned package, because it was orphaned for more than six weeks.
Reference: https://fedorahosted.org/epel/ticket/7
2015-01-23 18:39:21 +01:00
Fedora Release Engineering
113daff3f4 dist-git conversion 2010-07-29 15:23:04 +00:00
pertusus
f8114d12ae add nobranch file 2010-05-01 14:48:50 +00:00
Bill Nottingham
2bb6694f43 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:17:52 +00:00
pertusus
f18db38ef7 sync with devel 2007-12-28 16:56:21 +00:00
Dennis Gilmore
42541b1f7a Initialize branch EL-5 for wmix 2007-12-04 17:58:58 +00:00
5 changed files with 3 additions and 79 deletions

View file

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

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: wmix
# $Id$
NAME := wmix
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2015-01-23: Retired orphaned package, because it was orphaned for more than six weeks.
Reference: https://fedorahosted.org/epel/ticket/7

View file

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

View file

@ -1,56 +0,0 @@
Name: wmix
Version: 3.1
Release: 1%{?dist}
Summary: Dockapp mixer
Group: User Interface/X
License: GPL
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=
%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 -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
* Wed Aug 9 2006 Patrice Dumas <pertusus@free.fr> 3.1-1
- Initial Release