rpms/gajim/devel gajim.spec,1.13,1.14 needs.rebuild,1.1,NONE

Dawid Gajownik (gajownik) fedora-extras-commits at redhat.com
Mon Sep 18 20:20:41 UTC 2006


Author: gajownik

Update of /cvs/extras/rpms/gajim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20823

Modified Files:
	gajim.spec 
Removed Files:
	needs.rebuild 
Log Message:
- Rebuild for FE6
- Fix mixed-use-of-spaces-and-tabs rpmlint warning



Index: gajim.spec
===================================================================
RCS file: /cvs/extras/rpms/gajim/devel/gajim.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gajim.spec	5 Jun 2006 18:22:17 -0000	1.13
+++ gajim.spec	18 Sep 2006 20:20:41 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           gajim
 Version:        0.10.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Jabber client written in PyGTK
 
 Group:          Applications/Internet
@@ -38,26 +38,26 @@
 
 %build
 make \
-	CC="%{__cc}" \
-	LIBDIR="/%{_lib}" \
-	OPTFLAGS="%{optflags}" \
-	PREFIX="%{_prefix}" \
-	%{?_smp_mflags}
+        CC="%{__cc}" \
+        LIBDIR="/%{_lib}" \
+        OPTFLAGS="%{optflags}" \
+        PREFIX="%{_prefix}" \
+        %{?_smp_mflags}
 
 
 %install
 rm -rf %{buildroot}
 make install \
-	DESTDIR=%{buildroot} \
-	LIBDIR="/%{_lib}" \
-	PREFIX="%{_prefix}"
+        DESTDIR=%{buildroot} \
+        LIBDIR="/%{_lib}" \
+        PREFIX="%{_prefix}"
 
 desktop-file-install \
-	--dir %{buildroot}%{_datadir}/applications \
-	--vendor=fedora \
-	--add-category=X-Fedora \
-	--delete-original \
-	%{buildroot}%{_datadir}/applications/gajim.desktop
+        --dir %{buildroot}%{_datadir}/applications \
+        --vendor=fedora \
+        --add-category=X-Fedora \
+        --delete-original \
+        %{buildroot}%{_datadir}/applications/gajim.desktop
 
 
 %find_lang %{name}
@@ -80,6 +80,10 @@
 %{_mandir}/man1/gajim-remote.1*
 
 %changelog
+* Mon Sep 18 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.10.1-2
+- Rebuild for FE6
+- Fix mixed-use-of-spaces-and-tabs rpmlint warning
+
 * Mon Jun  5 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.10.1-1
 - Update to 0.10.1
 - Change e-mail address in ChangeLog


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list