source: projects/specs/trunk/g/gtk-xfce-engine/gtk-xfce-engine-vl.spec @ 9067

Revision 9067, 3.3 KB checked in by inagaki, 9 years ago (diff)

2014-11-08 Ryoichi INAGAKI <ryo1@…>

  • gtk-xfce-engine: changed Group
  • numactl, phonon, phonon-backend-gstreamer: updated


Line 
1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
2
3Name:           gtk-xfce-engine
4Summary:        Port of xfce engine to GTK+-2.0 and GTK+-3.0
5Version:        3.0.1
6Release:        2%{?_dist_release}
7
8Group:          System Environment/Libraries
9License:        GPLv3
10URL:            http://www.xfce.org/
11
12Source0:        http://archive.xfce.org/src/xfce/%{name}/%{name}-%{version}.tar.bz2
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15BuildRequires:  glib2-devel >= 2.24.0
16BuildRequires:  gtk2-devel >= 2.20.0
17BuildRequires:  gtk3-devel >= 3.2.0
18BuildRequires:  pkgconfig
19Requires:       glib2 >= 2.24.0
20Requires:       gtk2 >= 2.20.0
21Requires:       gtk3 >= 3.2.0
22
23Vendor: Project Vine
24Distribution: Vine Linux
25
26%description
27A port of Xfce engine to GTK+-2.0 and GTK+-3.0.
28
29# compat32
30%package -n compat32-%{name}
31Summary:        Port of xfce engine to GTK+-2.0 and GTK+-3.0
32Group:          System Environment/Libraries
33Requires:       %{name} = %{version}-%{release}
34
35%description -n compat32-%{name}
36A port of Xfce engine to GTK+-2.0 and GTK+-3.0.
37
38%prep
39%setup -q
40
41%build
42%configure --enable-silent-rules --disable-static
43make %{?_smp_mflags}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47make install DESTDIR=$RPM_BUILD_ROOT
48
49find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(-,root,root)
56%{_libdir}/gtk-2.0/2.10.0/engines/libxfce.so
57%{_libdir}/gtk-3.0/3.0.0/theming-engines/libxfce.so
58%{_datadir}/themes/*
59
60# compat32
61%if %{build_compat32}
62%files -n compat32-%{name}
63%defattr(-,root,root)
64%{_libdir}/gtk-2.0/2.10.0/engines/*.so
65%{_libdir}/gtk-3.0/3.0.0/theming-engines/libxfce.so
66%endif
67
68%changelog
69* Fri Nov  7 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.0.1-2
70- moved to System Environment/Libraries Group
71
72* Sat Sep 13 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.0.1-1
73- new upstream release
74
75* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-2
76- rebuild with VineSeed environment
77
78* Wed Jun 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
79- new upstream release
80
81* Mon Mar 28 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.0-1
82- new upstream release
83
84* Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.0-2
85- added compat32 package for x86_64 arch support.
86
87* Fri May 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.0-1
88- new upstream release
89
90* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.1-1vl5
91- applied new versioning policy
92
93* Tue Apr 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
94- new upstream release
95- build with gtk+-2.10
96
97* Sat Dec 10 2005 UECHI Yasumasa <uechi@potaway.net> 2.2.8-0vl1
98- new upstream release
99
100* Sun Jun 12 2005 UECHI Yasumasa <uechi@potaway.net> 2.2.7-0vl1
101- new upstream release
102
103* Sat Mar 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.6-0vl1
104- new upstream release
105
106* Mon Jan 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.5-0vl1
107- new upstream release
108
109* Tue Nov 09 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
110- new upstream release
111
112* Mon Jul 12 2004 UECHI Yasumasa <uechi@potaway.net> 2.1.10-0vl1
113- new upstream release
114
115* Fri Mar 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.9-0vl1
116- new upstream release
117- build with gtk+-2.4.0
118
119* Thu Jan 08 2004 UECHI Yasumasa <uh@u.dhis.portside.net> 2.1.8-0vl1
120- new upstream release
121
122* Thu Nov 27 2003 UECHI Yasumasa <uh@u.dhis.portside.net> 2.1.7-0vl1
123- new upstream release
124
125* Sat Sep 27 2003 UECHI Yasumasa <uh@u.dhis.portside.net> 2.1.6-0vl1
126- initial release for vine
127
Note: See TracBrowser for help on using the repository browser.