|
@@ -4,7 +4,7 @@ Summary: Theme engines for GTK+ 2.x
|
|
Summary(ja): GTK+ 2.x 用テーマエンジン
|
|
Summary(ja): GTK+ 2.x 用テーマエンジン
|
|
Name: gtk2-engines
|
|
Name: gtk2-engines
|
|
Version: 2.20.2
|
|
Version: 2.20.2
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 3%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/gtk-engines/2.20/gtk-engines-%{version}.tar.bz2
|
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/gtk-engines/2.20/gtk-engines-%{version}.tar.bz2
|
|
@@ -52,6 +52,16 @@ provide different looks for GTK+, some of which resemble other
|
|
toolkits or operating systems. This package is for GTK+ 2.0,
|
|
toolkits or operating systems. This package is for GTK+ 2.0,
|
|
the gtk+-engines package is for GTK+ 1.2.
|
|
the gtk+-engines package is for GTK+ 1.2.
|
|
|
|
|
|
|
|
+%package -n compat32-%{name}-devel
|
|
|
|
+Summary: Development environment for gtk2-engines
|
|
|
|
+Summary(ja): gtk2-enginesの開発環境
|
|
|
|
+Group: System Environment/Libraries
|
|
|
|
+Requires: compat32-%{name} = %{version}-%{release}
|
|
|
|
+
|
|
|
|
+%description -n compat32-%{name}-devel
|
|
|
|
+Compat32 Header files and libraries for building a extension library for the
|
|
|
|
+compat32-gtk2-engines.
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q -n gtk-engines-%{version}
|
|
%setup -q -n gtk-engines-%{version}
|
|
|
|
|
|
@@ -105,10 +115,16 @@ rm -rf $RPM_BUILD_ROOT
|
|
%dir %{_libdir}/gtk-2.0
|
|
%dir %{_libdir}/gtk-2.0
|
|
%dir %{_libdir}/gtk-2.0/*
|
|
%dir %{_libdir}/gtk-2.0/*
|
|
%dir %{_libdir}/gtk-2.0/*/engines
|
|
%dir %{_libdir}/gtk-2.0/*/engines
|
|
|
|
+
|
|
|
|
+%files -n compat32-%{name}-devel
|
|
|
|
+%defattr(644, root, root, 755)
|
|
%{_libdir}/pkgconfig/*
|
|
%{_libdir}/pkgconfig/*
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Aug 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.2-3
|
|
|
|
+- move pkgconfig file from compat32 to compat32-devel
|
|
|
|
+
|
|
* Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.2-2
|
|
* Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.2-2
|
|
- create -devel sub package
|
|
- create -devel sub package
|
|
|
|
|