diff --git a/.cvsignore b/.cvsignore index 87a6d82..071e603 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -e16-0.16.8.15.tar.gz +e16-1.0.1.tar.gz diff --git a/e16.spec b/e16.spec index 14e3f07..d716f51 100644 --- a/e16.spec +++ b/e16.spec @@ -2,8 +2,8 @@ Summary: The Enlightenment window manager, DR16 Name: e16 -Version: 0.16.8.15 -Release: 3%{?dist} +Version: 1.0.1 +Release: 1%{?dist} License: MIT with advertising and GPLv2+ Group: User Interface/Desktops URL: http://www.enlightenment.org/ @@ -13,7 +13,7 @@ BuildRequires: esound-devel alsa-lib-devel audiofile-devel BuildRequires: libXrandr-devel libSM-devel xorg-x11-proto-devel BuildRequires: libXfixes-devel libXrender-devel libXdamage-devel BuildRequires: libXcomposite-devel libXft-devel libXxf86vm-devel -BuildRequires: pango-devel dbus-devel +BuildRequires: pango-devel dbus-devel desktop-file-utils Requires: dejavu-sans-fonts BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -35,7 +35,10 @@ release 16. %setup -q %build -%configure --enable-pango +%configure --enable-pango \ + --enable-mans \ + --enable-modules \ + --enable-visibility-hiding %{__make} %{?_smp_mflags} for f in ChangeLog AUTHORS ; do mv $f $f.iso88591 @@ -55,6 +58,17 @@ done %{__ln_s} ../../fonts/dejavu/DejaVuSans.ttf %{buildroot}%{_datadir}/%{name}/fonts/normal.ttf %{__ln_s} ../../fonts/dejavu/DejaVuSans-Bold.ttf %{buildroot}%{_datadir}/%{name}/fonts/bold.ttf +# Remove unwanted files +find %{buildroot}%{_libdir}/e16 -name lib*.la -delete +%{__rm} -rf %{buildroot}%{_datadir}/doc/%{name} + +# Desktop file +%{__rm} -f %{buildroot}%{_datadir}/applications/%{name}.desktop +%{__cp} %{buildroot}%{_datadir}/e16/misc/e16.desktop-app \ + %{buildroot}%{_datadir}/applications/%{name}.desktop +desktop-file-install --dir %{buildroot}%{_datadir}/applications \ + %{buildroot}%{_datadir}/applications/%{name}.desktop + %find_lang %{name} %clean @@ -62,15 +76,21 @@ done %files -f %{name}.lang %defattr(-, root, root, -) -%doc AUTHORS COPYING ChangeLog README docs/README-0.16.8 +%doc AUTHORS ChangeLog COMPLIANCE COPYING TODO +%doc docs/README docs/README.html docs/e16-docs.html %{_bindir}/e* %{_bindir}/starte16 %dir %{_libdir}/%{name} -%{_libdir}/%{name}/libhack.so +%{_libdir}/%{name}/lib*.so %{_datadir}/%{name} %{_datadir}/xsessions/* +%{_datadir}/applications/%{name}.desktop +%{_mandir}/man1/%{name}.1* %changelog +* Mon Dec 07 2009 Terje Rosten - 1.0.1-1 +- 1.0.1 + * Fri Jul 24 2009 Fedora Release Engineering - 0.16.8.15-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 8b5258e..ef5417d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65c753282965985a11447bf7a8bfabab e16-0.16.8.15.tar.gz +3529707b0c7484fa3e156ed7a6c39b1e e16-1.0.1.tar.gz