]> git.pld-linux.org Git - packages/cd-discid.git/commitdiff
- based on template
authorwrobell <wrobell@pld-linux.org>
Thu, 3 Oct 2002 17:03:39 +0000 (17:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cd-discid.spec -> 1.1

cd-discid.spec [new file with mode: 0644]

diff --git a/cd-discid.spec b/cd-discid.spec
new file mode 100644 (file)
index 0000000..b19b7ef
--- /dev/null
@@ -0,0 +1,41 @@
+
+#
+# todo: pl description and summary
+#
+
+Summary:       Backend utility to get CDDB discid information from a CD-ROM
+Name:          cd-discid
+Version:       0.7
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://lly.org/~rcw/cd-discid/cd-discid_%{version}.orig.tar.gz
+URL:           http://lly.org/~rcw/cd-discid/page
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Cd-discid is a backend utility to get CDDB discid information from a CD-ROM
+disc. It was originally designed for cdgrab (now abcde), but can be used
+for any purpose requiring CDDB data.
+
+%prep
+%setup -q
+
+%build
+gcc %{rpmcflags} -o cd-discid cd-discid.c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install cd-discid $RPM_BUILD_ROOT%{_bindir}
+install *.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README changelog
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.067831 seconds and 4 git commands to generate.