Some build fixes, namely for rpmbuilding.

SVN revision: 57142
v-1.6.0
Rui Seabra 12 years ago
parent 220c58503d
commit 08abfdbacd
  1. 2
      Makefile.am
  2. 1
      data/themes/default/images/Makefile.am
  3. 4
      ephoto.spec.in

@ -19,7 +19,7 @@ DISTCLEANFILES = po/stamp-po
SUBDIRS = src data po
EXTRA_DIST = README AUTHORS COPYING ephoto.spec
EXTRA_DIST = README AUTHORS COPYING COPYING.icons ephoto.spec
ACLOCAL_AMFLAGS = -I m4

@ -2,7 +2,6 @@ MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = \
thumb_shadow.png \
black.png \
bt_sm_base1.png \
bt_sm_shine.png \
bt_sm_hilight.png \

@ -10,7 +10,8 @@ Packager: %{?_packager:%{_packager}}%{!?_packager:Stephen Houston <Unixtitan@gma
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
Requires: evas ecore edje eina ethumb eio
BuildRequires: evas-devel ecore-devel edje-devel eina-devel ethumb-devel eio-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -40,5 +41,6 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%doc AUTHORS ChangeLog COPYING COPYING.icons README
%{_bindir}/*
%{_datadir}/*
%{_libdir}/*
%changelog

Loading…
Cancel
Save