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

Revision 12056, 4.2 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

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