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

Revision 1813, 3.5 KB checked in by inagaki, 14 years ago (diff)

updated: desktop-file-utils, pkgconfig

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