File zphoto.spec of Package zphoto
Summary: A flash based foto web site generator
Name: zphoto
Version: 1.2
Release: 1
License: GPL
Group: System Environment/Libraries
Source: http://namazu.org/~satoru/zphoto/zphoto-%version.tar.gz
Patch: %name.diff
URL: http://0xcc.net/zphoto
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libming-devel zlib-devel imlib2-devel unzip popt-devel gcc-c++
%description
%prep
%setup -q
%patch
autoreconf -f -i
%build
export CFLAGS="%{optflags}"
%configure --prefix=/usr/
%{__make} %{?jobs:-j%jobs}
%install
%{__make} DESTDIR=%{buildroot} install
%{__rm} -rf %{buildroot}/var
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root)
%{_bindir}/*
/usr/share/locale/*/LC_MESSAGES/*.mo
/usr/share/zphoto