Make some changes mentioned by Brian Pepple, obsolete totem-devel
This commit is contained in:
parent
f0649aa686
commit
3bbc4da292
@ -1,15 +1,19 @@
|
||||
Name: totem-pl-parser
|
||||
Version: 2.21.6
|
||||
Release: 1%{?dist}
|
||||
Summary: the Totem Playlist Parser library
|
||||
Summary: Totem Playlist Parser library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
Url: http://www.gnome.org/projects/totem/
|
||||
Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/2.21/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Obsoletes: totem-plparser
|
||||
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: gnome-vfs2-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: perl(XML::Parser)
|
||||
|
||||
%description
|
||||
A library to parse and save playlists, as used in music and movie players.
|
||||
@ -18,6 +22,7 @@ A library to parse and save playlists, as used in music and movie players.
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries
|
||||
Obsoletes: totem-devel
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
Requires: gnome-vfs2-devel
|
||||
@ -35,7 +40,6 @@ developing applications that use %{name}.
|
||||
%configure --enable-static=no
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user