From 2077ae41a0355412c3e8fdd19c8125329a94efdc Mon Sep 17 00:00:00 2001 From: Rui Seabra Date: Sat, 15 Dec 2012 09:03:18 +0000 Subject: [PATCH] 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 --- data/images/Makefile.am | 17 +++-------------- data/themes/default/images/Makefile.am | 7 +------ ephoto.spec.in | 4 +++- 3 files changed, 7 insertions(+), 21 deletions(-) diff --git a/data/images/Makefile.am b/data/images/Makefile.am index f1dbc96..262fb9f 100644 --- a/data/images/Makefile.am +++ b/data/images/Makefile.am @@ -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) diff --git a/data/themes/default/images/Makefile.am b/data/themes/default/images/Makefile.am index 086e670..b458326 100644 --- a/data/themes/default/images/Makefile.am +++ b/data/themes/default/images/Makefile.am @@ -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 diff --git a/ephoto.spec.in b/ephoto.spec.in index 6350071..6c39636 100644 --- a/ephoto.spec.in +++ b/ephoto.spec.in @@ -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