]> git.pld-linux.org Git - packages/ccd2iso.git/blame - ccd2iso.spec
- new spec; CloneCD to ISO converter
[packages/ccd2iso.git] / ccd2iso.spec
CommitLineData
2c97770a
AM
1Summary: CloneCD image to ISO image file converter
2Name: ccd2iso
3Version: 0.1
4Release: 1
5License: GPL
6Group: Applications/System
7Source0: http://dl.sourceforge.net/%{name}/%{name}.tar.gz
8# Source0-md5: 2a478f2309608593035f1a095a616bd5
9URL: http://sourceforge.net/projects/ccd2iso/
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13CloneCD image to ISO image file converter.
14
15%prep
16%setup -q -n %{name}
17
18%build
19%configure
20%{__make}
21
22%install
23rm -rf $RPM_BUILD_ROOT
24
25%{__make} install \
26 DESTDIR=$RPM_BUILD_ROOT
27
28%clean
29rm -rf $RPM_BUILD_ROOT
30
31%files
32%defattr(644,root,root,755)
33%doc AUTHORS README
34%attr(755,root,root) %{_bindir}/*
This page took 0.064236 seconds and 4 git commands to generate.