You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.0 KiB
44 lines
1.0 KiB
Summary: ephoto |
|
Name: @PACKAGE@ |
|
Version: @VERSION@ |
|
Release: 0.%(date '+%Y%m%d') |
|
License: BSD |
|
Group: Applications/Multimedia |
|
URL: http://www.stephen.3sixty8.com |
|
Source: %{name}-%{version}.tar.gz |
|
Packager: %{?_packager:%{_packager}}%{!?_packager:Stephen Houston <Unixtitan@gmail.com>} |
|
Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:Okra Project (http://www.stephen.3sixty8.com/)} |
|
Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} |
|
#BuildSuggests: xorg-x11-devel |
|
BuildRequires: evas-devel ecore-devel edje-devel eina-devel ethumb-devel |
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|
|
|
%description |
|
ephoto |
|
|
|
%prep |
|
%setup -q |
|
|
|
%build |
|
%{configure} --prefix=%{_prefix} |
|
%{__make} %{?_smp_mflags} %{?mflags} |
|
|
|
%install |
|
%{__make} %{?mflags_install} DESTDIR=$RPM_BUILD_ROOT install |
|
|
|
%clean |
|
test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT |
|
|
|
%post |
|
/sbin/ldconfig |
|
|
|
%postun |
|
/sbin/ldconfig |
|
|
|
%files |
|
%defattr(-, root, root) |
|
%doc AUTHORS ChangeLog COPYING COPYING.icons README |
|
%{_bindir}/* |
|
%{_datadir}/* |
|
|
|
%changelog
|
|
|