source: projects/specs/trunk/l/lxappearance-obconf/lxappearance-obconf-vl.spec @ 5679

Revision 5679, 2.3 KB checked in by kudoh, 12 years ago (diff)
Line 
1Name:           lxappearance-obconf
2Version:        0.0.2
3Release:        1.git20120211%{?_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}git20120211.tar.bz2
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 -n %{name}
31# dirty hack for outdated/changing LINGUAS file
32#cd po
33#ls *.po | sed 's/.po//g' | sort > LINGUAS
34
35%build
36./autogen.sh
37%configure --disable-static
38make %{?_smp_mflags}
39
40
41%install
42rm -rf $RPM_BUILD_ROOT
43make install DESTDIR=$RPM_BUILD_ROOT
44
45rm $RPM_BUILD_ROOT%{_libdir}/lxappearance/plugins/obconf.la
46
47%find_lang %{name}
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52
53%files -f %{name}.lang
54%defattr(-,root,root,-)
55%doc AUTHORS CHANGELOG COPYING NEWS README TODO
56%{_libdir}/lxappearance/plugins/obconf.so
57%{_datadir}/lxappearance/obconf/
58
59
60%changelog
61* Sat Feb 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.2.git20120211-1
62- new upstream release
63  - built trunk snapshot
64
65* Sun Jul 31 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-2
66- rebuilt with new lxappearance
67
68* Sun Jul 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-1
69- initial build for Vine Linux
70
71* Wed Jul 14 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110714git3a0fd02d
72- Update to latest GIT snapshot
73
74* Fri Jan 28 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110128git710ba0e6
75- Update to latest GIT snapshot
76
77* Fri Sep 03 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100903git1769cdca
78- Update to latest GIT snapshot
79
80* Fri Aug 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100813git1bf017ee
81- initial package
Note: See TracBrowser for help on using the repository browser.