]> git.pld-linux.org Git - packages/arts.git/blobdiff - arts.spec
- the official release is next monday, till this time please test it.
[packages/arts.git] / arts.spec
index 232420dfe094b7662ad16794bc048153919d2baa..535251970eaf3a8fcee73ad1f2ad895daabb0eb3 100644 (file)
--- a/arts.spec
+++ b/arts.spec
@@ -1,29 +1,26 @@
 #
-# TODO: consider:
-# - separating artsc and its -devel? (but what are artsc deps?)
-#
 # Conditional build:
 %bcond_without alsa    # disable ALSA support
 %bcond_with    nas     # enable NAS support
 #
-
-%define                _state          snapshots
-%define                _ver            1.2.0
-%define                _snap           040104
-
+%define                _state          stable
+%define                _ver            1.2.3
+#%%define              _snap           040110
+%define                _kdever         3.2.3
+#
 Summary:       aRts sound server
 Summary(pl):   Serwer d¼wiêku
 Summary(pt_BR):        Servidor de sons usado pelo KDE
 Name:          arts
-Version:       %{_ver}.%{_snap}
-Release:       1
-Epoch:         12
+Version:       %{_ver}
+Release:       0.1
+Epoch:         13
 License:       LGPL
 Group:         Libraries
-#Source0:      ftp://ftp.kde.org/pub/kde/%{_state}/%{name}-%{_ver}.tar.bz2
-Source0:       http://ep09.pld-linux.org/~djurban/kde/%{name}-%{_snap}.tar.bz2
-# Source0-md5: 36606412608b4c1683d0f583dfd8e3c6
-Patch0:                kde-common-am18.patch
+#Source0:      http://download.kde.org/%{_state}/%{_kdever}/src/%{name}-%{_ver}.tar.bz2
+Source0:        http://ep09.pld-linux.org/~djurban/kde/%{name}-%{version}.tar.bz2
+# Source0-md5: fca8a9ec7538c4fe8e4c79767bb2a7e8
+# http://download.kde.org/stable/3.2.1/src/arts-1.2.1.tar.bz2
 URL:           http://www.kde.org/
 %{?with_alsa:BuildRequires:    alsa-lib-devel}
 BuildRequires: audiofile-devel
@@ -38,6 +35,7 @@ BuildRequires:        libtool >= 2:1.5-2
 BuildRequires: libvorbis-devel
 %{?with_nas:BuildRequires:     nas-devel}
 BuildRequires: pkgconfig
+BuildRequires: unsermake >= 040511
 BuildRequires: qt-devel >= 6:3.2.1-4
 Obsoletes:     arts-glib
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -83,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
@@ -143,11 +140,12 @@ Development files for qtmcop library.
 Pliki programistyczne dla biblioteki qtmcop.
 
 %prep
-%setup -q -n %{name}-%{_snap}
-%patch0 -p0
+# qboosh leave it this way, 'cause its easier to change to snap later
+%setup -q -n %{name}-%{version}
 
 %build
 cp /usr/share/automake/config.sub admin
+export UNSERMAKE=/usr/share/unsermake/unsermake
 %{__make} -f admin/Makefile.common cvs
 
 %configure \
@@ -168,7 +166,7 @@ rm -rf $RPM_BUILD_ROOT
 
 # Debian manpages
 install -d $RPM_BUILD_ROOT%{_mandir}/man1
-cd debian
+cd debian/man
 for f in *.sgml ; do
        base="$(basename $f .sgml)"
        upper="$(echo ${base} | tr a-z A-Z)"
This page took 0.048764 seconds and 4 git commands to generate.