jreznik pushed to arts (epel7). "auto-import changelog data from arts-1.0.2-5.src.rpm (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:05:34 UTC 2015


>From f6b8c10b8770bfcbfa6b690ec3744cba0d5048b4 Mon Sep 17 00:00:00 2001
From: cvsdist <cvsdist at fedoraproject.org>
Date: Thu, 9 Sep 2004 03:03:52 +0000
Subject: auto-import changelog data from arts-1.0.2-5.src.rpm Sat Aug 10 2002
 Elliot Lee <sopwith at redhat.com> - rebuilt with gcc-3.2 (we hope) Wed Aug 07
 2002 Bernhard Rosenkraenzer <bero at redhat.com> 1.0.2-4 - Update to current
 KDE_3_0_BRANCH, should be pretty much the same as 1.0.3 Mon Jul 22 2002 Tim
 Powers <timp at redhat.com> 1.0.2-3 - rebuild using gcc-3.2-0.1 Mon Jul 22 2002
 Than Ngo <than at redhat.com> 1.0.2-2 - Added some major bugfixes from 1.0.3 Tue
 Jul 02 2002 Bernhard Rosenkraenzer <bero at redhat.com> 1.0.2-1 - 1.0.2 Fri Jun
 21 2002 Tim Powers <timp at redhat.com> - automated rebuild Thu Jun 06 2002 Than
 Ngo <than at redhat.com> 1.0.1-5 - rebuild Wed May 29 2002 Bernhard
 Rosenkraenzer <bero at redhat.com> 1.0.1-4 - Source qt.sh Tue May 28 2002
 Bernhard Rosenkraenzer <bero at redhat.com> 1.0.1-3 - Increase release number by
 2 to work around build system breakage Thu May 09 2002 Bernhard Rosenkraenzer
 <bero at redhat.com> 1.0.1-1 - 1.0.1 Tue May 07 2002 Bernhard Rosenkraenzer
 <bero at redhat.com> 1.0.0-6 - Update to current KDE_3_0_BRANCH Thu May 02 2002
 Than Ngo <than at redhat.com> 1.0.0-5 - rebuild in against
 gcc-3.1-0.26/qt-3.0.3-12


diff --git a/.cvsignore b/.cvsignore
index 95a355c..48902ae 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-arts-1.0.0.tar.bz2
+arts-20020807.tar.bz2
diff --git a/arts.spec b/arts.spec
index 648f600..c884748 100644
--- a/arts.spec
+++ b/arts.spec
@@ -1,26 +1,26 @@
 %define is_release 1
 %define beta %{nil}
-%define rel 4
+%define rel 5
 %define debug 0
-%define DATE 20020326
-Version: 1.0.0
+%define DATE 20020807
+Version: 1.0.2
 %define ver %{version}%{beta}
 Summary: aRts (analog realtime synthesizer) - the KDE sound system
-%if %{is_release}
-Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/distribution/tar/generic/source/%{name}-%{ver}.tar.bz2
-%else
+#%if %{is_release}
+#Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/distribution/tar/generic/source/%{name}-%{ver}.tar.bz2
+#%else
 Source: cvs://cvs.kde.org/%{name}-%{DATE}.tar.bz2
-%endif
+#%endif
 Name: arts
 Epoch: 7
 %if %{is_release}
 %if "%{beta}" != ""
-Release: 0.%{beta}.%{rel}
+Release: 1.%{beta}.%{rel}
 %else
 Release: %{rel}
 %endif
 %else
-Release: 0.cvs%{DATE}.%{rel}
+Release: 1.cvs%{DATE}.%{rel}
 %endif
 Group: System Environment/Daemons
 License: LGPL
@@ -28,9 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-buildroot
 Requires: audiofile
 Obsoletes: kdelibs-sound
 Provides: kdelibs-sound
-BuildRequires: autoconf253 automake15 qt-devel >= 3.0.3-10
-Source900: gccver.c
-Provides: libartscbackend.so.0 libartsflow_idl.so.1 libartsflow.so.1 libartswavplayobject.so.0 libgmcop.so.1 libkmedia2_idl.so.1 libkmedia2.so.1 libmcop_mt.so.1 libmcop.so.1 libqtmcop.so.1 libsoundserver_idl.so.1 libx11globalcomm.so.1
+BuildRequires: autoconf >= 2.53 automake15 qt-devel >= 3.0.3-10
 
 %description
 arts (analog real-time synthesizer) is the sound system of KDE 3.
@@ -69,15 +67,13 @@ KDE applications using sound).
 %prep
 rm -rf $RPM_BUILD_ROOT
 
-%if %{is_release}
-%setup -q -n %{name}-%{ver}
-%else
+#%if %{is_release}
+#%setup -q -n %{name}-%{ver}
+#%else
 %setup -q -n %{name}
-%endif
+#%endif
 
 # Workaround for legacy auto* tools
-[ -x /usr/bin/autoconf-2.5? ] && ln -s /usr/bin/autoconf-2.5? autoconf
-[ -x /usr/bin/autoheader-2.5? ] && ln -s /usr/bin/autoheader-2.5? autoheader
 [ -x /usr/bin/aclocal-1.5 ] && ln -s /usr/bin/aclocal-1.5 aclocal
 [ -x /usr/bin/automake-1.5 ] && ln -s /usr/bin/automake-1.5 automake
 export PATH=`pwd`:$PATH
@@ -88,6 +84,7 @@ make -f Makefile.cvs || :
 %build
 export PATH=`pwd`:$PATH
 export FLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions -fno-check-new -D_GNU_SOURCE"
