]> git.pld-linux.org Git - packages/aumix.git/commitdiff
- modified for aumix 1.17
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 9 Feb 1999 13:27:38 +0000 (13:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aumix.spec -> 1.1

aumix.spec [new file with mode: 0644]

diff --git a/aumix.spec b/aumix.spec
new file mode 100644 (file)
index 0000000..b68bdf2
--- /dev/null
@@ -0,0 +1,91 @@
+Summary:       curses based audio mixer
+Summary(pl):   mikser audio bazuj±cy na curses
+Name:          aumix
+Version:       1.17
+Release:       1d
+Vendor:                Trevor Johnson <trevor@jpj.net>
+Source:                %{name}-%{version}.tar.gz
+Group:         Applications/Sound
+Group(pl):     Aplikacje/D¼wiêk
+Copyright:     GPL
+URL:           http://www.jpj.net/~trevor/aumix.html
+BuildRoot:     /tmp/buildroot-%{name}-%{version}
+
+%description
+This program provides a tty based, interactive method of controlling a
+sound cards mixer. It lets you adjust the input levels from the CD,
+microphone, and on board synthesizers as well as the output volume.
+
+%description -l pl
+Ten program przynosi bazuj±c± na tty, interaktywn± metodê kontrolowania
+miksera karty d¼wiêkowej. aumix pozwala zmieniaæ poziom sygna³u
+nadchodz±cego z CD, mikrofonu i syntetyzerów tak samo jak poziom
+sygna³u wyj¶ciowego.
+
+%prep
+%setup -q
+
+%build
+CFLAGS=$RPM_OPT_FLAGS LDFLAGS=-s \
+./configure --prefix=/usr
+
+make CFLAGS="$RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make prefix="$RPM_BUILD_ROOT/usr" install
+
+strip $RPM_BUILD_ROOT/usr/bin/*
+
+bzip2 -9 $RPM_BUILD_ROOT/usr/man/man1/* AUTHORS BUGS ChangeLog NEWS README 
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.bz2
+
+%attr(755,root,root) /usr/bin/aumix
+%attr(644,root, man) /usr/man/man1/*
+
+%lang(de) /usr/share/locale/de/LC_MESSAGES/aumix.mo
+%lang(pl) /usr/share/locale/pl/LC_MESSAGES/aumix.mo
+%lang(es) /usr/share/locale/es/LC_MESSAGES/aumix.mo
+%lang(pt) /usr/share/locale/pt_BR/LC_MESSAGES/aumix.mo
+%lang(ru) /usr/share/locale/ru/LC_MESSAGES/aumix.mo
+%lang(ua) /usr/share/locale/ua/LC_MESSAGES/aumix.mo
+
+%changelog
+* Tue Feb 09 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
+  [1.17-1d]
+- new upstream release
+- removed patches
+
+* Mon Feb 01 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
+  [1.15-1d]
+- new upstream release
+- now 755 mode instead 711 on binary
+- added URL
+
+* Wed Oct 07 1998 Arkadiusz Mi¶kiewicz <misiek@zsz2.starachowice.pl>
+- corrected vendor
+- few changes for PLD
+- patch for slang (ncurses is bad thing ;)
+- added %%lang macro
+- added configure.in patch
+
+* Thu Aug 06 1998 Arkadiusz Mi¶kiewicz <misiek@debian.eu.org>
+- updated to 1.10
+- added polish summary and description
+- added small autoconf patch
+
+* Tue Jul 28 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
+- updated to 1.9.4
+
+* Wed Jul 22 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
+- updated to 1.9.3
+
+* Tue Jul 21 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
+- new aumix version
This page took 0.035695 seconds and 4 git commands to generate.