rpms/imageinfo/F-7 imageinfo.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Brendt Wohlberg (brendt) fedora-extras-commits at redhat.com
Thu Oct 11 01:23:31 UTC 2007


Author: brendt

Update of /cvs/pkgs/rpms/imageinfo/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14445/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	imageinfo.spec 
Log Message:
Initial imageinfo spec file commit.



--- NEW FILE imageinfo.spec ---
Name:		imageinfo
Version:	0.05
Release:	2%{?dist}
Summary:	Extract attributes of digital images

Group:		Applications/Multimedia
License:	GPLv2+
URL:		http://www.wohlberg.net/public/software/photo/imageinfo/
Source0:	http://www.wohlberg.net/public/software/photo/imageinfo/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	ImageMagick-devel, lcms-devel
%if 0%{?fedora} >= 8
BuildRequires: popt-devel
%endif

%description
ImageInfo computes and displays selected image attributes. It is
similar in function to the ImageMagick "identify" utility, but
provides a few additional attributes (such as details of embedded ICC
profiles), and allows command line selection of the attributes to be
computed, avoiding unnecessary computation and and allowing easier
parsing of results when this utility is called from a script.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README GPL ChangeLog NEWS
%{_bindir}/*
%{_mandir}/*/*


%changelog
* Mon Oct  8 2007 Brendt Wohlberg <osspkg at gmail.com> - 0.05-2
- Modified for Fedora 8 popt-devel dependency.

* Fri Sep 14 2007 Brendt Wohlberg <osspkg at gmail.com> - 0.05-1
- Fixed some spec file problems, various minor improvements.

* Wed Mar 15 2006 Brendt Wohlberg <osspkg at gmail.com> - 0.03-2
- Added missing popt dependency

* Tue Aug 17 2005 Brendt Wohlberg <osspkg at gmail.com> - 0.02-2
- Removed BuildArchitectures tag and added BuildRequires tag

* Tue Mar 29 2005 Brendt Wohlberg <osspkg at gmail.com> - 0.02-1
- Created spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/imageinfo/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Oct 2007 22:20:44 -0000	1.1
+++ .cvsignore	11 Oct 2007 01:22:58 -0000	1.2
@@ -0,0 +1 @@
+imageinfo-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/imageinfo/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Oct 2007 22:20:44 -0000	1.1
+++ sources	11 Oct 2007 01:22:58 -0000	1.2
@@ -0,0 +1 @@
+8be3b80c505b5e27fa5d77e4180481a2  imageinfo-0.05.tar.gz




More information about the fedora-extras-commits mailing list