Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4c2e6b9f24 |
3 changed files with 14 additions and 18 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
xfce4-taskmanager-1.0.0.tar.bz2
|
||||
xfce4-taskmanager-0.4.1.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
cd205366ae771d2cbe72b5ca7b1257b0 xfce4-taskmanager-1.0.0.tar.bz2
|
||||
4ed599faf6b734b2d2e7be16adf0b2d9 xfce4-taskmanager-0.4.1.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,14 +1,12 @@
|
|||
%global majorversion 1.0
|
||||
|
||||
Name: xfce4-taskmanager
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Version: 0.4.1
|
||||
Release: 3%{?dist}
|
||||
Summary: Taskmanager for the Xfce desktop environment
|
||||
|
||||
Group: User Interface/Desktops
|
||||
License: GPLv2+
|
||||
URL: http://goodies.xfce.org/projects/applications/%{name}
|
||||
Source0: http://archive.xfce.org/src/apps/%{name}/%{majorversion}/%{name}-%{version}.tar.bz2
|
||||
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libxfcegui4-devel >= 4.4
|
||||
|
|
@ -20,6 +18,12 @@ A simple taskmanager for the Xfce desktop environment.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
# convert ChangeLog and THANKS to UTF-8 to make rpmlint happy
|
||||
for file in ChangeLog THANKS; do
|
||||
mv $file timestamp
|
||||
iconv -f ISO-8859-1 -t UTF-8 -o $file timestamp
|
||||
touch -r timestamp $file
|
||||
done
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -37,6 +41,7 @@ desktop-file-install --vendor fedora \
|
|||
--add-category GTK \
|
||||
--add-category Monitor \
|
||||
--add-category X-Xfce \
|
||||
--remove-category Application \
|
||||
--remove-category Utility \
|
||||
--delete-original \
|
||||
${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
|
||||
|
|
@ -54,17 +59,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 15 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.0-1
|
||||
- Update to 1.0.0 final
|
||||
|
||||
* Sun Jun 06 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.92-1
|
||||
- Update to 0.5.91 (0.6 Beta 3)
|
||||
|
||||
* Tue May 25 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.91-1
|
||||
- Update to 0.5.91 (0.6 Beta 2)
|
||||
|
||||
* Thu Jul 30 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
* Sun Aug 01 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.1-3
|
||||
- Initial Build for EL-5
|
||||
|
||||
* Sat Feb 21 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.1-2
|
||||
- Rebuild for i586 and SHA 256 hashes in RPM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue