summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkloczek2001-03-15 23:19:49 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit8705e3b471ca80e72457f5a382eaa09288fdd185 (patch)
tree3f72219f76b67a70dcd086a134644399d3900404
parent05cc03c7c62fd01316aa2507499a7e5f54715eb2 (diff)
downloadcdrdao-8705e3b471ca80e72457f5a382eaa09288fdd185.zip
cdrdao-8705e3b471ca80e72457f5a382eaa09288fdd185.tar.gz
- spec adapterized,cdrdao-1_1_3-1
- added autoconf to BuildRequires, - removed COPYING from %doc (well known copyright statment is in License field), - do not gzip man pages (rpm does this), - removed all commented lines in %install. Changed files: cdrdao.spec -> 1.6
-rw-r--r--cdrdao.spec15
1 files changed, 7 insertions, 8 deletions
diff --git a/cdrdao.spec b/cdrdao.spec
index 5bb108d..f8af777 100644
--- a/cdrdao.spec
+++ b/cdrdao.spec
@@ -8,12 +8,14 @@ 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
+Group: Applications/System
+Group(de): Applikationen/System
+Group(pl): Aplikacje/System
Source0: http://www.ping.de/sites/daneb/%{name}-%{version}.src.tar.gz
Patch0: %{name}-destdir.patch
Patch1: %{name}-opt.patch
+BuildRequires: autoconf
BuildRequires: libstdc++-devel
BuildRequires: libsigc++-devel
BuildRequires: pccts-devel
@@ -36,9 +38,7 @@ trybie masz znacznie większą kontrolę nad zawartością płytki.
%patch1 -p1
%build
-#autoheader;autoconf;automake;
(cd paranoia ; autoconf)
-#CFLAGS="-I%{_prefix}/X11R6/includes"
%configure \
--with-pcctsbin=%{_bindir} \
--with-pcctsinc=%{_includedir}/pccts \
@@ -51,14 +51,13 @@ rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
- COPYING CREDITS README* Release*
+gzip -9nf CREDITS README* Release*
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%{_mandir}/*/*
-%attr(755,root,root) %{_bindir}/*
%doc *.gz
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/*/*