+unset QTDIR || : ; . /etc/profile.d/qt.sh
 
 CXXFLAGS="$FLAGS" CFLAGS="$FLAGS" ./configure \
 	--prefix=%{_prefix} \
@@ -95,56 +92,14 @@ CXXFLAGS="$FLAGS" CFLAGS="$FLAGS" ./configure \
 	--enable-final \
 	--includedir=%{_includedir}/kde
 
-gcc -o gccver %{SOURCE900}
-if [ "0`./gccver`" -lt 3001 ]; then
-	find . -name Makefile |xargs perl -pi -e "s,^CXXLD\s*=.*,\$& -release gcc`./gccver -v`,g"
-fi
-
 make %{?_smp_mflags}
 
 %install
 export PATH=`pwd`:$PATH
 export DESTDIR=$RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
-
-export FLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions -fno-check-new"
-CXXFLAGS="$FLAGS" CFLAGS="$FLAGS" ./configure \
-	--prefix=%{_prefix} \
-	--enable-static \
-	--disable-debug \
-	--disable-shared \
-	--enable-final
-
-cd artsc
-make clean
-make
-install -m 644 .libs/libartsc.a $RPM_BUILD_ROOT%{_libdir}
-cd ..
-
 chmod a+x $RPM_BUILD_ROOT%{_libdir}/*
 
-
-# Set symlinks for files we renamed because of compiler ABI issues
-if [ "0`./gccver`" -lt 3001 ]; then
-        REL="gcc`./gccver -v`"
-	solink() {
-		sover=$1
-		somajor=`echo $sover |sed -e "s,\..*,,"`
-		shift
-		for i in $@; do
-			if [ -e $RPM_BUILD_ROOT/%{_libdir}/lib${i}-${REL}.so ]; then
-				ln -s lib${i}-${REL}.so $RPM_BUILD_ROOT/%{_libdir}/lib${i}.so.${sover}
-				ln -s lib${i}-${REL}.so $RPM_BUILD_ROOT/%{_libdir}/lib${i}.so.${somajor}
-			elif [ -e $RPM_BUILD_ROOT%{_libdir}/lib${i}-${REL}.so.? ]; then
-				ln -s `basename $RPM_BUILD_ROOT%{_libdir}/lib${i}-${REL}.so.?` $RPM_BUILD_ROOT/%{_libdir}/lib${i}.so.${sover}
-				ln -s `basename $RPM_BUILD_ROOT%{_libdir}/lib${i}-${REL}.so.?` $RPM_BUILD_ROOT/%{_libdir}/lib${i}.so.${somajor}
-			fi
-		done
-	}
-	solink 0.0.0 artscbackend artswavplayobject
-	solink 1.0.0 artsflow artsflow_idl gmcop kmedia2_idl kmedia2 mcop mcop_mt qtmcop soundserver_idl x11globalcomm
-fi
-
 %clean
 # rm -rf $RPM_BUILD_ROOT
 
@@ -179,10 +134,46 @@ fi
 %{_bindir}/mcopidl
 %{_includedir}/kde/arts
 %{_includedir}/kde/artsc
-%{_libdir}/libartsc.a
 %{_bindir}/artsc-config
 
 %changelog
+* Sat Aug 10 2002 Elliot Lee <sopwith at redhat.com>
+- rebuilt with gcc-3.2 (we hope)
+
+* Wed Aug  7 2002 Bernhard Rosenkraenzer <bero at redhat.com> 1.0.2-4
+- Update to current KDE_3_0_BRANCH, should be pretty much the same
+  as 1.0.3
+
+* Mon Jul 22 2002 Tim Powers <timp at redhat.com> 1.0.2-3
+- rebuild using gcc-3.2-0.1
+
+* Mon Jul 22 2002 Than Ngo <than at redhat.com> 1.0.2-2
+- Added some major bugfixes from 1.0.3
+
+* Tue Jul  2 2002 Bernhard Rosenkraenzer <bero at redhat.com> 1.0.2-1
+- 1.0.2
+
+* Fri Jun 21 2002 Tim Powers <timp at redhat.com>
+- automated rebuild
+
+* Thu Jun 06 2002 Than Ngo <than at redhat.com> 1.0.1-5
+- rebuild
+
+* Wed May 29 2002 Bernhard Rosenkraenzer <bero at redhat.com> 1.0.1-4
+- Source qt.sh
+
+* Tue May 28 2002 Bernhard Rosenkraenzer <bero at redhat.com> 1.0.1-3
+- Increase release number by 2 to work around build system breakage
+
+* Fri May  9 2002 Bernhard Rosenkraenzer <bero at redhat.com> 1.0.1-1
+- 1.0.1
+
+* Wed May  7 2002 Bernhard Rosenkraenzer <bero at redhat.com> 1.0.0-6
+- Update to current KDE_3_0_BRANCH
+
+* Thu May 02 2002 Than Ngo <than at redhat.com> 1.0.0-5
+- rebuild in against gcc-3.1-0.26/qt-3.0.3-12
+
 * Wed Apr 17 2002 Bernhard Rosenkraenzer <bero at redhat.com> 1.0.0-4
 - Fix dangling symlink
 
diff --git a/sources b/sources
index 850245b..47d6419 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6bcbd969769550668d717cdc1d9081f9  arts-1.0.0.tar.bz2
+0ba23f13e922fd471a2711429c66186d  arts-20020807.tar.bz2
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/arts.git/commit/?h=epel7&id=f6b8c10b8770bfcbfa6b690ec3744cba0d5048b4


More information about the scm-commits mailing list