rpms/xfce4-taskmanager/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 xfce4-taskmanager.spec, 1.15, 1.16

Christoph Wickert cwickert at fedoraproject.org
Sat Jun 5 23:44:12 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-taskmanager/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17903/devel

Modified Files:
	.cvsignore sources xfce4-taskmanager.spec 
Log Message:
* Sun Jun 06 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.92-1
- Update to 0.5.91 (0.6 Beta 3)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-taskmanager/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	25 May 2010 12:46:39 -0000	1.6
+++ .cvsignore	5 Jun 2010 23:44:12 -0000	1.7
@@ -1 +1 @@
-xfce4-taskmanager-0.5.91.tar.bz2
+xfce4-taskmanager-0.5.92.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-taskmanager/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	25 May 2010 12:46:40 -0000	1.6
+++ sources	5 Jun 2010 23:44:12 -0000	1.7
@@ -1 +1 @@
-3f2f8e0248d298126d69b785fd49818d  xfce4-taskmanager-0.5.91.tar.bz2
+4d725c1e5df70867684f6078d185e46c  xfce4-taskmanager-0.5.92.tar.bz2


Index: xfce4-taskmanager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-taskmanager/devel/xfce4-taskmanager.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- xfce4-taskmanager.spec	25 May 2010 12:46:40 -0000	1.15
+++ xfce4-taskmanager.spec	5 Jun 2010 23:44:12 -0000	1.16
@@ -1,13 +1,14 @@
+%global majorversion 0.5
+
 Name:           xfce4-taskmanager
-Version:        0.5.91
+Version:        0.5.92
 Release:        1%{?dist}
 Summary:        Taskmanager for the Xfce desktop environment
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/applications/%{name}
-# This will be hosted at xfce.org again once it is stable
-Source0:        http://dl.dropbox.com/u/2670286/taskmgr/%{name}-%{version}.tar.bz2
+Source0:        http://archive.xfce.org/src/apps/%{name}/%{majorversion}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libxfcegui4-devel >= 4.4
@@ -19,12 +20,6 @@ A simple taskmanager for the Xfce deskto
 
 %prep
 %setup -q
-# convert ChangeLog and THANKS to UTF-8 to make rpmlint happy
-for file in ChangeLog THANKS; do
-    mv $file timestamp
-    iconv -f ISO-8859-1 -t UTF-8 -o $file timestamp
-    touch -r timestamp $file
-done
 
 
 %build
@@ -39,11 +34,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 desktop-file-install --vendor fedora                      \
   --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
-  --remove-key Encoding                                   \
   --add-category GTK                                      \
   --add-category Monitor                                  \
   --add-category X-Xfce                                   \
-  --remove-category Application                           \
   --remove-category Utility                               \
   --delete-original                                       \
   ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
@@ -61,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jun 06 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.92-1
+- Update to 0.5.91 (0.6 Beta 3)
+
 * Tue May 25 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.91-1
 - Update to 0.5.91 (0.6 Beta 2)
 



More information about the scm-commits mailing list