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

Revision 942, 3.4 KB checked in by inagaki, 14 years ago (diff)

updated: desktop-file-utils, global

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