SPECS: libbtctl.spec - added -newapi.patch - more verbose files - release 3

megabajt megabajt at pld-linux.org
Sat Sep 6 17:11:44 CEST 2008


Author: megabajt                     Date: Sat Sep  6 15:11:44 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added -newapi.patch
- more verbose files
- release 3

---- Files affected:
SPECS:
   libbtctl.spec (1.36 -> 1.37) 

---- Diffs:

================================================================
Index: SPECS/libbtctl.spec
diff -u SPECS/libbtctl.spec:1.36 SPECS/libbtctl.spec:1.37
--- SPECS/libbtctl.spec:1.36	Sun Aug 31 19:01:53 2008
+++ SPECS/libbtctl.spec	Sat Sep  6 17:11:39 2008
@@ -11,12 +11,13 @@
 Summary(pl.UTF-8):	Biblioteka do programowania urządzeń Bluetooth
 Name:		libbtctl
 Version:	0.10.0
-Release:	2
+Release:	3
 License:	GPL
 Group:		Libraries
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/libbtctl/0.10/%{name}-%{version}.tar.bz2
 # Source0-md5:	83d5f90efb2b26d1bd12a668940d02ba
 Patch0:		%{name}-make-jN.patch
+Patch1:		%{name}-newapi.patch
 URL:		http://usefulinc.com/software/gnome-bluetooth/
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
@@ -94,6 +95,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -132,24 +134,25 @@
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libbtctl.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libbtctl.so.4
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libbtctl.so
+%{_libdir}/libbtctl.la
 %{_includedir}/%{name}
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/libbtctl.pc
 
 %if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libbtctl.a
 %endif
 
 %files -n python-btctl
 %defattr(644,root,root,755)
-%attr(755,root,root) %{py_sitedir}/*.so
+%attr(755,root,root) %{py_sitedir}/btctl.so
 
 %if %{with apidocs}
 %files apidocs
@@ -163,6 +166,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37  2008/09/06 15:11:39  megabajt
+- added -newapi.patch
+- more verbose files
+- release 3
+
 Revision 1.36  2008/08/31 17:01:53  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libbtctl.spec?r1=1.36&r2=1.37&f=u



More information about the pld-cvs-commit mailing list