]> git.pld-linux.org Git - packages/gcombust.git/blobdiff - gcombust.spec
- po header fixes (-po patch)
[packages/gcombust.git] / gcombust.spec
index 931e5e3be1a413ae735ccd569003d47a8b6e4960..90964ea71b85df7ac04aaf6cfae03b1d28627a7b 100644 (file)
-%define        name    gcombust
-%define        version 0.1.12
-%define        release 1
-%define        serial  1
-
-Summary:       gcombust is a GTK+ frontend for mksisofs and cdrecord.
-Name:          %{name}
-Version:       %{version}
-Release:       %{release}
-Serial:                %{serial}
-Copyright:     GPL
-Group:         X11/Utilities
-URL:           http://www.iki.fi/jmunsin/gcombust
+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.52
+Release:       4
+License:       GPL
+Group:         X11/Applications
 Vendor:                Jonas Munsin <jmunsin@iki.fi>
-Source:                %{name}-%{version}.tar.gz
-Distribution:  Freshmeat RPMs
-Requires:      gtk+ >= 1.2.0, cdrecord, mkisofs, cdlabelgen >= 1.1.3
-Packager:      Ryan Weaver <ryanw@infohwy.com>
-BuildRoot:     /tmp/%{name}-%{version}
+Source0:       http://www.abo.fi/~jmunsin/gcombust/%{name}-%{version}.tar.gz
+# Source0-md5: 2c2455f8fe91cddd7b87bf59916a39e8
+Source1:       %{name}.desktop
+Source2:       %{name}.png
+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
+BuildRequires: automake
+BuildRequires: gettext-devel
+BuildRequires: gtk+-devel >= 1.2.0
+Requires:      cdrecord
+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 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.
+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 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.
+
+%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 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.
+
+%description -l ru
+gcombust - ÜÔÏ GUI ÄÌÑ mkisofs É cdrecord. ïΠÎÁÐÉÓÁΠÎÁ C É
+ÉÓÐÏÌØÚÕÅÔ ÎÁÂÏÒ ×ÉÄÖÅÔÏ× GTK+.
+
+%description -l uk
+gcombust - ÃÅ GUI ÄÌÑ mkisofs ÔÁ cdrecord. ÷¦Î ÎÁÐÉÓÁÎÉÊ ÎÁ C ÔÁ
+×ÉËÏÒÉÓÔÏ×Õ¤ ÎÁ¦ҠצÄÖÅԦנGTK+.
 
 %prep
 %setup -q
-CFLAGS=$RPM_OPT_FLAGS \
-./configure --prefix=/usr
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+
+mv -f po/{no,nb}.po
+install %{SOURCE1} .
 
 %build
