source: projects/specs/branches/6/m/metacity-setup/metacity-setup-vl.spec @ 521

Revision 521, 1.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Setup utility for metacity
2Summary(ja): Metacity セットアップユーティリティ
3Name: metacity-setup
4Version: 0.7.1
5Release: 1%{?_dist_release}
6Source0: %{name}-%{version}.tar.gz
7Source1: metacity-setup-ja.po
8Patch1: metacity-setup-0.7.1-default.patch
9Patch2: metacity-setup-ja.patch
10License: GPL
11Group: User Interface/Desktops
12BuildRoot: %{_tmppath}/%{name}-root
13
14Requires: desktop-file-utils >= 0.3
15
16%description
17Configuration tool for the Metacity Window Manager.
18
19%prep
20%setup -q
21%patch1 -p0 -b .default
22%patch2 -p0 -b .ja
23
24cp -f %{SOURCE1} po/ja.po
25
26%build
27autoconf
28%configure
29make
30
31%install
32%makeinstall
33
34desktop-file-install --vendor gnome --delete-original                   \
35  --dir $RPM_BUILD_ROOT%{_datadir}/control-center-2.0/capplets          \
36  $RPM_BUILD_ROOT%{_datadir}/control-center-2.0/capplets/*
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(-,root,root)
43%{_bindir}/*
44%{_datadir}/control-center-2.0/capplets/*
45%{_datadir}/metacity-setup
46%{_datadir}/pixmaps/*
47%{_datadir}/locale/*/LC_MESSAGES/*.mo
48
49%changelog
50* Sat Oct 04 2008 Shu KONNO <owa@bg.wakwak.com> 0.7.1-1vl5
51- applied new versioning policy, spec in utf-8
52
53* Fri Jan  3 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-0vl4
54- oops, add missing locale data to %%files.
55
56* Sun Dec 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-0vl3
57- update ja.po, patch2
58- translate .desktop files.
59
60* Sun Dec 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-0vl2
61- add ja.po, patch2
62
63* Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.1-0vl1
64- initial build for Vine Linux
65
66
Note: See TracBrowser for help on using the repository browser.