]> git.pld-linux.org Git - packages/bluefish.git/blobdiff - bluefish.spec
- added --with-freedesktop_org-mime to %configure
[packages/bluefish.git] / bluefish.spec
index 0f0e40efd7e291c3d621949f38e5a8b17d44a52c..7191861187c0050d6d9f274ccd0c8037e1f98701 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_with opts       # use extra optimizations
+%bcond_with    opts    # use extra optimizations
 #
 # note: optflags used with this bcond are very strong, and partially
 #      obsoleted for C (like -fno-rtti) - use at own risk!
@@ -8,34 +8,38 @@
 Summary:       Bluefish - HTML editor for the experienced web designer
 Summary(pl):   Bluefish - Edytor HTML-a dla zaawansowanych
 Name:          bluefish
-Version:       0.13
-Release:       3
+Version:       1.0.7
+Release:       2
 License:       GPL
 Group:         X11/Applications/Editors
 # The master server is here
-Source0:       http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/%{name}-%{version}.tar.bz2
-# Source0-md5: e5f1f5eff0933dc68a51adcdce352826
+Source0:       http://www.bennewitz.com/bluefish/stable/source/%{name}-%{version}.tar.bz2
+# Source0-md5: 2c3b3c9c8f8e32b9473dfd879f216dea
 # but if you want ftp: try this one
 # Source0:     ftp://bluefish.advancecreations.com/bluefish/downloads/%{name}-%{version}.tar.bz2
-Patch0:                %{name}-DESTDIR.patch
-Patch1:                %{name}-desktop.patch
-Patch2:                %{name}-home_etc.patch
-Patch3:                %{name}-locales.patch
+Patch0:                %{name}-desktop.patch
+Patch1:                %{name}-home_etc.patch
+Patch2:                %{name}-locales.patch
 URL:           http://bluefish.openoffice.nl/
 BuildRequires: aspell-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
+BuildRequires: giflib-devel
 BuildRequires: gnome-vfs2-devel >= 2.2
 BuildRequires: gtk+2-devel
+BuildRequires: home-etc-devel
 BuildRequires: libbonobo-devel >= 2.2
 BuildRequires: libjpeg-devel
 BuildRequires: libpng >= 1.2.5
 BuildRequires: libtiff-devel
-BuildRequires: libtool
-BuildRequires: libungif-devel
 BuildRequires: pcre-devel
 BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.311
+Requires(post,postun): desktop-file-utils
+Requires(post,postun): gtk+2
+Requires(post,postun): hicolor-icon-theme
+Requires(post,postun): shared-mime-info
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -55,44 +59,57 @@ Bluefish 
 %prep
 %setup -q
 %patch0 -p1
-%patch1        -p1
-#%patch2 -p1
-%patch3 -p1
+%patch1 -p1
+%patch2 -p1
 
 mv -f po/{no,nb}.po
 mv -f po/sr{,@Latn}.po
 
 %build
-%{__gettextize}
-%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %configure \
+       --disable-update-databases \
+       --with-freedesktop_org-mime=/usr/share/mime \
+       --without-gnome2_4-mime \
+       --without-gnome2_4-appreg \
        %{?with_opts:--enable-auto-optimization}
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
-#install -d $RPM_BUILD_ROOT%{_datadir}/{application-registry,mime-info}
+install -d $RPM_BUILD_ROOT%{_iconsdir}/hicolor/48x48/mimetypes
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install -c inline_images/bluefish_icon1.png $RPM_BUILD_ROOT%{_pixmapsdir}/bluefish.png
+mv -f $RPM_BUILD_ROOT%{_pixmapsdir}/gnome-mime-application-bluefish-project.png \
+    $RPM_BUILD_ROOT%{_iconsdir}/hicolor/48x48/mimetypes/gnome-mime-application-bluefish-project.png
+rm -f $RPM_BUILD_ROOT%{_desktopdir}/bluefish-project.desktop
 
 %find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%update_mime_database
+%update_desktop_database_post
+%update_icon_cache hicolor
+
+%postun
+%update_desktop_database_postun
+%update_mime_database
+%update_icon_cache hicolor
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc doc
-%attr(755,root,root) %{_bindir}/*
+%doc AUTHORS README TODO
+%attr(755,root,root) %{_bindir}/bluefish
 %{_datadir}/%{name}
-%{_datadir}/application-registry/*
-%{_datadir}/mime-info/*
-%{_desktopdir}/*
-%{_pixmapsdir}/*
+%{_datadir}/mime/packages/bluefish.xml
+%{_mandir}/man1/bluefish.1*
+%{_iconsdir}/hicolor/48x48/mimetypes/gnome-mime-application-bluefish-project.png
+%{_desktopdir}/bluefish.desktop
+%{_pixmapsdir}/bluefish-icon.png
This page took 0.080681 seconds and 4 git commands to generate.