source: projects/specs/branches/6/d/desktop-file-utils/desktop-file-utils-vl.spec @ 3534

Revision 3534, 3.6 KB checked in by owa, 13 years ago (diff)

rebuit

Line 
1Name: desktop-file-utils
2Summary: Utilities for manipulating .desktop files
3Summary(ja): .desktop ファイルを操作するユーティリティ
4Version: 0.17
5Release: 2%{?_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* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.17-2
53- rebuilt with rpm-4.8.1-3
54
55* Thu Sep 16 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.17-1
56- new upstream release
57
58* Tue May  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-1
59- new upstream release
60- removed BR: popt-devel
61
62* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15-2
63- spec in utf-8
64
65* Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.15-1vl5
66- new upstream release
67
68* Sun Jan  6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.14-0vl1
69- new upstream release
70- added %doc files
71
72* Mon Jul 23 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.13-0vl1
73- new upstream release
74
75* Sun Aug 20 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10-0vl2
76- add BuildRequires: emacsen
77
78* Mon Nov 22 2004 Tomoya TAKA <taka@vinelinux.org> 0.10-0vl1
79- new upstream release
80
81* Mon Jun 21 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6-0vl1
82- new upstream release
83
84* Mon Jun 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.20030616-0vl1
85- update from cvs
86
87* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3-3vl1
88- build for Vine Linux
89
90* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
91- fix more error messages
92
93* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
94- remove old symlinks before creating new ones, chills out
95  a lot of error messages
96
97* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
98- version 0.3
99
100* Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
101- 0.2.95 cvs snap, should fix OnlyShowIn
102
103* Mon Jul 22 2002 Havoc Pennington <hp@redhat.com>
104- 0.2.94 cvs snap, adds --print-available
105
106* Tue Jul  9 2002 Havoc Pennington <hp@redhat.com>
107- 0.2.93 cvs snap with a crash fixed, and corrects [KDE Desktop Entry]
108
109* Fri Jun 21 2002 Havoc Pennington <hp@redhat.com>
110- 0.2.92 cvs snap with --remove-key and checking for OnlyShowIn
111  and missing trailing semicolons on string lists
112
113* Fri Jun 21 2002 Havoc Pennington <hp@redhat.com>
114- 0.2.91 cvs snap with --copy-name-to-generic-name and
115  --copy-generic-name-to-name
116
117* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
118- 0.2.90 cvs snap with --delete-original fixed
119
120* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
121- rebuild in different environment
122
123* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
124- 0.2
125
126* Thu May 23 2002 Tim Powers <timp@redhat.com>
127- automated rebuild
128
129* Thu May 09 2002 Havoc Pennington <hp@redhat.com>
130- rebuild in different environment
131
132* Thu May  9 2002 Havoc Pennington <hp@redhat.com>
133- initial build
134
135
Note: See TracBrowser for help on using the repository browser.