xfreecd

Audio CD player for X
git clone https://www.brianlane.com/git/xfreecd
Log | Files | Refs | README | LICENSE

xfreecd.spec (1068B)


      1 Summary: Xfreecd, a CD player with CDDB features
      2 Name: xfreecd
      3 Version: 0.7.8
      4 Release: 1
      5 Copyright: GPL
      6 Group: X11/Utilities
      7 Source: http://www.tatoosh.com/nexus/linux/xfreecd-0.7.8.tar.gz
      8 URL: http://www.tatoosh.com/nexus/xfreecd.shtml
      9 Packager: nexus@tatoosh.com
     10 Icon: xfreecd.gif
     11 Prefix: /usr/local
     12 Buildroot: /var/tmp/xfreecd-0.7.8
     13 Requires: libm.so.5
     14 
     15 %description
     16   XfreeCD is a X windows program written using GTK+ that looks like the
     17 frontpanel of a cd player. It also supports the CDDB database of CD track
     18 information, and is certified for submitting new CD information to the
     19 database. At 137x90 it takes up a small amount of screen space.
     20 
     21 %prep
     22 %setup
     23 
     24 %build
     25 make
     26 
     27 %install
     28 install -d -m 755 -o 0 -g 0 $RPM_BUILD_ROOT/usr/local/bin/
     29 install -s -m 755 -o 0 -g 0 xfreecd $RPM_BUILD_ROOT/usr/local/bin/
     30 install -d -m 755 -o 0 -g 0 $RPM_BUILD_ROOT/etc/X11/wmconfig/
     31 install -m 644 -o 0 -g 0 xfreecd.wmconfig $RPM_BUILD_ROOT/etc/X11/wmconfig/xfreecd
     32 
     33 %files
     34 %doc COPYING README HISTORY xfreecd.xpm xfreecd.gif
     35 /usr/local/bin/xfreecd
     36 /etc/X11/wmconfig/xfreecd