source: projects/specs/trunk/d/desktop-file-utils/desktop-file-utils-vl.spec @ 521

Revision 521, 3.3 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Utilities for manipulating .desktop files
2Summary(ja): .desktop ファイルを操作するユーティリティ
3Name: desktop-file-utils
4Version: 0.15
5Release: 2%{?_dist_release}
6URL: http://www.freedesktop.org/software/desktop-file-utils
7Source0: %{name}-%{version}.tar.gz
8License: GPL
9Group: Development/Tools
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11
12BuildRequires: glib2-devel >= 2.4
13BuildRequires: popt
14BuildRequires: emacsen
15
16Obsoletes: desktop-file-validator
17
18%description
19.desktop files are used to describe an application for inclusion in
20GNOME or KDE menus.  This package contains desktop-file-validate which
21checks whether a .desktop file complies with the specification at
22http://www.freedesktop.org/standards/, and desktop-file-install
23which installs a desktop file to the standard directory, optionally
24fixing it up in the process.
25
26%prep
27%setup -q
28
29%build
30if [ ! -x configure ]; then
31  ./autogen.sh
32fi
33%configure
34make
35
36%install
37rm -rf $RPM_BUILD_ROOT
38%makeinstall
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(-,root,root)
45%doc AUTHORS COPYING ChangeLog NEWS README
46%{_bindir}/*
47%{_datadir}/emacs/site-lisp/*
48
49%changelog
50* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15-2
51- spec in utf-8
52
53* Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.15-1vl5
54- new upstream release
55
56* Sun Jan  6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.14-0vl1
57- new upstream release
58- added %doc files
59
60* Mon Jul 23 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.13-0vl1
61- new upstream release
62
63* Sun Aug 20 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10-0vl2
64- add BuildRequires: emacsen
65
66* Mon Nov 22 2004 Tomoya TAKA <taka@vinelinux.org> 0.10-0vl1
67- new upstream release
68
69* Mon Jun 21 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6-0vl1
70- new upstream release
71
72* Mon Jun 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.20030616-0vl1
73- update from cvs
74
75* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3-3vl1
76- build for Vine Linux
77
78* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
79- fix more error messages
80
81* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
82- remove old symlinks before creating new ones, chills out
83  a lot of error messages
84
85* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
86- version 0.3
87
88* Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
89- 0.2.95 cvs snap, should fix OnlyShowIn
90
91* Mon Jul 22 2002 Havoc Pennington <hp@redhat.com>
92- 0.2.94 cvs snap, adds --print-available
93
94* Tue Jul  9 2002 Havoc Pennington <hp@redhat.com>
95- 0.2.93 cvs snap with a crash fixed, and corrects [KDE Desktop Entry]
96
97* Fri Jun 21 2002 Havoc Pennington <hp@redhat.com>
98- 0.2.92 cvs snap with --remove-key and checking for OnlyShowIn
99  and missing trailing semicolons on string lists
100
101* Fri Jun 21 2002 Havoc Pennington <hp@redhat.com>
102- 0.2.91 cvs snap with --copy-name-to-generic-name and
103  --copy-generic-name-to-name
104
105* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
106- 0.2.90 cvs snap with --delete-original fixed
107
108* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
109- rebuild in different environment
110
111* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
112- 0.2
113
114* Thu May 23 2002 Tim Powers <timp@redhat.com>
115- automated rebuild
116
117* Thu May 09 2002 Havoc Pennington <hp@redhat.com>
118- rebuild in different environment
119
120* Thu May  9 2002 Havoc Pennington <hp@redhat.com>
121- initial build
122
123
Note: See TracBrowser for help on using the repository browser.