rpms/photoml/F-8 photoml.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Brendt Wohlberg (brendt) fedora-extras-commits at redhat.com
Sun Dec 23 19:16:03 UTC 2007


Author: brendt

Update of /cvs/pkgs/rpms/photoml/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20491/F-8

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



--- NEW FILE photoml.spec ---
Name:		photoml
Version:	0.24
Release:	2%{?dist}
Summary:	An XML DTD and tools for describing photographic metadata

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

BuildRequires:	perl, perl-Image-ExifTool >= 6.77, perl-DateManip
BuildRequires:	libxml2, libxslt, dcraw, imageinfo, xgrep
BuildArchitectures:	noarch

%description
Photo Description Markup Language (PhotoML) is primarily intended to
provide an XML format and tools for describing details of photo
creation, processing, and content in a collection of photographs. It
is designed to be appropriate for a wide variety of photographic
formats, including roll film (such as 35mm and 120/220), sheet film
(such as 4x5 and 8x10) and digital images. The type of information
represented, while allowing description of details of content,
creation etc. for digital images, does not support some of the more
low-level housekeeping details that might be necessary in an
application such as an online database of digital images. In
particular, PhotoML is not yet another web photo gallery generator.

%prep
%setup -q
iconv -f ISO8859-1 -t UTF8 --output docs/pmldoc.txt.utf8 docs/pmldoc.txt
mv docs/pmldoc.txt.utf8 docs/pmldoc.txt


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT/usr/share/doc/%{name}


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README GPL ChangeLog NEWS docs/pmldoc.{html,css,pdf,txt}
%{_bindir}/*
%{_mandir}/*/*
%{_datadir}/photoml


%changelog
* Fri Dec 21 2007 Brendt Wohlberg <osspkg at gmail.com> - 0.24-2
- Fixed license and docs directory problems.

* Wed Dec 19 2007 Brendt Wohlberg <osspkg at gmail.com> - 0.24-1
- New release version.

* Sat Oct  6 2007 Brendt Wohlberg <osspkg at gmail.com> - 0.22-1
- New release version and improved spec file format.

* Mon Sep 10 2007 Brendt Wohlberg <osspkg at gmail.com> - 0.21-1
- Fixed problems in spec file (and other rpm building issues).

* Tue May 15 2007 Brendt Wohlberg <osspkg at gmail.com> - 0.20-2
- Updated package dependencies for new pmldigital implementation.

* Sun Jul 16 2006 Brendt Wohlberg <osspkg at gmail.com> - 0.20-1
- Modified package description.

* Sun Nov 14 2004 Brendt Wohlberg <osspkg at gmail.com>
- Version number is now auto-inserted by top level makefile dist target

* Tue Apr 13 2004 Brendt Wohlberg <osspkg at gmail.com> 0.14-1
- Fixed XSL problems using recent libxslt and changed version to 0.14

* Sat Dec 27 2003 Brendt Wohlberg <osspkg at gmail.com> - 0.13-1
- Changed version to 0.13 and switched to "noarch" architecture.

* Sat Nov 15 2003 Brendt Wohlberg <osspkg at gmail.com> 
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/photoml/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Dec 2007 18:13:31 -0000	1.1
+++ .cvsignore	23 Dec 2007 19:15:28 -0000	1.2
@@ -0,0 +1 @@
+photoml-0.24.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/photoml/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Dec 2007 18:13:31 -0000	1.1
+++ sources	23 Dec 2007 19:15:28 -0000	1.2
@@ -0,0 +1 @@
+8a1dacad9eb73b9abc661557e9886fb2  photoml-0.24.tar.gz




More information about the fedora-extras-commits mailing list