]> git.pld-linux.org Git - packages/gcombust.git/blobdiff - gcombust.spec
- updated to 0.1.52 (bugfixes).
[packages/gcombust.git] / gcombust.spec
index d480f2eb4ddcf65ec3314ff9ea652010d11fed4c..269fe65d3da348eb95250ee39cf03081237cdabc 100644 (file)
@@ -1,21 +1,25 @@
-Summary:       gcombust is a GTK+ frontend for mksisofs and cdrecord
+Summary:       gcombust is a GTK+ frontend for mkisofs and cdrecord
+Summary(pl):   gcombust jest nak³adk± na mkisofs i cdrecord napisan± z u¿yciem Gtk+
+Summary(ru):   gcombust - ÜÔÏ GTK+ ÉÎÔÅÒÆÅÊÓ Ë mkisofs É cdrecord
+Summary(uk):   gcombust - ÃÅ GTK+ ¦ÎÔÅÒÆÅÊÓ ÄÏ mkisofs ¦ cdrecord
 Name:          gcombust
-Version:       0.1.37
+Version:       0.1.52
 Release:       1
 License:       GPL
 Group:         X11/Applications
-Group(de):     X11/Applikationen
-Group(pl):     X11/Aplikacje
 Vendor:                Jonas Munsin <jmunsin@iki.fi>
 Source0:       http://www.abo.fi/~jmunsin/gcombust/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
+Source2:       %{name}.png
 Patch1:                %{name}-home_etc.patch
 Icon:          gcombust.xpm
 URL:           http://www.iki.fi/jmunsin/gcombust/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: gtk+-devel >= 1.2.0
 Requires:      cdrecord
-Requires:      mkisofs >= 1.13
+Requires:      cdrtools-mkisofs >= 1.10
 Requires:      cdlabelgen >= 1.1.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -38,25 +42,36 @@ to praca w toku (WIP), za
 Oznacza to, ¿e nie zosta³a dobrze przetestowana i brakuje niektórych
 fragmentów kodu.
 
+%description -l ru
+gcombust - ÜÔÏ GUI ÄÌÑ mkisofs É cdrecord. ïΠÎÁÐÉÓÁΠÎÁ C É
+ÉÓÐÏÌØÚÕÅÔ ÎÁÂÏÒ ×ÉÄÖÅÔÏ× GTK+.
+
+%description -l uk
+gcombust - ÃÅ GUI ÄÌÑ mkisofs ÔÁ cdrecord. ÷¦Î ÎÁÐÉÓÁÎÉÊ ÎÁ C ÔÁ
+×ÉËÏÒÉÓÔÏ×Õ¤ ÎÁ¦ҠצÄÖÅԦנGTK+.
+
 %prep
 %setup -q
 %patch1 -p1
 
+install %{SOURCE1} .
+
 %build
-gettextize --copy --force
+%{__gettextize}
+aclocal
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{,%{_datadir}/pixmaps,%{_applnkdir}/Utilities/CD-RW}
-
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-install %{name}.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Utilities/CD-RW
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       Applicationsdir=%{_applnkdir}/Utilities/CD-RW
 
-gzip -9nf AUTHORS ChangeLog NEWS README* THANKS
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %find_lang gcombust
 
@@ -65,7 +80,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f gcombust.lang
 %defattr(644,root,root,755)
-%doc {AUTHORS,ChangeLog,NEWS,README*,THANKS}.gz
+%doc AUTHORS ChangeLog NEWS README* THANKS
 %attr(755,root,root) %{_bindir}/gcombust
 %{_applnkdir}/Utilities/CD-RW/gcombust.desktop
-%{_datadir}/pixmaps/gcombust.xpm
+%{_pixmapsdir}/gcombust.png
This page took 0.080936 seconds and 4 git commands to generate.