Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 2e8af5d8f2e6be6bbed83275cce95a65 > files > 2

iat-0.1.7-3.mga2.src.rpm

%define name    iat
%define version 0.1.7
%define release %mkrel 3

Name: %{name}
Version: %{version}
Release: %{release}

Summary: Iso9660 Analyzer Tool
License: GPLv2+
Group: File tools
Url: http://iat.berlios.de/
Source: http://prdownload.berlios.de/iat/iat-%version.tar.bz2

%description
iat (Iso9660 Analyzer Tool) is a tool for detecting the structure of many
types of CD-ROM image file formats, such as BIN, MDF, PDI, CDI, NRG, and B5I,
and converting them into ISO-9660.

%prep
%setup -q

%build
%configure
%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_docdir}/%{name}
mkdir -p %{buildroot}/%{_mandir}/man1/%{name}

cp src/%{name} %{buildroot}%{_bindir}
install -c -m 644 man/iat.1 %{buildroot}/%{_mandir}/man1/%{name}

%files
%_bindir/%{name}
%doc ChangeLog AUTHORS COPYING INSTALL NEWS README
%{_mandir}/man1/%{name}


%changelog

* Sat Mar 03 2012 malo <malo> 0.1.7-3.mga2
+ Revision: 217303
- spec clean-up after import from Mandriva
- imported package iat


* Fri Dec 10 2010 Oden Eriksson <oeriksson@mandriva.com> 0.1.7-2mdv2011.0
+ Revision: 619508
- the mass rebuild of 2010.0 packages

* Tue Oct 13 2009 Anne Nicolas <ennael@mandriva.org> 0.1.7-1mdv2010.0
+ Revision: 457199
- import iat