source: projects/specs/branches/6/l/lxappearance-obconf/lxappearance-obconf-vl.spec @ 4448

Revision 4448, 2.1 KB checked in by kudoh, 13 years ago (diff)
Line 
1Name:           lxappearance-obconf
2Version:        0.0.1
3Release:        2%{?_dist_release}
4Summary:        Plugin to configure Openbox inside LXAppearance
5Summary(ja):    LXAppearance 内で OpenBox を設定するためのプラグイン
6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://lxde.org/
10Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12
13BuildRequires: gettext
14BuildRequires: gtk2-devel
15BuildRequires: intltool
16BuildRequires: libtool
17BuildRequires: libSM-devel
18BuildRequires: lxappearance-devel
19BuildRequires: openbox-devel
20BuildRequires: perl-XML-Parser
21
22Requires:       lxappearance >= 0.5.0
23Requires:       openbox
24
25%description
26This plugin adds an additional tab called "Window Border" to LXAppearance.
27It is only visible when the plugin is installed and Openbox is in use.
28
29%prep
30%setup -q
31# dirty hack for outdated/changing LINGUAS file
32#cd po
33#ls *.po | sed 's/.po//g' | sort > LINGUAS
34
35%build
36%configure --disable-static
37make %{?_smp_mflags}
38
39
40%install
41rm -rf $RPM_BUILD_ROOT
42make install DESTDIR=$RPM_BUILD_ROOT
43
44rm $RPM_BUILD_ROOT%{_libdir}/lxappearance/plugins/obconf.la
45
46%find_lang %{name}
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51
52%files -f %{name}.lang
53%defattr(-,root,root,-)
54%doc AUTHORS CHANGELOG COPYING NEWS README TODO
55%{_libdir}/lxappearance/plugins/obconf.so
56%{_datadir}/lxappearance/obconf/
57
58
59%changelog
60* Sun Jul 31 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-2
61- rebuilt with new lxappearance
62
63* Sun Jul 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-1
64- initial build for Vine Linux
65
66* Wed Jul 14 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110714git3a0fd02d
67- Update to latest GIT snapshot
68
69* Fri Jan 28 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110128git710ba0e6
70- Update to latest GIT snapshot
71
72* Fri Sep 03 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100903git1769cdca
73- Update to latest GIT snapshot
74
75* Fri Aug 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100813git1bf017ee
76- initial package
Note: See TracBrowser for help on using the repository browser.