split off -devel

This commit is contained in:
Matthias Clasen 2007-05-20 01:36:45 +00:00
parent 91f327888d
commit 18e88d6f04

View File

@ -54,6 +54,21 @@ Requires(postun): scrollkeeper
%description
Eye of GNOME (EOG) is an image viewer.
%package devel
Summary: Files needed for developing plugins for the EOG image viewer
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
Requires: gtk2-devel
Requires: libgnomeui-devel
Requires: libglade2-devel
Requires: gnome-vfs2-devel
Requires: GConf2-devel
%description devel
Eye of GNOME (EOG) is an image viewer.
This package allows you to develop plugins to extend EOG.
%prep
%setup -q
@ -83,6 +98,8 @@ desktop-file-install --vendor gnome --delete-original \
# grr, --disable-scrollkeeper seems broken
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
mkdir -p $RPM_BUILD_ROOT%{_libdir}/eog/plugins
%clean
rm -rf $RPM_BUILD_ROOT
@ -124,13 +141,21 @@ fi
%{_datadir}/applications/*
%{_datadir}/omf/*
%{_datadir}/icons/hicolor/*/apps/eog.png
%{_datadir}/icons/hicolor/*/actions/eog-plugin.png
%{_datadir}/icons/hicolor/scalable/apps/eog.svg
%{_bindir}/*
%{_sysconfdir}/gconf/schemas/*.schemas
%{_libdir}/eog
%files devel
%defattr(-,root,root)
%{_includedir}/eog
%{_libdir}/pkgconfig/eog.pc
%changelog
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
- Update to 2.19.2
- Split off a -devel package
- Small spec fixes
* Sun Apr 1 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0.1-27