[libbluedevil] 1.9.1

Rex Dieter rdieter at fedoraproject.org
Fri Mar 30 17:08:06 UTC 2012


commit 0c8fd118c30816152638cbdf1118ec8305299533
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Fri Mar 30 12:10:00 2012 -0500

    1.9.1

 .gitignore        |    1 +
 libbluedevil.spec |   33 +++++++++++++++------------------
 sources           |    2 +-
 3 files changed, 17 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cf6c903..e3c1977 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libbluedevil-v1.9-20110502git.tar.bz2
+/libbluedevil-1.9.1.tar.bz2
diff --git a/libbluedevil.spec b/libbluedevil.spec
index 1027ae4..c2416ad 100644
--- a/libbluedevil.spec
+++ b/libbluedevil.spec
@@ -1,24 +1,20 @@
-%define snapshot 20110502git
 
 Name:           libbluedevil
-Version:        1.9
-Release:        0.2.%{snapshot}%{?dist}
+Version:        1.9.1
+Release:        1%{?dist}
 Summary:        A Qt wrapper for bluez
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
-URL:            http://ereslibre.es/
+URL:            https://projects.kde.org/projects/playground/libs/libbluedevil 
 
-#Source0:        http://media.ereslibre.es/2010/09/libbluedevil-v%{version}.tar.bz2
-
-# there's no v1.9 official release yet but we need it for bluedevil but it's already
-# tagged in GIT
+Source0:        ftp://ftp.kde.org/pub/kde/stable/libbluedevil/%{version}/src/libbluedevil-%{version}.tar.bz2
 # git archive --format=tar --remote=git://anongit.kde.org/libbluedevil v1.9s /
 # --prefix=libbluedevil-v1.9/ -o libbluedevil-v1.9.tgz
 # tar xvzf libbluedevil-v1.9.tgz
 # rm libbluedevil-v1.9/qt4.tag
 # tar cjvf libbluedevil-v1.9-%{snapshot}.tar.bz2 libbluedevil-v1.9/
-Source0:        libbluedevil-v%{version}-%{snapshot}.tar.bz2
+#Source0:        libbluedevil-v%{version}-%{snapshot}.tar.bz2
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -34,14 +30,14 @@ Requires:       bluez
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    devel
 Development files for %{name}.
 
 
 %prep
-%setup -q -n %{name}-v%{version}
+%setup -q 
 
 
 %build
@@ -63,23 +59,24 @@ rm -rf %{buildroot}
 
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
-
 %files
 %defattr(-,root,root,-)
-%{_libdir}/*.so.*
+%{_libdir}/libbluedevil.so.1*
 
 %files devel
 %defattr(-,root,root,-)
 %doc HACKING
-%{_includedir}/*
-%{_libdir}/*.so
-%{_libdir}/pkgconfig/*.pc
+%{_includedir}/bluedevil/
+%{_libdir}/libbluedevil.so
+%{_libdir}/pkgconfig/bluedevil.pc
 
 
 %changelog
+* Fri Mar 30 2012 Rex Dieter <rdieter at fedoraproject.org> 1.9.1-1
+- 1.9.1
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9-0.2.20110502git
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
@@ -102,4 +99,4 @@ rm -rf %{buildroot}
 - update to 1.8
 
 * Fri Aug 13 2010 Jaroslav Reznik <jreznik at redhat.com> - 1.7-1
-- initial package
\ No newline at end of file
+- initial package
diff --git a/sources b/sources
index 9abf5ef..7dba9db 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f216e8d6da132f4056d7ae259a817acf  libbluedevil-v1.9-20110502git.tar.bz2
+b3f04954f75f78c874cdb462c2454afc  libbluedevil-1.9.1.tar.bz2


More information about the scm-commits mailing list