]> git.pld-linux.org Git - packages/cdrdao.git/commitdiff
- spec adapterized, cdrdao-1_1_3-1
authorkloczek <kloczek@pld-linux.org>
Thu, 15 Mar 2001 23:19:49 +0000 (23:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

cdrdao.spec

index 5bb108daea7f86678f01ebcb4650e78f6f25b24f..f8af777bfd7177c7c819c19ff919e3fbbf5d305a 100644 (file)
@@ -8,12 +8,14 @@ Summary(pl):  Narz
 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
 %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}/*/*
This page took 0.039891 seconds and 4 git commands to generate.