[jwm/f16] Updated from snapshot to new release

Germán A. Racca skytux at fedoraproject.org
Mon Apr 23 15:36:15 UTC 2012


commit bbfd509c9bc0fa04ee61caa3025a11bf23b1ea81
Author: Germán A. Racca <skytux at fedoraproject.org>
Date:   Mon Apr 23 12:35:37 2012 -0300

    Updated from snapshot to new release
    
    - Rearranged spec file

 .gitignore |    1 +
 jwm.spec   |   56 ++++++++++++++++++++++++++++++++------------------------
 sources    |    2 +-
 3 files changed, 34 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 47859d0..246ac90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /jwm-500.tar.bz2
+/jwm-2.1.0.tar.bz2
diff --git a/jwm.spec b/jwm.spec
index b54e0d9..f4af07c 100644
--- a/jwm.spec
+++ b/jwm.spec
@@ -1,24 +1,22 @@
-%global revision 500
-
-Name:		jwm
-Version:	2.0.1
-Release:	6.svn%{revision}%{?dist}
-Summary:	Joe's Window Manager
-
-Group:		User Interface/Desktops
-License:	GPLv2+
-URL:		http://joewing.net/programs/jwm
-Source0:	http://joewing.net/programs/jwm/snapshots/%{name}-%{revision}.tar.bz2
-Source1:	%{name}.desktop
-Patch0:		%{name}-nostrip.patch
-Patch1:		%{name}-timestamps.patch
-Patch2:		%{name}-destdir.patch
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:	libXext-devel libXmu-devel libXinerama-devel
-BuildRequires:	libXpm-devel libjpeg-turbo-devel libpng-devel
-BuildRequires:	libXft-devel fribidi-devel freetype-devel
-Requires:	xterm
+Name:           jwm
+Version:        2.1.0
+Release:        1%{?dist}
+Summary:        Joe's Window Manager
+
+Group:          User Interface/Desktops
+License:        GPLv2+
+URL:            http://joewing.net/programs/jwm
+Source0:        http://joewing.net/programs/jwm/releases/%{name}-%{version}.tar.bz2
+Source1:        %{name}.desktop
+Patch0:         %{name}-nostrip.patch
+Patch1:         %{name}-timestamps.patch
+Patch2:         %{name}-destdir.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  libXext-devel libXmu-devel libXinerama-devel
+BuildRequires:  libXpm-devel libjpeg-turbo-devel libpng-devel
+BuildRequires:  libXft-devel fribidi-devel freetype-devel
+Requires:       xterm
 
 %description
 JWM is a window manager for the X11 Window System. JWM is written in C and uses
@@ -34,10 +32,10 @@ only Xlib at a minimum. The following libraries can also be used if available:
 * libxft for antialiased and true type fonts
 * libfribidi for right-to-left language support
 
-It can support some MWM, GNOME, and WM Spec hints.
+JWM supports MWM and Extended Window Manager Hints (EWMH).
 
 %prep
-%setup -q -n %{name}-%{revision}
+%setup -q
 
 # Do not strip binary file
 %patch0 -p0 -b .orig
@@ -64,13 +62,23 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog LICENSE README todo.txt
+%doc LICENSE README todo.txt
 %{_bindir}/%{name}
 %config(noreplace) %{_sysconfdir}/system.jwmrc
 %{_datadir}/xsessions/%{name}.desktop
 %{_mandir}/man1/%{name}.*
 
 %changelog
+* Mon Apr 09 2012 Germán A. Racca <skytux at fedoraproject.org> - 2.1.0-1
+- Updated from snapshot to new release
+- Rearranged spec file
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.1-8.svn500
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Dec 06 2011 Adam Jackson <ajax at redhat.com> - 2.0.1-7.svn500
+- Rebuild for new libpng
+
 * Tue Aug 30 2011 Germán A. Racca <skytux at fedoraproject.org> 2.0.1-6.svn500
 - Added patch to remove strip from makefile
 - Recreated the other patches and changed order of application
diff --git a/sources b/sources
index 7f67c33..14df7fb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e046d1720c8f9fcbffd58cb6c4b0dbad  jwm-500.tar.bz2
+e8fab21b2410eb82032b7c3472af642c  jwm-2.1.0.tar.bz2


More information about the scm-commits mailing list