rpms/arts/devel arts.spec,1.74,1.75

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Aug 3 10:41:15 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/arts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32319

Modified Files:
	arts.spec 
Log Message:
* Fri Aug 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:1.5.7-5
- omit extention_loader patch (for now anyway), removes boost dep
- License: LGPLv2+



Index: arts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/arts/devel/arts.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- arts.spec	27 Jun 2007 11:30:50 -0000	1.74
+++ arts.spec	3 Aug 2007 10:40:42 -0000	1.75
@@ -9,9 +9,9 @@
 Group:   System Environment/Daemons
 Epoch:   8
 Version: 1.5.7
-Release: 4%{?dist}
+Release: 5%{?dist}
 
-License: LGPL
+License: LGPLv2+
 Url: http://www.kde.org
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
@@ -31,8 +31,8 @@
 # http://bugs.kde.org/139445
 # http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/arts-extension_loader.patch?rev=1.2
 #Patch139445: arts-extension_loader.patch
-Patch139445: arts-1.5.5-kde#139445.patch
-BuildRequires: boost-devel
+#Patch139445: arts-1.5.5-kde#139445.patch
+#BuildRequires: boost-devel
 
 BuildRequires: qt-devel 
 ## Shouldn't be necessary, but some folks won't upgrade, unless we stiff-arm them.  (-;
@@ -96,7 +96,8 @@
 %patch93359 -p1 -b .libtool-shlibext
 # experimental libtool patches
 %patch101 -p1 -b .dlopenext
-%patch139445 -p1 -b .kde#139445
+# disable, for now anyway
+#patch139445 -p1 -b .kde#139445
 
 %if %{make_cvs}
   make -f admin/Makefile.common cvs
@@ -167,7 +168,8 @@
 
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
+%doc COPYING.LIB
 %dir %{_libdir}/mcop
 %dir %{_libdir}/mcop/Arts
 %{_libdir}/mcop/Arts/*
@@ -184,7 +186,7 @@
 %{_bindir}/artswrapper
 
 %files devel
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_bindir}/mcopidl
 %dir %{_includedir}/kde
 %{_includedir}/kde/arts
@@ -195,6 +197,10 @@
 
 
 %changelog
+* Fri Aug 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:1.5.7-5
+- omit extention_loader patch (for now anyway), removes boost dep
+- License: LGPLv2+
+
 * Wed Jun 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 6:1.5.7-4
 - own %%_includedir/kde (#245909)
 




More information about the scm-commits mailing list