[tkabber/f20] Update to new 1.1+ svn version

Dmitrij S. Kryzhevich krege at fedoraproject.org
Wed Apr 2 03:47:44 UTC 2014


commit ada68d243b1fd314fe225ff0e8d3ef2fe851a987
Author: Dmitrij S. Kryzhevich <krege at land.ru>
Date:   Wed Apr 2 10:47:31 2014 +0700

    Update to new 1.1+ svn version

 .gitignore   |    1 +
 sources      |    2 +-
 tkabber.spec |   19 ++++++-------------
 3 files changed, 8 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6a1ff9f..677b19e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /tkabber-0.11.1.tar.bz2
 /tkabber-1.0-svn.tar.bz2
+/tkabber-1.1-svn.tar.bz2
diff --git a/sources b/sources
index 6c0f435..8446d02 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e43961cd5f3f72c0b3090da408a7147  tkabber-1.0-svn.tar.bz2
+6c74d062889e098543097bcbd3d48cc3  tkabber-1.1-svn.tar.bz2
diff --git a/tkabber.spec b/tkabber.spec
index 5f00f01..c80cca2 100644
--- a/tkabber.spec
+++ b/tkabber.spec
@@ -1,7 +1,7 @@
-%define svnrev svn2114
+%global svnrev svn2150
 
 Name:           tkabber
-Version:        1.0
+Version:        1.1
 Release:        1.%{svnrev}%{?dist}
 Summary:        Client for the Jabber instant messaging system
 
@@ -57,7 +57,6 @@ client is three-fold:
 # empty here
 
 %install
-rm -rf %{buildroot}
 
 make install-bin DESTDIR=%{buildroot}
 
@@ -72,17 +71,7 @@ chmod 755 %{buildroot}%{_bindir}/tkabber
 chmod 755 %{buildroot}%{_bindir}/tkabber-remote
 
 
-%clean
-rm -rf %{buildroot}
-
-%post
-update-desktop-database &> /dev/null ||:
-
-%postun
-update-desktop-database &> /dev/null || :
-
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README doc/tkabber.html
 %{_bindir}/tkabber
 %{_bindir}/tkabber-remote
@@ -91,6 +80,10 @@ update-desktop-database &> /dev/null || :
 %{_datadir}/pixmaps/tkabber.png
 
 %changelog
+* Wed Apr 02 2014 Dmitrij S. Kryzhevich <krege at land.ru> 1.1-1.svn2150
+- Update to 1.1+ svn, revision 2150.
+- Clean spec.
+
 * Tue Jan 28 2014 Dmitrij S. Kryzhevich <krege at land.ru> - 1.0-1.svn2114
 - Update to 1.0+ svn, revision 2114.
 


More information about the scm-commits mailing list