]> git.pld-linux.org Git - packages/bluefish.git/blobdiff - bluefish.spec
- updated to 0.10
[packages/bluefish.git] / bluefish.spec
index f78dcb5171d79007a455d5c49650ddd6cfb05a81..b87135de24b6e7ebf0217b1df8d40583d0d64af9 100644 (file)
@@ -2,35 +2,30 @@ Summary:      Bluefish - HTML editor for the experienced web designer
 Summary(pl):   Bluefish - Edytor HTML dla zaawansowanych
 Summary(pt_BR):        Editor HTML Bluefish
 Name:          bluefish
-Version:       0.9
+Version:       0.10
 Release:       1       
 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: 6f3dd98df0959469d3637a44eb0e08cf
+# Source0-md5: 557271d19d53b0857c7290ff994a8637
 # but if you want ftp: try this one
 # Source0:     ftp://bluefish.advancecreations.com/bluefish/downloads/%{name}-%{version}.tar.bz2
-Source1:       %{name}.desktop
-Source2:       %{name}.png
+Source1:       %{name}.png
 Patch0:                %{name}-DESTDIR.patch
-#Patch1:               %{name}-ac_lt.patch
-#Patch2:               %{name}-locale.patch
-#Patch3:               %{name}-netscape-now-mozilla.patch
-#Patch4:               %{name}-pl.patch
 URL:           http://bluefish.openoffice.nl/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: libtool
 BuildRequires: gettext-devel
 BuildRequires: gtk+2-devel
 BuildRequires: imlib-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libpng >= 1.2.5
 BuildRequires: libtiff-devel
+BuildRequires: libtool
 BuildRequires: libungif-devel
-BuildRequires: pkgconfig
 BuildRequires: pcre-devel
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -50,10 +45,6 @@ Bluefish 
 %prep
 %setup -q
 %patch0 -p1
-#%patch1 -p1
-#%patch2 -p1
-#%patch3 -p1
-#%patch4 -p1
 
 %build
 %ifarch i586
@@ -73,23 +64,12 @@ OPTIMIZATION="--enable-gcc3-optimization=pentiumpro"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_applnkdir}/Editors/HTML,%{_pixmapsdir},%{_datadir}/{applications,%{name}},%{_bindir}}
-
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Editors/HTML
-install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/
-
-make install DESTDIR=$RPM_BUILD_ROOT
-
-cd po
-make install DESTDIR=$RPM_BUILD_ROOT
-cd ..
-
-install src/%{name} $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
 
-install {images,icons}/*.png $RPM_BUILD_ROOT%{_datadir}/%{name}/
-install data/*.default $RPM_BUILD_ROOT%{_datadir}/%{name}/
+install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}/
 
-rm -rf `find -name CVS`
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name}
 
@@ -100,6 +80,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc doc 
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}/*
-%{_applnkdir}/Editors/HTML/bluefish.desktop
+%{_datadir}/%{name}
+%{_desktopdir}/*
 %{_pixmapsdir}/*
This page took 0.066807 seconds and 4 git commands to generate.