rpms/bouml/F-8 bouml.spec,1.15,1.16

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Sat Apr 5 19:41:14 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/bouml/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13780

Modified Files:
	bouml.spec 
Log Message:
* Sun Apr 06 2008 Debarshi Ray <rishi at fedoraproject.org> - 4.2-2
- Replaced 'BuildRequires: qt-devel' with 'Buildrequires: qt3-devel' on all
  distributions starting from Fedora 9. Closes Red Hat Bugzilla bug #440750.



Index: bouml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bouml/F-8/bouml.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- bouml.spec	22 Feb 2008 17:54:39 -0000	1.15
+++ bouml.spec	5 Apr 2008 19:40:36 -0000	1.16
@@ -6,7 +6,7 @@
 Summary:	UML2 tool box to specify and generate code in C++, Java, IDL, PHP and Python
 Name:		bouml
 Version:	4.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2+
 Group:		Development/Tools
 URL:		http://bouml.free.fr/
@@ -17,7 +17,12 @@
 Requires:	hicolor-icon-theme
 
 BuildRequires:	desktop-file-utils
+
+%if 0%{?fc7}%{?fc8}
 BuildRequires:	qt-devel
+%else
+BuildRequires:	qt3-devel
+%endif
 
 %description
 BOUML is a Unified Modeling Language editor for Qt. You can use it to create
@@ -105,6 +110,10 @@
 %{_libdir}/%{name}/*
 
 %changelog
+* Sun Apr 06 2008 Debarshi Ray <rishi at fedoraproject.org> - 4.2-2
+- Replaced 'BuildRequires: qt-devel' with 'Buildrequires: qt3-devel' on all
+  distributions starting from Fedora 9. Closes Red Hat Bugzilla bug #440750.
+
 * Fri Feb 22 2008 Debarshi Ray <rishi at fedoraproject.org> - 4.2-1
 - Version bump to 4.2. Closes Red Hat Bugzilla bug #434284.
 - Introduced PHP support.




More information about the fedora-extras-commits mailing list