auto-import changelog data from desktop-file-utils-0.2-1.src.rpm
Wed Jun 05 2002 Havoc Pennington <hp@redhat.com> - 0.2 Thu May 23 2002 Tim Powers <timp@redhat.com> - automated rebuild Thu May 09 2002 Havoc Pennington <hp@redhat.com> - rebuild in different environment Thu May 09 2002 Havoc Pennington <hp@redhat.com> - initial build
This commit is contained in:
parent
117d54ce7d
commit
0395a556fd
@ -0,0 +1 @@
|
|||||||
|
desktop-file-utils-0.2.tar.gz
|
56
desktop-file-utils.spec
Normal file
56
desktop-file-utils.spec
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
Summary: Utilities for manipulating .desktop files
|
||||||
|
Name: desktop-file-utils
|
||||||
|
Version: 0.2
|
||||||
|
Release: 1
|
||||||
|
URL: http://www.freedesktop.org/software/desktop-file-utils
|
||||||
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
License: GPL
|
||||||
|
Group: Development/Tools
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
|
BuildRequires: glib2-devel >= 2.0.0
|
||||||
|
BuildRequires: popt
|
||||||
|
|
||||||
|
Obsoletes: desktop-file-validator
|
||||||
|
|
||||||
|
%description
|
||||||
|
.desktop files are used to describe an application for inclusion in
|
||||||
|
GNOME or KDE menus. This package contains desktop-file-validate which
|
||||||
|
checks whether a .desktop file complies with the specification at
|
||||||
|
http://www.freedesktop.org/standards/, and desktop-file-install
|
||||||
|
which installs a desktop file to the standard directory, optionally
|
||||||
|
fixing it up in the process.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%configure
|
||||||
|
make
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
|
||||||
|
- 0.2
|
||||||
|
|
||||||
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Thu May 09 2002 Havoc Pennington <hp@redhat.com>
|
||||||
|
- rebuild in different environment
|
||||||
|
|
||||||
|
* Thu May 9 2002 Havoc Pennington <hp@redhat.com>
|
||||||
|
- initial build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user