[svn] r6310 - in trunk/rpms: . audacious ristretto squeez
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sat May 10 21:02:13 CEST 2008
Author: hadams
Date: 2008-05-10 20:02:13 +0100 (Sat, 10 May 2008)
New Revision: 6310
Added:
trunk/rpms/squeez/
trunk/rpms/squeez/squeez.spec
Modified:
trunk/rpms/audacious/audacious.spec
trunk/rpms/ristretto/ristretto.spec
Log:
Updates and added squeez
Modified: trunk/rpms/audacious/audacious.spec
===================================================================
--- trunk/rpms/audacious/audacious.spec 2008-05-10 17:15:41 UTC (rev 6309)
+++ trunk/rpms/audacious/audacious.spec 2008-05-10 19:02:13 UTC (rev 6310)
@@ -7,7 +7,7 @@
Summary: Graphical media player similar to xmms
Name: audacious
Version: 1.3.2
-Release: 4
+Release: 5
License: GPL
Group: Applications/Multimedia
URL: http://audacious-media-player.org/
@@ -54,7 +54,7 @@
Group: Development/Libraries
Requires: %{name}-libs = %{version}-%{release}
Requires: glib2-devel, gtk2-devel >= 2.6, GConf2-devel, libglade2-devel >= 2.4
-Requires: mcs-devel >= 0.1
+Requires: mcs-libs >= 0.1
Requires: pkgconfig
Obsoletes: bmp-devel <= 0.9.7.1
@@ -151,6 +151,9 @@
%{_libdir}/pkgconfig/*
%changelog
+* Mon Mar 31 2008 Heiko Adams <info at fedora-blog.de> - 1.3.2-5
+- bugfix
+
* Sun Mar 23 2008 Heiko Adams <info at fedora-blog.de> - 1.3.2-4
- some small improvements to the specfile
Modified: trunk/rpms/ristretto/ristretto.spec
===================================================================
--- trunk/rpms/ristretto/ristretto.spec 2008-05-10 17:15:41 UTC (rev 6309)
+++ trunk/rpms/ristretto/ristretto.spec 2008-05-10 19:02:13 UTC (rev 6310)
@@ -23,7 +23,7 @@
Requires: Thunar >= 0.9
Requires: libxfce4util >= 4.4.0
Requires: libxfcegui4 >= 4.4.0
-Requires: libexif >= (0.6.0
+Requires: libexif >= 0.6.0
Requires: dbus-glib >= 0.34
%description
Added: trunk/rpms/squeez/squeez.spec
===================================================================
--- trunk/rpms/squeez/squeez.spec (rev 0)
+++ trunk/rpms/squeez/squeez.spec 2008-05-10 19:02:13 UTC (rev 6310)
@@ -0,0 +1,74 @@
+# $Id:
+# Authority: h.adams
+
+Summary: Squeeze
+Name: squeeze
+Version: 0.2.3
+Release: 1
+License: GPL
+Group: Applications/Utilities
+URL: http://squeeze.xfce.org
+
+Source: http://squeeze.xfce.org/downloads/%{name}-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: gtk2-devel >= 2.10
+BuildRequires: libxfce4util-devel >= 4.4.0
+BuildRequires: libxfcegui4-devel >= 4.4.0
+BuildRequires: dbus-glib-devel >= 0.34
+BuildRequires: Thunar-devel >= 0.8
+
+Requires: gtk2 >= 2.10
+Requires: libxfce4util >= 4.4.0
+Requires: libxfcegui4 >= 4.4.0
+Requires: dbus-glib >= 0.34
+Requires: Thunar >= 0.8
+
+%description
+Squeeze is a modern and advanced archive manager for the Xfce Desktop Environment.
+Its design adheres to the Xfce philosophy, which basically means Squeeze is designed to be both fast and easy to use.
+
+%prep
+%setup
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%makeinstall
+%{__rm} %{buildroot}/usr/share/icons/hicolor/icon-theme.cache
+%find_lang %{name}
+
+%post
+touch --no-create %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+ %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
+%postun
+touch --no-create %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+ %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files -f %{name}.lang
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
+%{_bindir}/%{name}
+%{_includedir}/libsqueeze-0.2
+%{_libdir}/*
+%{_libexecdir}/thunar-archive-plugin/%{name}.tap
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/*
+%{_datadir}/locale/*
+%{_datadir}/pixmaps/*
+%{_datadir}/gtk-doc/html/libsqueeze/*
+
+%changelog
+* Sat Apr 10 2008 Heiko Adams <info-2007 at fedora-blog.de> - 0.0.19-1
+- Initial package.
More information about the svn-commits
mailing list