rpms/arts/FC-4 arts.spec,1.43,1.44 sources,1.23,1.24

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 6 13:05:45 UTC 2006


Author: than

Update of /cvs/dist/rpms/arts/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv14019

Modified Files:
	arts.spec sources 
Log Message:
update to 1.5.2



Index: arts.spec
===================================================================
RCS file: /cvs/dist/rpms/arts/FC-4/arts.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- arts.spec	27 Jan 2006 12:47:04 -0000	1.43
+++ arts.spec	6 Apr 2006 13:04:59 -0000	1.44
@@ -9,7 +9,7 @@
 
 %define make_cvs 1
 
-Version: 1.5.1
+Version: 1.5.2
 Release: 0.1.fc4
 Summary: aRts (analog realtime synthesizer) - the KDE sound system
 Name: arts
@@ -97,7 +97,7 @@
 
 %build
 unset QTDIR && . /etc/profile.d/qt.sh
-FLAGS="$RPM_OPT_FLAGS"
+FLAGS="%{optflags}"
 export CXXFLAGS="$FLAGS"
 export CFLAGS="$FLAGS"
 export PATH=`pwd`:$PATH
@@ -127,20 +127,18 @@
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 export PATH=`pwd`:$PATH
-export DESTDIR=$RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
-chmod a+x $RPM_BUILD_ROOT%{_libdir}/*
+make DESTDIR=%{buildroot} install
 
 # work around for rpm bug on s390x
 %ifarch s390x
-strip $RPM_BUILD_ROOT%{_bindir}/mcopidl
+strip %{buildroot}%{_bindir}/mcopidl
 %endif
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post -p /sbin/ldconfig
 
@@ -172,6 +170,9 @@
 %{_bindir}/artsc-config
 
 %changelog
+* Thu Apr 06 2006 Than Ngo <than at redhat.com> 1.5.2-0.1.fc4
+- update to 1.5.2
+
 * Fri Jan 27 2006 Than Ngo <than at redhat.com> 8:1.5.1-0.1.fc4
 - 1.5.1
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/arts/FC-4/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources	27 Jan 2006 12:48:00 -0000	1.23
+++ sources	6 Apr 2006 13:05:15 -0000	1.24
@@ -1 +1 @@
-71c4996de36aa7f8726e54bb3d5bf059  arts-1.5.1.tar.bz2
+e1eb7969ea16aab2bdd9d1a9736d6af3  arts-1.5.2.tar.bz2




More information about the fedora-cvs-commits mailing list