Browse Source

pulseaudio: add BuildRequires, others: create compat32- sub package

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2352 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 14 years ago
parent
commit
3cd84a7338
3 changed files with 116 additions and 5 deletions
  1. 50 3
      lib/liba/libasyncns/libasyncns-vl.spec
  2. 10 1
      p/pulseaudio/pulseaudio-vl.spec
  3. 56 1
      x/xcb-util/xcb-util-vl.spec

+ 50 - 3
lib/liba/libasyncns/libasyncns-vl.spec

@@ -1,9 +1,11 @@
+%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
+
 Summary: Asynchronous Name Service Library
 Summary(ja): 非同期ネームサービスライブラリ
 
 Name: libasyncns
-Version: 0.4
-Release: 2%{?_dist_release}
+Version: 0.8
+Release: 1%{?_dist_release}
 Group: System Environment/Libraries
 Source0: http://0pointer.de/lennart/projects/libasyncns/libasyncns-%{version}.tar.gz
 License: LGPLv2+
@@ -24,14 +26,39 @@ Requires: pkgconfig
 %description devel
 Development Files for libasyncns Client Development
 
+# compat32
+%package -n compat32-%{name}
+Summary: Asynchronous Name Service Library
+Summary(ja): 非同期ネームサービスライブラリ
+Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description -n compat32-%{name}
+A small and lightweight library that implements easy to use asynchronous
+wrappers around the libc NSS functions getaddrinfo(), res_query() and related.
+
+%package -n compat32-%{name}-devel
+Summary: Development Files for libasyncns Client Development
+Summary(ja): %{name} クライアント用の開発ファイル
+Group: Development/Libraries
+Requires: compat32-%{name} = %{version}-%{release}
+Requires: %{name}-devel = %{version}-%{release}
+
+%description -n compat32-%{name}-devel
+Development Files for libasyncns Client Development
+
+
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+%post -n compat32-%{name} -p /sbin/ldconfig
+%postun -n compat32-%{name} -p /sbin/ldconfig
+
 %prep
 %setup -q
 
 %build
-%configure --disable-static --disable-rpath
+%configure --disable-static
 make
 
 %install
@@ -46,6 +73,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %doc README LICENSE
 %{_libdir}/libasyncns.so.*
+%{_docdir}/%{name}/README*
+%{_docdir}/%{name}/style.css
 
 %files devel
 %defattr(-,root,root)
@@ -53,7 +82,25 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libasyncns.so
 %{_libdir}/pkgconfig/libasyncns.pc
 
+# compat32
+%if %{build_compat32}
+%files -n compat32-%{name}
+%defattr(-,root,root,-)
+%{_libdir}/libasyncns.so.*
+
+%files -n compat32-%{name}-devel
+%defattr(-,root,root)
+%{_libdir}/libasyncns.so
+%{_libdir}/pkgconfig/libasyncns.pc
+%endif
+
+
 %changelog
+* Wed Dec 15 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8-1
+- new upstream release
+- create compat32-libasyncns sub package
+- remove unrecognized configure options "--disable-rpath"
+
 * Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4-2
 - rebuild with rpm-4.8.1 for pkg-config file
 

+ 10 - 1
p/pulseaudio/pulseaudio-vl.spec

@@ -5,7 +5,7 @@ Name:		pulseaudio
 Summary: 	PulseAudio sound server
 Summary(ja): 	PulseAudio サウンドサーバ
 Version:	0.9.22
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 License:	GPLv2+
 URL:		http://pulseaudio.org
 Group:		System Environment/Daemons
@@ -26,6 +26,11 @@ BuildRequires: speex-devel
 BuildRequires: xmltoman
 BuildRequires: openssl-devel
 BuildRequires: gdbm-devel
+BuildRequires: gtk2-devel
+BuildRequires: libudev-devel
+BuildRequires: xcb-util-devel
+BuildRequires: libtdb-devel
+BuildRequires: libasyncns-devel
 BuildRequires: libtool
 Requires:      %{name}-core-libs = %{version}-%{release}
 
@@ -550,6 +555,10 @@ fi
 %endif
 
 %changelog
+* Wed Dec 15 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.22-2
+- add BuildRequires: gtk2-devel, libudev-devel, xcb-util-devel,
+                     libtdb-devel, libasyncns-devel
+
 * Wed Dec 01 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.22-1
 - new upstream release
 - drop upstreamed patches

+ 56 - 1
x/xcb-util/xcb-util-vl.spec

@@ -1,6 +1,8 @@
+%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
+
 Name:		xcb-util
 Version:	0.3.6
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:	Convenience libraries sitting on top of libxcb
 
 Group:		System Environment/Libraries
@@ -25,10 +27,36 @@ the X protocol but which have traditionally been provided by Xlib.
 Summary:	Development and header files for xcb-util
 Group:		System Environment/Libraries
 Requires:	%{name} = %{version}-%{release}, pkgconfig
+
 %description	devel
 Development files for xcb-util.
 
 
+# compat32
+%package -n compat32-%{name}
+Summary: Convenience libraries sitting on top of libxcb
+Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description -n compat32-%{name}
+The xcb-util module provides a number of libraries which sit on top of
+libxcb, the core X protocol library, and some of the extension
+libraries. These experimental libraries provide convenience functions
+and interfaces which make the raw X protocol more usable. Some of the
+libraries also provide client-side code which is not strictly part of
+the X protocol but which have traditionally been provided by Xlib.
+
+
+%package -n compat32-%{name}-devel
+Summary:        Development and header files for xcb-util
+Group:          System Environment/Libraries
+Requires:	compat32-%{name} = %{version}-%{release}
+Requires:       %{name}-devel = %{version}-%{release}
+
+%description -n compat32-%{name}-devel
+Development files for xcb-util.
+
+
 %prep
 %setup -q
 
@@ -61,6 +89,10 @@ rm %{buildroot}%{_libdir}/*.la
 %postun -p /sbin/ldconfig
 
 
+%post -n compat32-%{name} -p /sbin/ldconfig
+%postun -n compat32-%{name} -p /sbin/ldconfig
+
+
 %clean
 rm -rf %{buildroot}
 
@@ -84,8 +116,31 @@ rm -rf %{buildroot}
 %{_libdir}/*.so
 %{_includedir}/xcb/*.h
 
+# compat32
+%if %{build_compat32}
+%files -n compat32-%{name}
+%defattr(-,root,root,-)
+%{_libdir}/libxcb-atom.so.1*
+%{_libdir}/libxcb-aux.so.0*
+%{_libdir}/libxcb-event.so.1*
+%{_libdir}/libxcb-icccm.so.1*
+%{_libdir}/libxcb-image.so.0*
+%{_libdir}/libxcb-keysyms.so.1*
+%{_libdir}/libxcb-property.so.1*
+%{_libdir}/libxcb-render-util.so.0*
+%{_libdir}/libxcb-reply.so.1*
+
+%files -n compat32-%{name}-devel
+%defattr(-,root,root,-)
+%{_libdir}/pkgconfig/*.pc
+%{_libdir}/*.so
+%endif
+
 
 %changelog
+* Wed Dec 15 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.6-3
+- create compat32-xcb-util sub package
+
 * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.6-2
 - rebuild with rpm-4.8.1 for pkg-config file