-make
+rm -f missing
+%{__gettextize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
 
 %install
-if [ -e $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-make prefix=$RPM_BUILD_ROOT/usr install-strip
-
-%clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog INSTALL NEWS README README.irix THANKS
-/usr/bin/gcombust
-
-%changelog
-* Wed May 12 1999 Ryan Weaver <ryanw@infohwy.com>
-  [gcombust-0.1.12-1]
-- Version 0.1.12 May 12 1999
-- now adds '' around audio files too (broke on filenames with spaces etc. before)
-  note that the command generating is still buggy by design, it will brake on
-  filenames containing ' and other special characters
-- suport for fs= option (and CDR_FIFOSIZE)
-
-* Mon Mar 29 1999 Ryan Weaver <ryanw@infohwy.com>
-  [gcombust-0.1.11-1]
-- Version 0.1.11 Mar 29 1999
-- BUGFIXES:
-- cd-rw info progressbar should print some more info now :)
-  (untested, please send me some output from a cdrecord blank=...
-  session if I didn't get it right this time either)
-- NEWS:
-- support for making bootable cds - it's maybe a bit clumsy though
-- now requires gtk 1.2.x
-- now requires cdlabelgen 1.1.3 (WYSIWYG attempt dumped in favor for
-  more intelligent cdlabelgen :)
-- small code reorganization and it doesn't build with gcc -g as default
-  anymore (still a good idea to strip it though)
-- load/save image/audio selections (audio selections only works with
-  pure audio cd selections)
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       Applicationsdir=%{_desktopdir}
 
-* Mon Mar 22 1999 Ryan Weaver <ryanw@infohwy.com>
-  [gcombust-0.1.10-1]
-- Version 0.1.10 Mar 19 1999
-- BUGFIXES:
-- now compiles with gtk 1.2.0 again, if you have gtk 1.2.0
-  change the GCOM_GTK_VER in src/globals.h to 12 (default is
-  gtk 1.0.x, with GCOM_GTK_VER set to 10) - gtk 1.0.x support
-  will be dropped soon, I'm getting sick of testing against two
-  different versions for every release
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
-- Version 0.1.9 Mar 19 1999
-- BUGFIXES:
-- CDR_DEVICE=1,0 works
-- added lot's of error checks in contractions.c
-- small g_list bug fixed (hopefully)
-- quotes volume IDs
-- contractions.c: iso<->cdr close-mixup in p_open_r_err_in
-- NEWS:
-- prints out all unprocessed output from mkisofs/cdrecord
-  to textboxes, added MB burned + fifo label
-- blank=... for cd-rw (untested as I don't have a cd-rw drive)
-- started on the menus
-- printing labels using cdlabelgen 0.70
-  (http://www.red-bean.com/~bwf/software/cdlabelgen/)
-  the printwindow tries to match (WYSIWYG) what cdlabelgen can handle
+%find_lang gcombust
 
-* Mon Mar  8 1999 Ryan Weaver <ryanw@infohwy.com>
-  [gcombust-0.1.8-1]
-- Version 0.1.8 Mar 08 1999
-- BUGFIXES:
-- some systems had compilation problems (basename missing, and
-  swab nameclash)
-- fixed execl() problem that made gcombust quite useless on
-  some systems (rh 5.1?)
-
-* Thu Mar  4 1999 Ryan Weaver <ryanw@infohwy.com>
-  [gcombust-0.1.7-1]
-- Version 0.1.7 Mar 04 1999
-- BUGFIXES:
-- dao could only be used with audio cds
-- try harder option would produce negative values sometimes
-- NEWS:
-- remade audio cd creation interface
-
-* Fri Feb 26 1999 Ryan Weaver <ryanw@infohwy.com>
-  [gcombust-0.1.6-1]
-- Version 0.1.6 Feb 26 1999
-- forgot to make cdrecord parsing and info window routines aware of audio cds
-  in yesterdays release, fixed that
-- added -swab and -dao option
-- added (un)select all
-
-* Thu Feb 25 1999 Ryan Weaver <ryanw@infohwy.com>
-  [gcombust-0.1.5-1]
-- Version 0.1.5 Feb 25 1999
-- added option to make audio (CD-DA) or mixed mode cds
-- fixed small bug leaving progresswindow open when trying to run cdrecord
-  without root access and not using any image
-- fixed gtk1.1.x problems
-
-- Version 0.1.4 Feb 24 1999
-- small layout changes to start burning button and stop button, added 6x button
-- added a "try harder" option to the bin packing algoritm
-- removed some unused code
-- fixed a small bug that could crash gcombust if you had several
-  "abort?" windows open
+%clean
+rm -rf $RPM_BUILD_ROOT
 
-* Tue Feb 23 1999 Ryan Weaver <ryanw@infohwy.com>
-  [gcombust-0.1.3-1]
-- Initial RPM build.
+%files -f gcombust.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README* THANKS
+%attr(755,root,root) %{_bindir}/gcombust
+%{_desktopdir}/gcombust.desktop
+%{_pixmapsdir}/gcombust.png
This page took 0.105022 seconds and 4 git commands to generate.