SPECS: gtkdialog.spec - added patch to resolve name conflict of 'signal' ty...

emes emes at pld-linux.org
Mon Nov 10 12:40:11 CET 2008


Author: emes                         Date: Mon Nov 10 11:40:11 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added patch to resolve name conflict of 'signal' type
- find also uncompressed info page

---- Files affected:
SPECS:
   gtkdialog.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/gtkdialog.spec
diff -u SPECS/gtkdialog.spec:1.2 SPECS/gtkdialog.spec:1.3
--- SPECS/gtkdialog.spec:1.2	Mon Nov 10 12:28:47 2008
+++ SPECS/gtkdialog.spec	Mon Nov 10 12:40:06 2008
@@ -4,11 +4,12 @@
 Summary(pl.UTF-8):	Narzędzie do szybkiego i łatwego budowania interfejsów graficznych
 Name:		gtkdialog
 Version:	0.7.9
-Release:	1
+Release:	2
 License:	GPL
 Group:		Applications
 Source0:	ftp://linux.pte.hu/pub/%{name}/%{name}-%{version}.tar.gz
 # Source0-md5:	e0eebb5a1d2301738c34c8b5b692cf7a
+Patch0:		%{name}-name_conflict.patch
 URL:		http://linux.pte.hu/~pipas/gtkdialog/
 BuildRequires:	libglade2-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -29,8 +30,13 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -47,7 +53,7 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(777,root,root) %{_bindir}/%{name}
-%{_infodir}/%{name}.info.gz
+%{_infodir}/%{name}.info*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -55,6 +61,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008/11/10 11:40:06  emes
+- added patch to resolve name conflict of 'signal' type
+- find also uncompressed info page
+
 Revision 1.2  2008/11/10 11:28:47  emes
 - removed garbage which came from template.spec
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gtkdialog.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list