1Summary: ephoto
2Name: @PACKAGE@
3Version: @VERSION@
4Release: 0.%(date '+%Y%m%d')
5License: BSD
6Group: Applications/Multimedia
7URL: http://www.smhouston.us/ephoto
8Source: %{name}-%{version}.tar.gz
9Packager: %{?_packager:%{_packager}}%{!?_packager:Stephen Houston <smhouston88@gmail.com>}
10Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:Okra Project (http://www.smhouston.us)}
11Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
12#BuildSuggests: xorg-x11-devel
13Requires: efl >= 1.18.0
14Requires: elementary >= 1.18.0
15BuildRequires: efl-devel edje-devel elementary-devel
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17
18%description
19ephoto
20
21%prep
22%setup -q
23
24%build
25%{configure} --prefix=%{_prefix}
26%{__make} %{?_smp_mflags} %{?mflags}
27
28%install
29%{__make} %{?mflags_install} DESTDIR=$RPM_BUILD_ROOT install
30
31%clean
32test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
33
34%post
35/sbin/ldconfig
36
37%postun
38/sbin/ldconfig
39
40%files
41%defattr(-, root, root)
42%doc AUTHORS ChangeLog COPYING README
43%{_bindir}/*
44%{_datadir}/*
45%{_libdir}/*.so
46%{_libdir}/*.la
47%{_libdir}/*.a
48
49%changelog
50