rpms/mail-notification/devel mail-notification.spec,1.51,1.52

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Tue Mar 25 13:02:04 UTC 2008


Author: buc

Update of /cvs/extras/rpms/mail-notification/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25702

Modified Files:
	mail-notification.spec 
Log Message:



Index: mail-notification.spec
===================================================================
RCS file: /cvs/extras/rpms/mail-notification/devel/mail-notification.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- mail-notification.spec	24 Mar 2008 15:35:02 -0000	1.51
+++ mail-notification.spec	25 Mar 2008 13:01:25 -0000	1.52
@@ -1,13 +1,12 @@
 Name:           mail-notification
 Version:        5.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Status icon that informs you if you have new mail
 
 Group:          Applications/Internet
 License:        GPLv3+
 URL:            http://www.nongnu.org/mailnotify/
 Source0:        http://savannah.nongnu.org/download/mailnotify/mail-notification-%{version}.tar.bz2
-Patch0:         mail-notification-5.2-fedora-plugin-hint.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gettext
@@ -22,7 +21,8 @@
 BuildRequires:  gmime-devel >= 2.2.7
 BuildRequires:  gnome-keyring-devel
 BuildRequires:  perl-XML-Parser
-BuildRequires:  gob2
+# needed only when some .gob sources are changed, still not in rawhide...
+#BuildRequires:  gob2 >= 2.0.16
 BuildRequires:  evolution-devel 
 BuildRequires:  evolution-data-server-devel >= 1.5
 
@@ -53,8 +53,15 @@
 
 %prep
 %setup -q
-# drop this patch until gob2 >= 2.0.16 will appear...
-#%patch0 -p1 -b .patch0
+
+#  Drop #line statements in C sources generated bu .gob,
+#  for the proper debuginfo package
+pushd build/src
+for f in *.c *.h
+do
+    sed -i '/^#line / d' $f
+done
+popd
 
 
 %build
@@ -162,6 +169,10 @@
 
 
 %changelog
+* Tue Mar 25 2008 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.2-2
+- drop extra '#line" statements from pre-generated C sources
+  (needed for debuginfo package)
+
 * Mon Mar 24 2008 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.2-1
 - Upgrade to 5.2
 




More information about the fedora-extras-commits mailing list