rpms/e16-keyedit/devel e16keyedit-0.6-dso.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 e16-keyedit.spec, 1.3, 1.4 sources, 1.2, 1.3

terjeros terjeros at fedoraproject.org
Sun Feb 14 18:53:34 UTC 2010


Author: terjeros

Update of /cvs/pkgs/rpms/e16-keyedit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28872

Modified Files:
	.cvsignore e16-keyedit.spec sources 
Added Files:
	e16keyedit-0.6-dso.patch 
Log Message:
* Sun Feb 14 2010 Terje Rosten <terjeros at phys.ntnu.no> - 0.6-1
- 0.6
- Add DSO patch


e16keyedit-0.6-dso.patch:
 configure.ac |    4 ++++
 1 file changed, 4 insertions(+)

--- NEW FILE e16keyedit-0.6-dso.patch ---
diff -up e16keyedit-0.6/configure.ac~ e16keyedit-0.6/configure.ac
--- e16keyedit-0.6/configure.ac~	2009-05-15 18:44:26.000000000 +0200
+++ e16keyedit-0.6/configure.ac	2010-02-14 19:46:49.010247074 +0100
@@ -36,6 +36,10 @@ else
 	fi
 fi
 
+PKG_CHECK_MODULES(X, x11)
+CFLAGS="$CFLAGS $X_CFLAGS"
+LIBS="$LIBS $X_LIBS"
+
 AC_SUBST(ENABLE_GTK2)
 
 dnl Checks for header files.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/e16-keyedit/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	22 Oct 2008 17:18:11 -0000	1.2
+++ .cvsignore	14 Feb 2010 18:53:34 -0000	1.3
@@ -1 +1 @@
-e16keyedit-0.5.tar.gz
+e16keyedit-0.6.tar.gz


Index: e16-keyedit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/e16-keyedit/devel/e16-keyedit.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- e16-keyedit.spec	24 Jul 2009 20:44:21 -0000	1.3
+++ e16-keyedit.spec	14 Feb 2010 18:53:34 -0000	1.4
@@ -2,13 +2,15 @@
 
 Summary:        GUI for editing keybindings in Enlightenment, DR16
 Name:           e16-keyedit
-Version:        0.5
-Release:        5%{?dist}
+Version:        0.6
+Release:        1%{?dist}
 License:        MIT with advertising
 Group:          User Interface/Desktops
 URL:            http://www.enlightenment.org/
-Source:         http://downloads.sourceforge.net/enlightenment/%{oname}-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/enlightenment/e16keyedit-%{version}.tar.gz
+Patch0:         e16keyedit-0.6-dso.patch
 BuildRequires:  gtk2-devel desktop-file-utils
+BuildRequires:  automake autoconf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       e16 >= 0.16.8
 
@@ -18,8 +20,12 @@ keybindings in Enlightenment, DR16.
 
 %prep
 %setup -q -n %{oname}-%{version}
+%patch0 -p1
 
 %build
+aclocal
+automake
+autoconf
 %configure
 %{__make} %{?_smp_mflags}
 %{__cat} <<EOF > %{name}.desktop
@@ -50,6 +56,10 @@ desktop-file-install --vendor=fedora \
 %{_datadir}/applications/fedora-%{name}.desktop
 
 %changelog
+* Sun Feb 14 2010 Terje Rosten <terjeros at phys.ntnu.no> - 0.6-1
+- 0.6
+- Add DSO patch
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/e16-keyedit/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	22 Oct 2008 17:18:11 -0000	1.2
+++ sources	14 Feb 2010 18:53:34 -0000	1.3
@@ -1 +1 @@
-6d3fe2bb93f81403f33384616bffc204  e16keyedit-0.5.tar.gz
+6ea1982518d5f76bb1a59a77cf3b8bca  e16keyedit-0.6.tar.gz



More information about the scm-commits mailing list