]> git.pld-linux.org Git - packages/ccd2iso.git/blob - ccd2iso.spec
- new spec; CloneCD to ISO converter
[packages/ccd2iso.git] / ccd2iso.spec
1 Summary:        CloneCD image to ISO image file converter
2 Name:           ccd2iso
3 Version:        0.1
4 Release:        1
5 License:        GPL
6 Group:          Applications/System
7 Source0:        http://dl.sourceforge.net/%{name}/%{name}.tar.gz
8 # Source0-md5:  2a478f2309608593035f1a095a616bd5
9 URL:            http://sourceforge.net/projects/ccd2iso/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 CloneCD image to ISO image file converter.
14
15 %prep
16 %setup -q -n %{name}
17
18 %build
19 %configure
20 %{__make}
21
22 %install
23 rm -rf $RPM_BUILD_ROOT
24
25 %{__make} install \
26         DESTDIR=$RPM_BUILD_ROOT
27
28 %clean
29 rm -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.061997 seconds and 3 git commands to generate.