]> git.pld-linux.org Git - packages/cdrdao.git/commitdiff
- One more Obsoleteskdeadmin.spec
authoradgor <adgor@pld-linux.org>
Sun, 9 Mar 2003 18:38:50 +0000 (18:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdrdao.spec -> 1.29

cdrdao.spec

index b00aaad4180fb8c8b9ab0370e702d4287adec038..15def34768ee53b7766007b3589a0811dd990e25 100644 (file)
@@ -7,7 +7,7 @@ Summary(pl):    Narz
 Summary(pt_BR):        Cdrdao - Escreve CD-Rs de áudio em modo "disk-at-once"
 Name:          cdrdao
 Version:       1.1.7
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/cdrdao/%{name}-%{version}.src.tar.bz2
@@ -24,10 +24,6 @@ BuildRequires:       libstdc++-devel
 BuildRequires: pccts >= 1.33MR33-4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _xprefix        /usr/X11R6
-%define                _xbindir        %{_xprefix}/bin
-%define                _xmandir        %{_xprefix}/man
-
 %description
 Cdrdao records audio and data CD-Rs in Disk At Once mode. This mode
 gives much better control over contents of CD.
@@ -76,6 +72,8 @@ cd paranoia
 cd ..
 %{__autoconf}
 # false gtkmm-config path can be used to disable building of GNOME frontend
+applnkdir=%{_applnkdir}; export applnkdir
+PIXMAPS_DIR="%{_pixmapsdir}/gcdmaster"; export PIXMAPS_DIR
 %configure \
        --with-pcctsbin=%{_bindir} \
        --with-pcctsinc=/usr/lib/pccts/h \
@@ -95,15 +93,14 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc CREDITS README README.PlexDAE Release*
-%attr(755,root,root) %{_bindir}/*
-%{_datadir}/cdrdao
-%{_mandir}/*/*
+%attr(755,root,root) %{_bindir}/cdrdao
+%{_mandir}/man1/cdrdao.*
 
 %if %{?_without_gnome:0}%{!?_without_gnome:1}
 %files gcdmaster
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_xbindir}/*
-%{_xmandir}/man1/*
+%attr(755,root,root) %{_bindir}/gcdmaster
+%{_mandir}/man1/gcdmaster.*
 %{_pixmapsdir}/*
-%{_applnkdir}/Applications/gcdmaster.desktop
+%{_applnkdir}/Utilities/CD-RW/gcdmaster.desktop
 %endif
This page took 0.184584 seconds and 4 git commands to generate.