X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=bluefish.spec;h=8f1bab21f924c77b9078fec691f440aa52089453;hb=d043e65d08a0e90a958565ea504a48d43d2c2a41;hp=5d8322328ae844acff702ff99744b74f121645f7;hpb=784df4188fb5573b2633ba136735ec72720a23d0;p=packages%2Fbluefish.git diff --git a/bluefish.spec b/bluefish.spec index 5d83223..8f1bab2 100644 --- a/bluefish.spec +++ b/bluefish.spec @@ -1,23 +1,32 @@ 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.4 -Release: 3 +Version: 0.7 +Release: 4 License: GPL Group: X11/Applications/Editors -Group(pl): X11/Aplikacje/Edytory -Source0: http://bluefish.openoffice.nl/download/%{name}-%{version}.tar.bz2 +# The master server is here +Source0: http://pkedu.fbt.eitn.wau.nl/~olivier/downloads/%{name}-%{version}.tar.bz2 +# 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 Patch0: %{name}-DESTDIR.patch +Patch1: %{name}-ac_lt.patch +Patch2: %{name}-locale.patch +Patch3: %{name}-netscape-now-mozilla.patch URL: http://bluefish.openoffice.nl/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool +BuildRequires: gettext-devel BuildRequires: gtk+-devel >= 1.2.0 BuildRequires: imlib-devel BuildRequires: libjpeg-devel BuildRequires: libpng >= 1.0.8 BuildRequires: libtiff-devel BuildRequires: libungif-devel -BuildRequires: zlib-devel -BuildRequires: gettext-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _prefix /usr/X11R6 @@ -30,27 +39,47 @@ designer. Bluefish jest opartym na GTK+ edytorem HTML, przeznaczonym dla do¶wiadczonych projektantów stron WWW. +%description -l pt_BR +O bluefish é um editor HTML feito com GTK para web designers +experientes. Atualmente ele está em estágio alfa, mas já está bastante +usável. Algumas opções ainda não estão completamente finalizadas. +Bluefish é liberado sob a licença GPL. + %prep %setup -q -%patch -p1 +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build -gettextize --copy --force -LDFLAGS="-s"; export LDFLAGS +%ifarch i586 +OPTIMIZATION="--with-pentium" +%endif +%ifarch i686 athlon +OPTIMIZATION="--with-pentiumpro" +%endif + +%{__gettextize} +%{__libtoolize} +%{__aclocal} +%{__autoconf} %configure \ - --with-install-location=%{_datadir}/bluefish + --with-install-location=%{_datadir}/bluefish \ + --with-autocomplet \ + $OPTIMIZATION + %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_applnkdir}/Office/Editors +install -d $RPM_BUILD_ROOT{%{_applnkdir}/Office/Editors,%{_pixmapsdir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Office/Editors - -gzip -9nf README ChangeLog BUGS AUTHORS NEWS TODO +install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} %find_lang %{name} @@ -59,8 +88,9 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) -%doc {README,ChangeLog,BUGS,AUTHORS,NEWS,TODO}.gz +%doc README ChangeLog BUGS AUTHORS NEWS TODO %attr(755,root,root) %{_bindir}/* %{_datadir}/bluefish %{_applnkdir}/Office/Editors/bluefish.desktop +%{_pixmapsdir}/*