rpms/kbluetooth/devel kbluetooth.spec,1.4,1.5

Jaroslav Reznik jreznik at fedoraproject.org
Tue Feb 9 11:36:58 UTC 2010


Author: jreznik

Update of /cvs/pkgs/rpms/kbluetooth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3270

Modified Files:
	kbluetooth.spec 
Log Message:
* Tue Feb 09 2010 Jaroslav Reznik <jreznik at redhat.com> - 0.4-1
- Update to final 0.4 release



Index: kbluetooth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kbluetooth/devel/kbluetooth.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- kbluetooth.spec	24 Nov 2009 23:03:53 -0000	1.4
+++ kbluetooth.spec	9 Feb 2010 11:36:57 -0000	1.5
@@ -1,20 +1,11 @@
-%define _snaptag 20091114svn1049042
-
 Summary:    The KDE Bluetooth Framework
 Name:       kbluetooth
 Version:    0.4
-Release:    0.3.%{_snaptag}%{?dist}
+Release:    1%{?dist}
 License:    GPLv2+
 Group:      Applications/Communications
 URL:        http://techbase.kde.org/Kbluetooth
-### rpmdev-cmd
-# <Source0>
-# SVN=svn://anonsvn.kde.org/home/kde/trunk/playground/network/kbluetooth
-# svn export $SVN kbluetooth-0.4
-# tar cjf kbluetooth-0.4-`date +%Y%m%d`svn`svn info $SVN | grep 'Last Changed Rev' | cut -d" " -f4`.tar.bz2 kbluetooth-0.4
-# rm -rf kbluetooth-0.4
-# </Source0>
-Source0:    kbluetooth-0.4-%{_snaptag}.tar.bz2
+Source0:    112110-kbluetooth-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: cmake
@@ -68,6 +59,7 @@ desktop-file-install \
   --delete-original \
   %{buildroot}%{_datadir}/applications/kde4/kbluetooth.desktop
 
+%find_lang %{name}
 
 %clean
 rm -rf %{buildroot}
@@ -83,7 +75,7 @@ touch --no-create %{_datadir}/icons/hico
 gtk-update-icon-cache -qf %{_datadir}/icons/hicolor 2> /dev/null ||:
 
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING TODO
 %{_bindir}/kbluetooth
@@ -94,6 +86,9 @@ gtk-update-icon-cache -qf %{_datadir}/ic
 
 
 %changelog
+* Tue Feb 09 2010 Jaroslav Reznik <jreznik at redhat.com> - 0.4-1
+- Update to final 0.4 release
+
 * Tue Nov 24 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 0.4-0.3.20091114svn1049042
 - Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI)
 



More information about the scm-commits mailing list