/[packages]/cauldron/cdi2iso/current/SPECS/cdi2iso.spec
ViewVC logotype

Contents of /cauldron/cdi2iso/current/SPECS/cdi2iso.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 96165 - (show annotations) (download)
Sun May 8 09:36:39 2011 UTC (12 years, 11 months ago) by nanardon
File size: 795 byte(s)
imported package cdi2iso
1 %define name cdi2iso
2 %define version 0.1
3 %define release %mkrel 9
4
5 Name: %{name}
6 Version: %{version}
7 Release: %{release}
8 Summary: Convert DiskJuggler CD Images to ISO
9 Source: %{name}-%{version}.tar.bz2
10 URL: http://developer.berlios.de/projects/cdi2iso/
11 License: GPL
12 Group: Archiving/Other
13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
14
15 %description
16 CDI2ISO is a very simple utility to convert DiscJuggler image
17 to the standard ISO-9660 format.
18
19 %prep
20 %setup -q
21
22 %build
23 gcc %optflags ./src/cdi2iso.c -o cdi2iso
24
25 %install
26 [ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
27 mkdir -p %{buildroot}%{_bindir}
28 install cdi2iso %{buildroot}%{_bindir}/cdi2iso
29
30 %clean
31 [ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
32
33 %files
34 %defattr(-,root,root)
35 %doc CHANGELOG
36 %{_bindir}/cdi2iso
37
38
39
40

  ViewVC Help
Powered by ViewVC 1.1.30