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

Revision 10157, 2.8 KB checked in by kudoh, 8 years ago (diff)

new upstream release and rebuilt

Line 
1Name:           lxappearance-obconf
2Version:        0.2.3
3Release:        1%{?_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.xz
11
12#Patch0:         obconf-rrbutton.patch
13
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
33%setup -q
34
35#%patch0 -p1 -b .rrbutton
36
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
62* Mon Apr 11 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.3-1
63- new upstream release
64- changed archive type to xz
65- deleted Patch0
66
67* Sat Jul 26 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.2.0-4
68- rebuilt with current environment
69
70* Fri Jul 11 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 0.2.0-3
71- rebuild with openbox-3.5
72- add patch0 to build with openbox-3.5
73
74* Sat Apr 19 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-2
75- rebuilt with new toolchain
76
77* Sun May 20 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-1
78- new upstream release
79
80* Sat Feb 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.2.git20120211-1
81- new upstream release
82  - built trunk snapshot
83
84* Sun Jul 31 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-2
85- rebuilt with new lxappearance
86
87* Sun Jul 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-1
88- initial build for Vine Linux
89
90* Thu Jul 14 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110714git3a0fd02d
91- Update to latest GIT snapshot
92
93* Fri Jan 28 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110128git710ba0e6
94- Update to latest GIT snapshot
95
96* Fri Sep 03 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100903git1769cdca
97- Update to latest GIT snapshot
98
99* Fri Aug 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100813git1bf017ee
100- initial package
Note: See TracBrowser for help on using the repository browser.