[xfce-theme-manager] Bump to 0.3.3

Eduardo Javier Echeverria Alvarado echevemaster at fedoraproject.org
Sun Aug 11 00:55:01 UTC 2013


commit b7099618a8b6d4c05207046031523d3549972af5
Author: Eduardo Echeverria <echevemaster at gmail.com>
Date:   Sat Aug 10 20:24:41 2013 -0430

    Bump to 0.3.3

 .gitignore              |    1 +
 sources                 |    2 +-
 xfce-theme-manager.spec |   74 ++++++++++++++++++++++++----------------------
 3 files changed, 41 insertions(+), 36 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 466ee27..cef58ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Xfce-Theme-Manager-0.1.20.tar.gz
 /Xfce-Theme-Manager-0.2.3.tar.gz
 /Xfce-Theme-Manager-0.2.4.tar.gz
+/Xfce-Theme-Manager-0.3.3.tar.gz
diff --git a/sources b/sources
index 4a0f25f..b50c0e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b3d6d20fc34df343bf4c8f5332789ac6  Xfce-Theme-Manager-0.2.4.tar.gz
+75887df7800d51b7e14465ebe9f5ac07  Xfce-Theme-Manager-0.3.3.tar.gz
diff --git a/xfce-theme-manager.spec b/xfce-theme-manager.spec
index 760a231..325e642 100644
--- a/xfce-theme-manager.spec
+++ b/xfce-theme-manager.spec
@@ -1,60 +1,63 @@
-%global pkgname Xfce-Theme-Manager 
-Name:		xfce-theme-manager	
-Version:	0.2.4
-Release:	2%{?dist}
+%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
+
+%global pkgname Xfce-Theme-Manager
+Name:		xfce-theme-manager
+Version:	0.3.3
+Release:	1%{?dist}
 Summary:	A theme manager for Xfce
-License:	GPLv3
+
+License:	GPLv3	
 URL:		http://xfce-look.org/content/show.php?content=149647
 Source0:	http://keithhedger.hostingsiteforfree.com/zips/xfcethememanager/%{pkgname}-%{version}.tar.gz
 
-Patch1:		xfce-theme-manager-0.2.4-fix-strip-debug.patch
-BuildRequires:	pkgconfig(gdk-2.0)
-BuildRequires:	pkgconfig(glib-2.0)
-BuildRequires:	pkgconfig(gtk+-2.0)
-BuildRequires:	pkgconfig(libxfce4ui-1)
-BuildRequires:	desktop-file-utils
-BuildRequires:	cairo-devel
-
+BuildRequires:  pkgconfig(gdk-2.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  desktop-file-utils
+BuildRequires:  cairo-devel
 
 %description
-A theme manager allowing easy configuration of themes, 
+A theme manager allowing easy configuration of themes,
 window borders, controls, icons and cursors for Xfce
 
 %prep
-%setup -q -n  %{pkgname}-%{version}
-%patch1 -p1
+%setup -qn %{pkgname}-%{version}
+
+
 %build
-make %{?_smp_mflags} CXXFLAGS="%{optflags} -Wunused -Wunused-function -Wno-unused-result -lXcursor -lgthread-2.0 `pkg-config --cflags --libs glib-2.0` `pkg-config --cflags --libs gdk-2.0` `pkg-config --cflags --libs gtk+-2.0` -DGTK_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_DISABLE_DEPRECATED -DGSEAL_ENABLE `pkg-config --cflags --libs libxfce4ui-1` -DGOT_LIBXFCEUI"
+%configure
+make %{?_smp_mflags} xfcethememanager_CFLAGS="%{optflags} -export-dynamic" xfcethememanager_CXXFLAGS="%{optflags} -export-dynamic" -Wunused -Wunused-function -Wno-unused-result
+
 
 %install
-make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
-desktop-file-install	\
---delete-original	\
---dir=%{buildroot}%{_datadir}/applications	\
---remove-key=Categories	\
---add-category=GTK	\
---add-category=Settings	\
---add-category=DesktopSettings	\
---add-category=X-XFCE-SettingsDialog	\
---add-category=X-XFCE-PersonalSettings	\
+make install DESTDIR=%{buildroot} docfilesdir="%{_pkgdocdir}"
+desktop-file-install    \
+--delete-original       \
+--dir=%{buildroot}%{_datadir}/applications      \
+--remove-key=Categories \
+--add-category=GTK      \
+--add-category=Settings \
+--add-category=DesktopSettings  \
+--add-category=X-XFCE-SettingsDialog    \
+--add-category=X-XFCE-PersonalSettings  \
 --add-category=X-XFCE \
---set-name="Xfce Theme Manager"	\
+--set-name="Xfce Theme Manager" \
 %{buildroot}/%{_datadir}/applications/%{pkgname}.desktop
-find %{buildroot} -name 'xfce-theme-manager' | xargs chmod 0755
+
 
 %files
-%doc README* ChangeLog* gpl-3.0.txt
+%doc README* ChangeLog* COPYING
 %{_bindir}/%{name}
 %{_datadir}/applications/%{pkgname}.desktop
 %{_datadir}/pixmaps/%{name}.png
 %{_mandir}/man1/%{name}.1.*
-%{_mandir}/es/man1/%{name}.1.*
-%{_mandir}/de/man1/%{name}.1.*
-
+%{_mandir}/*/man1/%{name}.1.*
 
 %changelog
-* Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+* Mon Jul 22 2013 Eduardo Echeverria  <echevemaster at gmail.com> - 0.3.3-1
+- Updated to the version 0.3.3
+- switch to unversioned documentation directory
 
 * Sat Feb 02 2013 Eduardo Echeverria  <echevemaster at gmail.com> - 0.2.4-1
 - Update to version 0.2.4
@@ -79,3 +82,4 @@ find %{buildroot} -name 'xfce-theme-manager' | xargs chmod 0755
 
 * Mon Nov 12 2012 Eduardo Echeverria  <echevemaster at gmail.com> - 0.1.18-1
 - Initial packaging
+


More information about the scm-commits mailing list