source: projects/specs/branches/6/i/icon-naming-utils/icon-naming-utils-vl.spec @ 3752

Revision 3752, 1.9 KB checked in by inagaki, 13 years ago (diff)

update: icon-naming-utils, tango-icon-theme

Line 
1Summary:        A script to handle icon names in desktop icon themes
2Summary(ja):    デスクトップアイコンテーマでアイコン名を扱うためのスクリプト
3Name:           icon-naming-utils
4Version:        0.8.90
5Release:        1%{?_dist_release}
6
7Group:          Development/Tools
8License:        GPLv2
9URL:            http://tango-project.org/Standard_Icon_Naming_Specification
10
11Source0:        icon-naming-utils-%{version}.tar.bz2
12
13BuildArch:      noarch
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15BuildRequires:  perl-XML-Simple
16Requires:       perl-XML-Simple
17
18%description
19A script for creating a symlink mapping for deprecated icon names to
20the new Icon Naming Specification names, for desktop icon themes.
21
22%prep
23%setup -q
24
25%build
26%configure
27make %{?_smp_mflags}
28
29%install
30rm -rf $RPM_BUILD_ROOT
31make install DESTDIR=$RPM_BUILD_ROOT
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36
37%files
38%defattr(-,root,root,-)
39%{_libexecdir}/icon-name-mapping
40%{_datadir}/icon-naming-utils
41%{_datadir}/pkgconfig/icon-naming-utils.pc
42%{_datadir}/dtds/*.dtd
43
44%changelog
45* Sun May  1 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.90-1
46- updated to 0.8.90
47
48* Fri Apr 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.7-2
49- rebuild with rpm-4.8.1
50
51* Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.7-1
52- new upstream release
53
54* Sat May 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.6-1
55- appiled new versioning policy
56
57* Sun Sep 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.6-0vl1
58- new upstream release
59
60* Wed Apr 25 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-0vl1
61- new upstream release
62
63* Thu Jul 13 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.3-0vl1
64- new upstream release
65- changed Group to Development/Tool
66
67* Thu Mar 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-0vl1
68- initial build for Vine Linux
69
70* Mon Feb  6 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.7-1
71- Update to 0.6.7
72
73* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.5-1
74- Initial import
Note: See TracBrowser for help on using the repository browser.