From b30aa2ef1b42c6e65b55accbdca6448f0ee2dddc Mon Sep 17 00:00:00 2001 From: crunchy Date: Sat, 14 Sep 2002 11:19:30 +0000 Subject: shell regular expression mapping --- mpio.spec.in | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 mpio.spec.in (limited to 'mpio.spec.in') diff --git a/mpio.spec.in b/mpio.spec.in new file mode 100644 index 0000000..301850b --- /dev/null +++ b/mpio.spec.in @@ -0,0 +1,47 @@ +# @configure_input@ + +Version: @VERSION@ +Summary: MPIO - providing access to MPIO mp3 players +Name: mpio +Release: 1 +Copyright: see COPYING +Group: Applications/MultiMedia +Source: http://download.sourceforge.net/mpio/ +Prefix: /usr +Buildroot: /var/tmp/mpio-%version-buildroot/ +Packager: Andreas Büsching + +%define confdir /etc + +%description +This is a project for using Digitalway/Adtec digital audio player MPIO +(DMG, DMK, DME) under Linux. It provides Linux kernel module driver, +userspace library and utility. + +%prep +%setup +CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix + +%build +make + +%install +rm -rf $RPM_BUILD_ROOT +make DESTDIR=$RPM_BUILD_ROOT install-strip + +%files +# %attr(750,root,news) %dir %confdir/ +# %attr(640,root,news) %confdir/config.example +# %defattr(755,root,root) +# %prefix/bin/newsq +# %defattr(755,root,root) +# %prefix/sbin/* +# %defattr(644,root,root) +# %doc %_mandir/man1/* +# %doc %_mandir/man8/* + +%doc COPYING ChangeLog INSTALL NEWS +%doc README TODO + +%clean +rm -rf $RPM_BUILD_ROOT -- cgit v1.2.3