]> git.pld-linux.org Git - packages/cdrdao.git/commitdiff
- Builds without X interface. The interface can't be compiled with current
authormkochano <mkochano@pld-linux.org>
Mon, 24 Apr 2000 18:25:55 +0000 (18:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  version of gtkmm.

Changed files:
    cdrdao.spec -> 1.1

cdrdao.spec [new file with mode: 0644]

diff --git a/cdrdao.spec b/cdrdao.spec
new file mode 100644 (file)
index 0000000..8419ab1
--- /dev/null
@@ -0,0 +1,62 @@
+# NOTE:
+#      Currently this package does not contain X interface. This is due to
+#      the fact, that it doesn't compile with current version of gtkmm. I
+#      have asked author if he is going to update this program, but I've got
+#      no answer yet.
+Summary:       Tools for burning CDRs in Disk At Once mode
+Summary(pl):   Narzêdzia do wypalania p³yt w trybie Disk At Once
+Name:          cdrdao
+Version:       1.1.3
+Release:       1
+Group:         Utilities/System
+Group(pl):     Narzêdzia/System
+License:       GPL
+Source0:       http://www.ping.de/sites/daneb/%{name}-%{version}.src.tar.gz
+Patch0:                cdrdao-destdir.patch
+BuildRequires: gcc-c++
+BuildRequires: libstdc++-devel
+BuildRequires: pccts-devel
+# Required by frontend.
+#BuildRequires:        gtk+-devel
+#BuildRequires:        gtkmm-devel
+BuildRequires: libsigc++-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Cdrdao records audio and data CD-Rs in Disk At Once mode. This mode gives
+much better control over contents of CD.
+
+%description -l pl
+Cdrdao zapisuje p³ytki audio i z danymi w trybie Disk At Once. W tym trybie
+masz znacznie wiêksz± kontrolê nad zawarto¶ci± p³ytki.
+
+%prep
+%setup  -q
+%patch0 -p1
+
+%build
+#autoheader;autoconf;automake; 
+CFLAGS="-I%{_prefix}/X11R6/includes"; export CFLAGS
+%configure \
+       --with-pcctsbin=%{_bindir} \
+       --with-pcctsinc=%{_includedir}/pccts \
+       --x-includes=%{_prefix}/X11R6/includes
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
+       COPYING CREDITS README* Release*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_mandir}/*/*
+%attr(755,root,root) %{_bindir}/*
+%doc *.gz
This page took 0.098578 seconds and 4 git commands to generate.