Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > feaf8d55c580087f7bfc1510d7c223c3 > files > 2

image-analyzer-2.0.0-5.mga5.src.rpm

Name:		image-analyzer
Version:	2.0.0
Release:	%mkrel 5
Summary:	An application that displays tree structure of disc image
Group:		File tools
License:	GPLv2
Source:		http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.bz2
BuildRequires:	pkgconfig(gtk+-3.0)
BuildRequires:	pkgconfig(libxml-2.0)
BuildRequires:	pkgconfig(libmirage) >= 2.0.0
BuildRequires:	gnuplot
BuildRequires:	cmake

%description
Image Analyzer is a simple Gtk+ application that displays tree structure of disc
image created by libMirage.

It is mostly intended as a demonstration of libMirage API use, although it can
be also used to verify that an image is correctly handled by libMirage.

%prep
%setup -q

%build
%cmake
%make

%install
cd build
%makeinstall_std

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop



%changelog
* Wed Oct 15 2014 umeabot <umeabot> 2.0.0-5.mga5
+ Revision: 744944
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 2.0.0-4.mga5
+ Revision: 680483
- Mageia 5 Mass Rebuild

* Sat Oct 19 2013 umeabot <umeabot> 2.0.0-3.mga4
+ Revision: 529073
- Mageia 4 Mass Rebuild

* Thu Jan 17 2013 pterjan <pterjan> 2.0.0-2.mga4
+ Revision: 389214
+ rebuild (emptylog)

* Sat Jan 12 2013 umeabot <umeabot> 2.0.0-2.mga3
+ Revision: 354288
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Dec 28 2012 mitya <mitya> 2.0.0-1.mga3
+ Revision: 335775
- New version 2.0.0
- Created package structure for image-analyzer.