rpms/flumotion/devel flumotion.spec,1.13,1.14

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Fri Apr 11 11:13:55 UTC 2008


Author: alexlan

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

Modified Files:
	flumotion.spec 
Log Message:
- Override epydoc option as --ignore-param-mismatch appears not to be
  supported by the version 3 of epydoc in F-9.
- Fix License tag: GPLv2.



Index: flumotion.spec
===================================================================
RCS file: /cvs/pkgs/rpms/flumotion/devel/flumotion.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- flumotion.spec	7 Mar 2008 09:32:15 -0000	1.13
+++ flumotion.spec	11 Apr 2008 11:13:10 -0000	1.14
@@ -6,11 +6,11 @@
 
 Name:           flumotion
 Version:        0.4.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Flumotion - the Fluendo Streaming Server
 
 Group:          Applications/Internet
-License:	GPL
+License:	GPLv2
 URL:            http://www.flumotion.net/
 Source:         http://www.flumotion.net/src/flumotion/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -75,7 +75,7 @@
 %build
 %configure
 
-make
+make EPYDOC_ARGS"= -q --no-frames --html"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -253,7 +253,13 @@
 %{_sysconfdir}/rc.d/init.d/flumotion
 
 %changelog
-* Fri Mar 07 2008 Thomas Vander Stichele <thomas at apestaart dot org>
+* Fri Apr 11 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.4.2-5
+- Override epydoc option as --ignore-param-mismatch appears not to be 
+  supported by the version 3 of epydoc in F-9.
+- Fix License tag: GPLv2.
+
+* Fri Mar 07 2008 Thomas Vander Stichele <thomas at apestaart dot org> 
+- 0.4.2-4
 - Change pycrypto dependency to python-crypto, which is the actual package name 
 
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.4.2-3




More information about the fedora-extras-commits mailing list