Hi,
I've created an updated package of bluefish,
bluefish-0.5-2mdk
In the attachments are the diff to the spec file and a patch to fix an error
of rpmlint, it must be en_GB and not en for the english locale.
As usual, the src.rpm is on the ftp server.
-- 
   Goetz Waschk <> student of computer science  <> university Rostock    
 http://www.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
                         --> Logout Fascism! <--
--- bluefish-0.5-1mdk.src/bluefish.spec Thu Aug 24 17:37:04 2000
+++ /home/goetz/RPM/SPECS/bluefish.spec Thu Aug 24 17:36:02 2000
@@ -1,6 +1,6 @@
 %define name bluefish
 %define version 0.5
-%define release 1mdk
+%define release 2mdk
 
 
 Summary: the best WYSIWYG GPLized html editor
@@ -10,6 +10,7 @@
 Source: http://bluefish.openoffice.nl/download/%{name}-%{version}.tar.bz2
 Source1: bluefish.xpm
 Source2: bluefish_menuentry
+Patch:   bluefish-0.5-locale.patch.bz2
 URL: http://bluefish.openoffice.nl
 Copyright: GPL
 Group: Editors
@@ -23,12 +24,14 @@
                                                                                       
         
 %prep
 %setup -q
+%patch
 
+%build
+# make rpmlint happy
+mv po/en.po po/en_GB.po
+autoconf
 ./configure --prefix=%{_prefix} --without-install-location \
        --disable-bluefish-datadir 
-
-%build
-
 %make
                                                                                
 %install
@@ -52,6 +55,8 @@
 
 install -m 644 man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -62,7 +67,7 @@
 %clean_menus
 
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,0755)
 %doc README BUGS AUTHORS ChangeLog NEWS TODO
 %{_bindir}/*
@@ -72,6 +77,11 @@
 %{_datadir}/icons/*
 
 %changelog
+* Thu Aug 24 2000 Götz Waschk <[EMAIL PROTECTED]> 0.5-2mdk
+- uses find_lang for locale files
+- moved configure call to build section
+- fixed english locale file
+
 * Thu Aug 24 2000 Geoffrey Lee <[EMAIL PROTECTED]> 0.5-1mdk
 - _menudir.
 - update menus and clean menus macro.
--- configure.in~       Mon Aug 21 10:15:51 2000
+++ configure.in        Thu Aug 24 17:26:13 2000
@@ -26,7 +26,7 @@
 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
 
-ALL_LINGUAS="de da fr ru ro cs es el en ja it sv"
+ALL_LINGUAS="de da fr ru ro cs es el en_GB ja it sv"
 
 dnl ************************
 dnl Compiler options

PGP signature

Reply via email to