summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkochano2000-04-24 18:25:55 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit256b3456985e06f141e5309d1072e39dc462f3c4 (patch)
tree493d2cd0233c559d85d029775acd430d6f2cc12a
parent8b464a348564df5df9876f38d889d233c4118966 (diff)
downloadcdrdao-256b3456985e06f141e5309d1072e39dc462f3c4.zip
cdrdao-256b3456985e06f141e5309d1072e39dc462f3c4.tar.gz
- Builds without X interface. The interface can't be compiled with current
version of gtkmm. Changed files: cdrdao.spec -> 1.1
-rw-r--r--cdrdao.spec62
1 files changed, 62 insertions, 0 deletions
diff --git a/cdrdao.spec b/cdrdao.spec
new file mode 100644
index 0000000..8419ab1
--- /dev/null
+++ b/cdrdao.spec
@@ -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