]> git.pld-linux.org Git - packages/gcombust.git/commitdiff
- home_etc patch
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Wed, 15 Dec 1999 10:09:45 +0000 (10:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- adapterized

Changed files:
    gcombust.spec -> 1.6

gcombust.spec

index 7cbde037a40edc9f0298167cb6ac9837e962b9ac..2241c0e30d0af205324b33033290e49ade0cfa3e 100644 (file)
@@ -2,29 +2,30 @@ Summary:      gcombust is a GTK+ frontend for mksisofs and cdrecord.
 Name:          gcombust
 Version:       0.1.25
 Release:       1
-Copyright:     GPL
+License:       GPL
 Group:         Applications/Archiving
 URL:           http://www.iki.fi/jmunsin/gcombust
 Vendor:                Jonas Munsin <jmunsin@iki.fi>
 Source:                %{name}-%{version}.tar.gz
-Patch:         gcombust-opt.patch
+Patch0:                gcombust-opt.patch
+Patch1:                gcombust-home_etc.patch
 Requires:      gtk+ >= 1.2.0, cdrecord, mkisofs, cdlabelgen >= 1.1.3
-BuildRoot:     /tmp/%{name}-%{version}
+BuildRoot:     /tmp/%{name}-%{version}-root
 
 %define                _prefix         /usr/X11R6
 %define                _mandir         /usr/X11R6/man
 
 %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-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.   
 
 %prep
 %setup -q
-%patch -p0
+%patch0 -p0
+%patch1 -p1
 
 %build
 %configure
This page took 0.078701 seconds and 4 git commands to generate.