]> git.pld-linux.org Git - packages/ccd2iso.git/blob - ccd2iso.spec
- release 2
[packages/ccd2iso.git] / ccd2iso.spec
1 Summary:        CloneCD image to ISO image file converter
2 Summary(pl.UTF-8):      Konwerter plików obrazów CloneCD do ISO
3 Name:           ccd2iso
4 Version:        0.3
5 Release:        2
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://dl.sourceforge.net/ccd2iso/%{name}-%{version}.tar.gz
9 # Source0-md5:  a7df1c46cb710f2fc8ebd88c2e64ce65
10 URL:            http://sourceforge.net/projects/ccd2iso/
11 BuildRequires:  automake
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 CloneCD image to ISO image file converter.
16
17 %description -l pl.UTF-8
18 Konwerter plików obrazów CloneCD do ISO.
19
20 %prep
21 %setup -q
22
23 %build
24 cp -f /usr/share/automake/config.* .
25 %configure
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %{__make} install \
32         DESTDIR=$RPM_BUILD_ROOT
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc AUTHORS README
40 %attr(755,root,root) %{_bindir}/*
This page took 0.088467 seconds and 4 git commands to generate.