rpms/solang/devel solang.spec,1.22,1.23

Hicham HAOUARI hicham at fedoraproject.org
Wed Jul 14 12:12:56 UTC 2010


Author: hicham

Update of /cvs/pkgs/rpms/solang/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17895

Modified Files:
	solang.spec 
Log Message:



Index: solang.spec
===================================================================
RCS file: /cvs/pkgs/rpms/solang/devel/solang.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- solang.spec	14 Jul 2010 11:56:32 -0000	1.22
+++ solang.spec	14 Jul 2010 12:12:56 -0000	1.23
@@ -1,11 +1,13 @@
 %define git 0
 
+%define brasero 0
+
 %if %{git}
 %define	commit	5e1f2d624507af33304db75fcf9c81373ca67748
 %define commitdate 
 %endif
 
-%define rel 8
+%define rel 9
 
 %define major 0.4
 %define minor 1
@@ -40,7 +42,9 @@ BuildRequires:	gtkmm24-devel >= 2.8
 BuildRequires:	desktop-file-utils
 BuildRequires:	babl-devel
 BuildRequires:	geglmm-devel >= 0.1.0
+%if %{brasero}
 BuildRequires:	brasero-devel >= 2.28.3
+%endif
 BuildRequires:	tracker-devel >= 0.8.0
 BuildRequires:	gnome-doc-utils >= 0.4.2
 BuildRequires:	libarchive-devel >= 2.8.0
@@ -80,7 +84,11 @@ gnome-autogen.sh
 	--enable-maintainer-mode		\
 %endif
 	--docdir=%{_docdir}/%{name}-%{version}	\
-	--enable-brasero-exporter
+%if %{brasero}
+	--enable-brasero-exporter  \
+%else
+	--disable-brasero-exporter \
+%endif
 make %{?smp_flags}
 
 %install
@@ -115,8 +123,8 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/gnome/help/%{name}
 
 %changelog
-* Thu Jul 14 2010 Hicham HAOUARI <hicham.haouari at gmail.com> - 0.4.1-8
-- Rebuild against new brasero
+* Thu Jul 14 2010 Hicham HAOUARI <hicham.haouari at gmail.com> - 0.4.1-9
+- Disable brasero exporter
 
 * Thu Jun 10 2010 MAtthias Clasen <mclasen at redhat.com> - 0.4.1-7
 - Rebuild against new brasero



More information about the scm-commits mailing list