/[packages]/cauldron/lxappearance-obconf/current/SPECS/lxappearance-obconf.spec
ViewVC logotype

Diff of /cauldron/lxappearance-obconf/current/SPECS/lxappearance-obconf.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 584647 by pterjan, Thu Jan 17 21:30:27 2013 UTC revision 584648 by fwang, Thu Feb 6 16:12:04 2014 UTC
# Line 1  Line 1 
1  Name:           lxappearance-obconf  Name:           lxappearance-obconf
2  Version:        0.5.0  Epoch:          1
3    Version:        0.2.1
4  Release:        %mkrel 1  Release:        %mkrel 1
5  Summary:        Plugin to configure OpenBox inside LXAppearance  Summary:        Plugin to configure OpenBox inside LXAppearance
   
6  Group:          Graphical desktop/Other  Group:          Graphical desktop/Other
7  License:        GPLv2+  License:        GPLv2+
8  URL:            http://lxde.org/  URL:            http://lxde.org/
9  Source0:        %{name}-%{version}.tar.gz  Source0:        http://downloads.sourceforge.net/lxde/%name-%version.tar.gz
10  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildRequires: pkgconfig(gdk-pixbuf-2.0)
11    BuildRequires: pkgconfig(gmodule-export-2.0)
12  BuildRequires:  gtk+2-devel  BuildRequires: pkgconfig(gthread-2.0)
13  BuildRequires:  openbox-devel  BuildRequires: pkgconfig(gtk+-2.0) >= 2.12.0
14  BuildRequires:  lxappearance-devel  BuildRequires: pkgconfig(lxappearance)
15  BuildRequires:  %{_lib}sm6-devel  BuildRequires: pkgconfig(obrender-3.5) >= 3.5
16    BuildRequires: pkgconfig(obt-3.5) >= 3.5
17  BuildRequires:  gettext  BuildRequires:  gettext
18  BuildRequires:  intltool  BuildRequires:  intltool
 BuildRequires:  libtool  
19  Requires:       lxappearance >= 0.5.0  Requires:       lxappearance >= 0.5.0
20  Requires:       openbox  Requires:       openbox
21    
# Line 24  This plugin adds an addtional tab called Line 24  This plugin adds an addtional tab called
24  It is only visible when the plugin is installed and Openbox is in use.  It is only visible when the plugin is installed and Openbox is in use.
25    
26  %prep  %prep
27  %setup -q -n %{name}  %setup -q
 # dirty hack for outdated/changing LINGUAS file  
 cd po  
 ls *.po > LINGUAS  
 sed -i 's/.po//g' LINGUAS  
28    
29  %build  %build
30  ./autogen.sh  %configure2_5x --disable-static
31  %configure --disable-static  %make
 make %{?_smp_mflags}  
32    
33  %install  %install
34  rm -rf %{buildroot}  %makeinstall_std
 make install DESTDIR=$RPM_BUILD_ROOT  
 rm $RPM_BUILD_ROOT%{_libdir}/lxappearance/plugins/obconf.la  
 %find_lang %{name}  
   
   
 %clean  
 rm -rf %{buildroot}  
35    
36    %find_lang %{name}
37    
38  %files -f %{name}.lang  %files -f %{name}.lang
 %defattr(-,root,root,-)  
 # FIXME add NEWS and TODO  
39  %doc AUTHORS CHANGELOG COPYING README  %doc AUTHORS CHANGELOG COPYING README
40  %{_libdir}/lxappearance/plugins/obconf.so  %{_libdir}/lxappearance/plugins/obconf.so
41  %{_datadir}/lxappearance/obconf/  %{_datadir}/lxappearance/obconf
   
   

Legend:
Removed from v.584647  
changed lines
  Added in v.584648

  ViewVC Help
Powered by ViewVC 1.1.30