Compile fixes of dist'ed tar ball and fixing rpm spec so it doesn't include debug stuff in the main package.

SVN revision: 81015
master
Rui Seabra 10 years ago
parent 7dee70343f
commit 2077ae41a0
  1. 17
      data/images/Makefile.am
  2. 7
      data/themes/default/images/Makefile.am
  3. 4
      ephoto.spec.in

@ -1,20 +1,9 @@
MAINTAINERCLEANFILES = Makefile.in Makefile
IMAGES = \
back.png \
back_grid.png \
first.png \
folder.png \
forward.png \
grid.png \
last.png \
single.png \
slideshow.png \
up.png \
zoom-fit.png \
zoom-in.png \
zoom-original.png \
zoom-out.png
*.png
imagesdir = $(pkgdatadir)/images
images_DATA = $(IMAGES)
EXTRA_DIST = $(IMAGES)

@ -1,9 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = \
thumb_shadow.png \
bt_sm_base1.png \
bt_sm_shine.png \
bt_sm_hilight.png \
directory-512.png \
directory-up-512.png
*.png

@ -41,6 +41,8 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%doc AUTHORS ChangeLog COPYING COPYING.icons README
%{_bindir}/*
%{_datadir}/*
%{_libdir}/*
%{_libdir}/*.so
%{_libdir}/*.la
%{_libdir}/*.a
%changelog

Loading…
Cancel
Save