rpms/pidgin/devel pidgin.spec,1.11,1.12

Stu Tomlinson (nosnilmot) fedora-extras-commits at redhat.com
Sat May 5 04:33:02 UTC 2007


Author: nosnilmot

Update of /cvs/extras/rpms/pidgin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28326

Modified Files:
	pidgin.spec 
Log Message:
- Add perl-devel to BuildRequires



Index: pidgin.spec
===================================================================
RCS file: /cvs/extras/rpms/pidgin/devel/pidgin.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pidgin.spec	4 May 2007 17:11:26 -0000	1.11
+++ pidgin.spec	5 May 2007 04:32:27 -0000	1.12
@@ -22,10 +22,12 @@
 %define dbus_glib_splt		1
 # OPTION: Meanwhile integration (F7+)
 %define meanwhile_integration	1
+# OPTION: Perl devel separated out (F7+)
+%define perl_devel_separated    1
 
 Name:		pidgin
 Version:	2.0.0
-Release:	1%{?dist}
+Release:	1.1%{?dist}
 License:	GPL
 Group:		Applications/Internet
 URL:		http://pidgin.im/
@@ -129,6 +131,10 @@
 %if %{meanwhile_integration}
 BuildRequires:	meanwhile-devel
 %endif
+# Perl devel separated out (F7+)
+%if %{perl_devel_separated}
+BuildRequires:  perl-devel
+%endif
 
 
 %description
@@ -423,6 +429,9 @@
 
 
 %changelog
+* Sat May 5 2007 Stu Tomlinson <stu at nosnilmot.com> - 2.0.0-1.1
+- Add perl-devel to BuildRequires
+
 * Fri May 4 2007 Stu Tomlinson <stu at nosnilmot.com> - 2.0.0-1
 - 2.0.0
 - Add scriptlets to install & uninstall GConf schemas




More information about the fedora-extras-commits mailing list