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

Revision 6158, 3.8 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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