[gnome-documents] fix file lists for good

Matthias Clasen mclasen at fedoraproject.org
Wed Dec 21 05:59:58 UTC 2011


commit b399ec2dcc7d1923c261e7992624aad2143c6158
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Dec 21 00:59:39 2011 -0500

    fix file lists for good

 gnome-documents.spec |   17 ++---------------
 1 files changed, 2 insertions(+), 15 deletions(-)
---
diff --git a/gnome-documents.spec b/gnome-documents.spec
index c5fcf99..b5eb2d7 100644
--- a/gnome-documents.spec
+++ b/gnome-documents.spec
@@ -22,20 +22,11 @@ gnome-documents is a document manager application for GNOME,
 aiming to be a simple and elegant replacement for using Files to show
 the Documents directory.
 
-%package        devel
-Summary:        Development files for %{name}
-Requires:       %{name} = %{version}-%{release}
-
-%description    devel
-The %{name}-devel package contains libraries and header files for
-developing applications that use %{name}.
-
-
 %prep
 %setup -q
 
 %build
-%configure --disable-static --enable-introspection
+%configure --disable-static
 #FIXME: Build fails with  %{?_smp_mflags}.
 make
 
@@ -67,17 +58,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %doc README AUTHORS NEWS TODO COPYING
 %{_datadir}/%{name}
 %{_bindir}/%{name}
-#%{_libdir}/*.so.*
 %{_libexecdir}/*
 %{_datadir}/dbus-1/services/*
-#%{_libdir}/girepository-1.0
 %{_datadir}/glib-2.0/schemas/*
 %{_datadir}/applications/*
 %{_datadir}/icons/hicolor/*/apps/gnome-documents.png
+%{_libdir}/gnome-documents/
 
-%files devel
-#%{_libdir}/*.so
-#%{_datadir}/gir-1.0
 
 %changelog
 * Tue Dec 20 2011 Matthias Clasen <mclasen at redhat.com> - 0.3.3-1


More information about the scm-commits mailing list