From 73a79a83f8d09a70faef96c791ed7a28f5744b10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Sikora?= Date: Wed, 21 Apr 2004 09:18:08 +0000 Subject: [PATCH] - updated to 1.2.2. Changed files: arts.spec -> 1.74 --- arts.spec | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/arts.spec b/arts.spec index 50e2617..98cf43b 100644 --- a/arts.spec +++ b/arts.spec @@ -3,13 +3,11 @@ %bcond_without alsa # disable ALSA support %bcond_with nas # enable NAS support # - %define _state stable -%define _ver 1.2.1 +%define _ver 1.2.2 #%%define _snap 040110 - -%define _kdever 3.2.1 - +%define _kdever 3.2.2 +# Summary: aRts sound server Summary(pl): Serwer d¼wiêku Summary(pt_BR): Servidor de sons usado pelo KDE @@ -38,6 +36,7 @@ BuildRequires: libvorbis-devel %{?with_nas:BuildRequires: nas-devel} BuildRequires: pkgconfig BuildRequires: qt-devel >= 6:3.2.1-4 +BuildRequires: unsermake Obsoletes: arts-glib BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -82,10 +81,9 @@ arts. %description devel -l pt_BR Arquivos para desenvolvimento com o o aRts. -# separate from arts-devel because they are mostly independent and have very -# different deps -# there is no artsc base - it would be small and would require arts - so there -# is no reason to separate +# separate from arts-devel because they are mostly independent and +# have very # different deps there is no artsc base - it would be +# small and would require arts - so there is no reason to separate %package -n artsc-devel Summary: Development files for artsc libraries Summary(pl): Pliki programistyczne bibliotek artsc @@ -147,7 +145,7 @@ Pliki programistyczne dla biblioteki qtmcop. %build cp /usr/share/automake/config.sub admin -%{__make} -f admin/Makefile.common cvs +export UNSERMAKE=/usr/share/unsermake/unsermake %configure \ %{!?with_nas:ac_cv_header_audio_audiolib_h=no} \ @@ -167,8 +165,8 @@ rm -rf $RPM_BUILD_ROOT # Debian manpages install -d $RPM_BUILD_ROOT%{_mandir}/man1 -cd debian -for f in man/*.sgml ; do +cd debian/man +for f in *.sgml ; do base="$(basename $f .sgml)" upper="$(echo ${base} | tr a-z A-Z)" db2man $f -- 2.44.0