summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2007-05-22 02:40:59 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2007-05-22 02:40:59 +0000
commit87832bbef89dacb4f4b1a99f5cdcd444e586d63c (patch)
tree8ec7cf13ef379d4e6121fc6d62ea33bd8f66212c
parent627baaea4042321644416e383a73b6fd07ca28b8 (diff)
downloadgnome-applets-87832bbef89dacb4f4b1a99f5cdcd444e586d63c.tar.gz
gnome-applets-87832bbef89dacb4f4b1a99f5cdcd444e586d63c.tar.xz
gnome-applets-87832bbef89dacb4f4b1a99f5cdcd444e586d63c.zip
split off a -devel package
-rw-r--r--gnome-applets.spec25
1 files changed, 20 insertions, 5 deletions
diff --git a/gnome-applets.spec b/gnome-applets.spec
index aff6f23..9ce8e15 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -33,12 +33,12 @@
Summary: Small applications for the GNOME panel
Name: gnome-applets
Version: 2.18.0
-Release: 7%{?dist}
+Release: 8%{?dist}
Epoch: 1
License: GPL
Group: User Interface/Desktops
URL: http://www.gnome.org/
-Source: http://ftp.gnome.org/pub/gnome/sources/%{name}/2.18/%{name}-%{version}.tar.bz2
+Source: http://download.gnome.org/sources/%{name}/2.18/%{name}-%{version}.tar.bz2
Source1: gnome-applets-2.9.3.1-modemlights.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -134,6 +134,17 @@ applications and desktop tools to be used in conjunction with a window
manager for the X Window System. The gnome-applets package provides
small utilities for the GNOME panel.
+%package devel
+Summary: Development files for applications using gnome-applets
+Group: Development/Libraries
+Requires: gnome-applets = %{epoch}:%{version}-%{release}
+Requires: pkgconfig
+
+%description devel
+
+This package contains files needed for compiling programs using
+libraries contained in the gnome-applets package.
+
%prep
%setup -q
%patch0 -p1 -b .use-old-modemlights
@@ -296,7 +307,7 @@ fi
%{_bindir}/*
%{_libdir}/bonobo/servers/*
%{python_sitelib}/invest/
-%{_libdir}/libgweather.so*
+%{_libdir}/libgweather.so.*
%{_libexecdir}/accessx-status-applet
%{_libexecdir}/battstat-applet-2
%{_libexecdir}/charpick_applet2
@@ -324,12 +335,16 @@ fi
%{_sysconfdir}/security/console.apps/*
%{_sysconfdir}/sound
-# These are really devel files, but we don't want a devel package
-# for just three files
+%files devel
+%defattr(-,root,root)
%{_includedir}/libgweather
%{_libdir}/pkgconfig/gweather.pc
+%{_libdir}/libgweather.so
%changelog
+* Mon May 21 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-8
+- Split off a -devel package
+
* Tue Apr 10 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-7
- Fix a leak in the keyboard indicator applet