rebuild
This commit is contained in:
parent
30bea753af
commit
82a61c1ed0
@ -1,13 +1,12 @@
|
||||
Name: totem-pl-parser
|
||||
Version: 2.30.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Totem Playlist Parser library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
Url: http://www.gnome.org/projects/totem/
|
||||
Source0: http://download.gnome.org/sources/%{name}/2.28/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Obsoletes: totem-plparser
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
@ -43,15 +42,11 @@ developing applications that use %{name}.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
%find_lang %{name} --with-gnome
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -71,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/totem-pl-parser
|
||||
|
||||
%changelog
|
||||
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 2.30.3-2
|
||||
- Rebuild against newer gobject-introspection
|
||||
|
||||
* Mon Sep 13 2010 Bastien Nocera <bnocera@redhat.com> 2.30.3-1
|
||||
- Update to 2.30.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user