diff --git a/.cvsignore b/.cvsignore index 071e603..681a30b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -e16-1.0.1.tar.gz +e16-1.0.2.tar.gz diff --git a/e16-1.0.2-dso.patch b/e16-1.0.2-dso.patch new file mode 100644 index 0000000..ded21f5 --- /dev/null +++ b/e16-1.0.2-dso.patch @@ -0,0 +1,12 @@ +diff -up e16-1.0.2/src/Makefile.in~ e16-1.0.2/src/Makefile.in +--- e16-1.0.2/src/Makefile.in~ 2010-01-24 17:40:44.000000000 +0100 ++++ e16-1.0.2/src/Makefile.in 2010-02-14 19:14:29.563238707 +0100 +@@ -568,7 +568,7 @@ LDADD = \ + $(X_EXTRA_LIBS) \ + $(E_X_LIBS) \ + $(DBUS_LIBS) \ +- -lX11 -lm ++ -lX11 -lm -ldl + + @BUILD_MODULES_TRUE@e16_LDFLAGS = -export-dynamic + @BUILD_MODULES_TRUE@libe16dir = $(pkglibdir) diff --git a/e16.spec b/e16.spec index d716f51..ff4e766 100644 --- a/e16.spec +++ b/e16.spec @@ -2,12 +2,13 @@ Summary: The Enlightenment window manager, DR16 Name: e16 -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} License: MIT with advertising and GPLv2+ Group: User Interface/Desktops URL: http://www.enlightenment.org/ -Source: http://downloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/enlightenment/e16-%{version}.tar.gz +Patch0: e16-1.0.2-dso.patch BuildRequires: imlib2-devel freetype-devel xorg-x11-xbitmaps BuildRequires: esound-devel alsa-lib-devel audiofile-devel BuildRequires: libXrandr-devel libSM-devel xorg-x11-proto-devel @@ -33,6 +34,7 @@ release 16. %prep %setup -q +%patch0 -p1 %build %configure --enable-pango \ @@ -77,7 +79,7 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications \ %files -f %{name}.lang %defattr(-, root, root, -) %doc AUTHORS ChangeLog COMPLIANCE COPYING TODO -%doc docs/README docs/README.html docs/e16-docs.html +%doc docs/e16.html %{_bindir}/e* %{_bindir}/starte16 %dir %{_libdir}/%{name} @@ -88,6 +90,10 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications \ %{_mandir}/man1/%{name}.1* %changelog +* Sun Feb 14 2010 Terje Rosten - 1.0.2-1 +- 1.0.2 +- Add DSO patch + * Mon Dec 07 2009 Terje Rosten - 1.0.1-1 - 1.0.1 diff --git a/sources b/sources index ef5417d..b93df2b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3529707b0c7484fa3e156ed7a6c39b1e e16-1.0.1.tar.gz +67d139ff8fed77eea8f4acd4f9e87402 e16-1.0.2.tar.gz