Browse Source

/projects/specs/branches/6/g/gtk2-engines:r4583 をマージしました
compat32-devel 追加


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4584 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 12 years ago
parent
commit
b016075e3c
1 changed files with 17 additions and 1 deletions
  1. 17 1
      g/gtk2-engines/gtk2-engines-vl.spec

+ 17 - 1
g/gtk2-engines/gtk2-engines-vl.spec

@@ -4,7 +4,7 @@ Summary:        Theme engines for GTK+ 2.x
 Summary(ja):    GTK+ 2.x 用テーマエンジン
 Name:           gtk2-engines
 Version:        2.20.2
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 License:        GPL
 Group:          System Environment/Libraries
 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, 
 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
 %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/*/engines
+
+%files -n compat32-%{name}-devel
+%defattr(644, root, root, 755)
 %{_libdir}/pkgconfig/*
 %endif
 
 %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
 - create -devel sub package