]> git.pld-linux.org Git - packages/gcombust.git/blobdiff - gcombust.spec
- po header fixes (-po patch)
[packages/gcombust.git] / gcombust.spec
index bde79900e252201d91278fa56cd753a95dc84f19..90964ea71b85df7ac04aaf6cfae03b1d28627a7b 100644 (file)
@@ -4,7 +4,7 @@ Summary(ru):    gcombust - 
 Summary(uk):   gcombust - ÃÅ GTK+ ¦ÎÔÅÒÆÅÊÓ ÄÏ mkisofs ¦ cdrecord
 Name:          gcombust
 Version:       0.1.52
-Release:       1
+Release:       4
 License:       GPL
 Group:         X11/Applications
 Vendor:                Jonas Munsin <jmunsin@iki.fi>
@@ -12,7 +12,9 @@ Source0:      http://www.abo.fi/~jmunsin/gcombust/%{name}-%{version}.tar.gz
 # Source0-md5: 2c2455f8fe91cddd7b87bf59916a39e8
 Source1:       %{name}.desktop
 Source2:       %{name}.png
-Patch1:                %{name}-home_etc.patch
+Patch0:                %{name}-home_etc.patch
+Patch1:                %{name}-po.patch
+Patch2:                %{name}-locale_names.patch
 Icon:          gcombust.xpm
 URL:           http://www.iki.fi/jmunsin/gcombust/
 BuildRequires: autoconf
@@ -24,11 +26,10 @@ Requires:   cdrtools-mkisofs >= 1.10
 Requires:      cdlabelgen >= 1.1.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 gcombust is a gui for mkisofs and cdrecord Linux. It's written in C
 and it uses the GTK+ widget set (currently it's been tested and used
-only on Linux and X-Windows). gcombust is work in progress, the
+only on Linux and X Window). gcombust is work in progress, the
 current (development) release is to be considered beta software. That
 means it hasn't been tested very well and that some parts of the code
 isn't written.
@@ -36,7 +37,7 @@ isn't written.
 %description -l pl
 Gcombust jest graficznym interfejsem dla linuksowych programów mkisofs
 i cdrecord. Zosta³ napisany w C i uzywa zbioru widgetów GTK+ (jak
-dot±d zosta³ jedynie przetestowany na Linuksie i X-Windows). Gcombust
+dot±d zosta³ jedynie przetestowany na Linuksie i X Window). Gcombust
 to praca w toku (WIP), za¶ bie¿±ca wersja (rozwojowa) ma status beta.
 Oznacza to, ¿e nie zosta³a dobrze przetestowana i brakuje niektórych
 fragmentów kodu.
@@ -51,8 +52,11 @@ gcombust - 
 
 %prep
 %setup -q
+%patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
+mv -f po/{no,nb}.po
 install %{SOURCE1} .
 
 %build
@@ -69,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       Applicationsdir=%{_applnkdir}/Utilities/CD-RW
+       Applicationsdir=%{_desktopdir}
 
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
@@ -82,5 +86,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README* THANKS
 %attr(755,root,root) %{_bindir}/gcombust
-%{_applnkdir}/Utilities/CD-RW/gcombust.desktop
+%{_desktopdir}/gcombust.desktop
 %{_pixmapsdir}/gcombust.png
This page took 0.068026 seconds and 4 git commands to generate.