Hi,
the gcombust package in cooker is still missing the language files.
I've created an updated version, it is on the ftp server. Here is the diff
of the spec file.
-- 
   Goetz Waschk <> student of computer science  <> university Rostock    
 http://www.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
                         --> Logout Fascism! <--
--- gcombust-0.1.34-2mdk.src/gcombust.spec      Thu Aug 24 17:04:22 2000
+++ /home/goetz/RPM/SPECS/gcombust.spec Thu Aug 24 16:57:10 2000
@@ -1,6 +1,6 @@
 %define name gcombust
 %define version 0.1.34
-%define release 2mdk
+%define release 3mdk
 
 Name: %{name}
 Summary: Gcombust is a burning cd frontend
@@ -14,9 +14,6 @@
 Copyright: GPL
 Prefix: %{_prefix}
 Requires: mkisofs cdrecord
-#Icon: gcombust.xpm
-
-
 
 %description
 gcombust is a gtk+ frontend for mkisofs, mkhybrid, cdrecord and
@@ -33,25 +30,9 @@
 
 %build
 %configure
-make 
-#-j 2
+%make 
 
 %install
-#make install prefix=$RPM_BUILD_ROOT%{prefix}
-
-#cd $RPM_BUILD_ROOT
-
-#find . -type d | sed -e '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > \
-#    $RPM_BUILD_DIR/file.list.%{name}
-
-#find . -type f | sed -e 's,^\.,\%attr(-\,root\,root) ,' \
-#       -e '/\/etc\//s|^|%config|' \
-#       -e '/\/config\//s|^|%config|' \
-#       >> $RPM_BUILD_DIR/file.list.%{name}
-
-#find . -type l | sed -e 's,^\.,\%attr(-\,root\,root) ,' >> \
-#    $RPM_BUILD_DIR/file.list.%{name}
-
 [ "$RPM_BUILD_ROOT" != "/"] && [ -d $RPM_BUILD_ROOT ] && rm -rf \
 $RPM_BUILD_ROOT;
 
@@ -59,10 +40,12 @@
 %makeinstall
 install -m644  %{name}.xpm $RPM_BUILD_ROOT/%{_datadir}/pixmaps
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS TODO COPYING ChangeLog INSTALL NEWS README* THANKS ABOUT-NLS
 %{_bindir}/gcombust
@@ -70,6 +53,10 @@
 
 
 %changelog
+* Thu Aug 24 2000 Götz Waschk <[EMAIL PROTECTED]> 0.1.34-3mdk
+- uses find_lang for locale files
+- cleaned spec a bit
+
 * Mon Aug 07 2000 Frederic Lepied <[EMAIL PROTECTED]> 0.1.34-2mdk
 - automatically added BuildRequires
 

PGP signature

Reply via email to