SPECS: last-exit.spec - 2.0, updated deps, use HEAD deps, added de...
freetz
freetz at pld-linux.org
Sun Aug 20 11:45:46 CEST 2006
Author: freetz Date: Sun Aug 20 09:45:46 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 2.0, updated deps, use HEAD deps, added desktop patch, cleaned up files
section, build fixes, added some basic gstreamer R:
---- Files affected:
SPECS:
last-exit.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/last-exit.spec
diff -u SPECS/last-exit.spec:1.3 SPECS/last-exit.spec:1.4
--- SPECS/last-exit.spec:1.3 Mon Jul 24 19:58:58 2006
+++ SPECS/last-exit.spec Sun Aug 20 11:45:41 2006
@@ -2,17 +2,26 @@
Summary: GTK+ Last.fm player
Summary(pl): Odtwarzacz Last.fm dla GTK+
Name: last-exit
-Version: 1.0
-Release: 0.1
+Version: 2.0
+Release: 1
License: GPL v2+
Group: X11/Applications/Multimedia
Source0: http://www.o-hand.com/~iain/last-exit/%{name}-%{version}.tar.bz2
-# Source0-md5: ed579d0358624ebee677d24f25be0273
+# Source0-md5: 85e31cbf8827284422d9328a71d777f2
Patch0: %{name}-exec.patch
+Patch1: %{name}-desktop.patch
URL: http://www.o-hand.com/~iain/last-exit/
-BuildRequires: dotnet-gtk-sharp2-gnome-devel
-BuildRequires: gstreamer-plugins-base-devel
-BuildRequires: mono-csharp
+BuildRequires: GConf2-devel >= 2.14.0
+BuildRequires: dbus-glib-devel >= 0.71
+BuildRequires: dotnet-gnome-sharp-devel >= 2.15.0
+BuildRequires: gstreamer-plugins-base-devel >= 0.10.9
+BuildRequires: mono-csharp >= 1.1.16.1
+BuildRequires: rpmbuild(macros) >= 1.176
+Requires(post,preun): GConf2 >= 2.14.0
+Requires(post,postun): gtk+2 >= 2.10.2
+Requires: gstreamer-audio-effects-base >= 0.10.9
+Requires: gstreamer-audio-formats >= 0.10.4
+Requires: gstreamer-audiosink
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -24,9 +33,11 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
-%configure
+%configure \
+ --disable-static
%{__make}
%install
@@ -35,7 +46,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.a
+rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
%clean
rm -rf $RPM_BUILD_ROOT
@@ -43,20 +54,24 @@
%post
%gconf_schema_install last-exit.schemas
%gconf_schema_install lastfm.schemas
+%update_icon_cache hicolor
%preun
%gconf_schema_uninstall last-exit.schemas
%gconf_schema_uninstall lastfm.schemas
+%postun
+%update_icon_cache hicolor
+
%files
%defattr(644,root,root,755)
%doc AUTHORS README
%attr(755,root,root) %{_bindir}/*
%dir %{_libdir}/%{name}
%attr(755,root,root) %{_libdir}/%{name}/*.exe*
-%attr(755,root,root) %{_libdir}/%{name}/*.so*
-%{_libdir}/%{name}/*.la
-%{_sysconfdir}/gconf/schemas/*
+%attr(755,root,root) %{_libdir}/%{name}/*.so
+%{_sysconfdir}/gconf/schemas/last-exit.schemas
+%{_sysconfdir}/gconf/schemas/lastfm.schemas
%{_desktopdir}/*.desktop
%{_iconsdir}/*/*/apps/last-exit*
@@ -66,6 +81,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2006/08/20 09:45:41 freetz
+- 2.0, updated deps, use HEAD deps, added desktop patch, cleaned up files
+ section, build fixes, added some basic gstreamer R:
+
Revision 1.3 2006/07/24 17:58:58 qboosh
- pl, cleanup
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/last-exit.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list