[CentOS-devel] Package submission: squeeze

Sun May 11 15:42:26 UTC 2008
Heiko Adams <heiko.adams at gmail.com>

Hello,
I'd like to submit the squeeze-package to the centos repo.

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. 

Download: 
http://download.ha-software.de/squeeze-0.2.3-1.src.rpm

Regards,
-- 
Heiko Adams <heiko.adams at gmail.com>
-------------- next part --------------
# $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.2.3-1
- Initial package.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://lists.centos.org/pipermail/centos-devel/attachments/20080511/06786117/attachment-0004.sig>