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

Revision 8864, 2.6 KB checked in by kudoh, 10 years ago (diff)

rebuilt and new up stream release

RevLine 
[4404]1Name:           lxappearance-obconf
[6198]2Version:        0.2.0
[8864]3Release:        4%{?_dist_release}
[4404]4Summary:        Plugin to configure Openbox inside LXAppearance
5Summary(ja):    LXAppearance 内で OpenBox を設定するためのプラグイン
6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://lxde.org/
[6198]10Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
[8782]11
12Patch0:         obconf-rrbutton.patch
13
[4404]14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15
16BuildRequires: gettext
17BuildRequires: gtk2-devel
18BuildRequires: intltool
19BuildRequires: libtool
20BuildRequires: libSM-devel
21BuildRequires: lxappearance-devel
22BuildRequires: openbox-devel
23BuildRequires: perl-XML-Parser
24
25Requires:       lxappearance >= 0.5.0
26Requires:       openbox
27
28%description
29This plugin adds an additional tab called "Window Border" to LXAppearance.
30It is only visible when the plugin is installed and Openbox is in use.
31
32%prep
[6198]33%setup -q
[4404]34
[8782]35%patch0 -p1 -b .rrbutton
36
[4404]37%build
38%configure --disable-static
39make %{?_smp_mflags}
40
41
42%install
43rm -rf $RPM_BUILD_ROOT
44make install DESTDIR=$RPM_BUILD_ROOT
45
46rm $RPM_BUILD_ROOT%{_libdir}/lxappearance/plugins/obconf.la
47
48%find_lang %{name}
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53
54%files -f %{name}.lang
55%defattr(-,root,root,-)
56%doc AUTHORS CHANGELOG COPYING NEWS README TODO
57%{_libdir}/lxappearance/plugins/obconf.so
58%{_datadir}/lxappearance/obconf/
59
60
61%changelog
[8864]62* Sat Jul 26 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.2.0-4
63- rebuilt with current environment
64
[8782]65* Fri Jul 11 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 0.2.0-3
66- rebuild with openbox-3.5
67- add patch0 to build with openbox-3.5
68
[8368]69* Sat Apr 19 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-2
70- rebuilt with new toolchain
71
[6198]72* Sun May 20 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-1
73- new upstream release
74
[5679]75* Sat Feb 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.2.git20120211-1
76- new upstream release
77  - built trunk snapshot
78
[4448]79* Sun Jul 31 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-2
80- rebuilt with new lxappearance
81
[4404]82* Sun Jul 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-1
83- initial build for Vine Linux
84
[8368]85* Thu Jul 14 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110714git3a0fd02d
[4404]86- Update to latest GIT snapshot
87
88* Fri Jan 28 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110128git710ba0e6
89- Update to latest GIT snapshot
90
91* Fri Sep 03 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100903git1769cdca
92- Update to latest GIT snapshot
93
94* Fri Aug 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100813git1bf017ee
95- initial package
Note: See TracBrowser for help on using the repository browser.