rpms/wmix/devel wmix.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Sat Sep 2 08:14:06 UTC 2006


Author: pertusus

Update of /cvs/extras/rpms/wmix/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20602/devel

Modified Files:
	.cvsignore sources 
Added Files:
	wmix.spec 
Log Message:
auto-import wmix-3.1-1 on branch devel from wmix-3.1-1.src.rpm


--- NEW FILE wmix.spec ---
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 at free.fr> 3.1-1
- Initial Release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wmix/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Sep 2006 08:13:33 -0000	1.1
+++ .cvsignore	2 Sep 2006 08:14:06 -0000	1.2
@@ -0,0 +1 @@
+wmix-3.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wmix/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Sep 2006 08:13:33 -0000	1.1
+++ sources	2 Sep 2006 08:14:06 -0000	1.2
@@ -0,0 +1 @@
+62f6e86f7558f193e081dc29444a6699  wmix-3.1.tar.gz




More information about the fedora-extras-commits mailing list