60 lines
1.7 KiB
RPMSpec
60 lines
1.7 KiB
RPMSpec
Name: xfce4-taskmanager
|
|
Version: 0.3.1
|
|
Release: 2%{?dist}
|
|
Summary: Taskmanager for the Xfce desktop environment
|
|
|
|
Group: User Interface/Desktops
|
|
License: GPL
|
|
URL: http://xfce-goodies.berlios.de/
|
|
Source0: http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
|
|
Source1: xfce4-taskmanager.desktop
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: libxfcegui4-devel >= 4.2, gettext, desktop-file-utils
|
|
|
|
%description
|
|
A simple taskmanager for the Xfce desktop environment.
|
|
|
|
%prep
|
|
%setup -q
|
|
# fix permissions of a file in the debug package
|
|
%__chmod 0644 src/functions.c
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
%find_lang %{name}
|
|
|
|
desktop-file-install --vendor fedora \
|
|
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
|
|
--add-category X-Fedora \
|
|
--add-category Application \
|
|
--add-category System \
|
|
%{SOURCE1}
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS COPYING ChangeLog README TODO
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/applications/fedora-%{name}.desktop
|
|
|
|
%changelog
|
|
* Thu Dec 15 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.1-2
|
|
- Initial Fedora Extras version.
|
|
- Add xfce4-taskmanager.desktop.
|
|
- Remove useless NEWS from %DOC.
|
|
- Clean up specfile.
|
|
|
|
* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.1-1.fc4.cw
|
|
- Updated to version 0.3.1.
|
|
- Rebuild for Core 4.
|
|
|
|
* Thu Apr 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.2.1-1.fc3.cw
|
|
- Initial RPM release.
|