[oxygen-gtk] 1.1.2

Rex Dieter rdieter at fedoraproject.org
Sat Aug 13 18:10:38 UTC 2011


commit 828af2785511927267d3c271ef0494efaabef87f
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sat Aug 13 13:16:23 2011 -0500

    1.1.2

 .gitignore      |    3 +--
 oxygen-gtk.spec |   39 ++++++++++++++++++++-------------------
 sources         |    2 +-
 3 files changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d509383..14dba3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
 /oxygen-gtk-1.0.5.tar.bz2
-/oxygen-gtk-1.1.0.tar.bz2
-/oxygen-gtk-1.1.1.tar.bz2
+/oxygen-gtk-1.1.2.tar.bz2
diff --git a/oxygen-gtk.spec b/oxygen-gtk.spec
index 1bc34f4..c9eb4cb 100644
--- a/oxygen-gtk.spec
+++ b/oxygen-gtk.spec
@@ -1,18 +1,17 @@
-Name:		oxygen-gtk
-Version:	1.1.1
-Release:	1%{?dist}
-Summary:	Oxygen GTK theme
-
-Group:		User Interface/Desktops
-License:	GPLv2+
-URL:		https://projects.kde.org/projects/playground/artwork/oxygen-gtk	
-Source0:	ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk/%{version}/src/oxygen-gtk-%{version}.tar.bz2
-# sha256sum 
-#Source1:	ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk/%{version}/src/oxygen-gtk-%{version}.sha
-BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-
-BuildRequires:	cmake
-BuildRequires:	gtk2-devel
+
+Name:    oxygen-gtk
+Summary: Oxygen GTK theme
+Version: 1.1.2
+Release: 1%{?dist}
+
+License: GPLv2+
+Group:   User Interface/Desktops
+URL:     https://projects.kde.org/projects/playground/artwork/oxygen-gtk	
+Source0: ftp://ftp.kde.org/pub/kde/stable/stable/oxygen-gtk/%{version}/src/oxygen-gtk-%{version}.tar.bz2
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+BuildRequires: cmake
+BuildRequires: gtk2-devel
 
 %description
 Oxygen-Gtk is a port of the default KDE widget theme (Oxygen), to gtk.
@@ -33,7 +32,6 @@ otherwise breaks every time some setting is changed in KDE.
 
 
 %build
-
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
 %{cmake} ..
@@ -43,12 +41,12 @@ make %{?_smp_mflags} -C %{_target_platform}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
+rm -rf %{buildroot} 
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot} 
 
 
 %files
@@ -61,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 13 2011 Rex Dieter <rdieter at fedoraproject.org> 1.1.2-1
+- 1.1.2
+
 * Fri Jul 15 2011 Alexey Kurov <nucleo at fedoraproject.org> - 1.1.1-1
 - 1.1.1
 
diff --git a/sources b/sources
index dbd5a7e..a959db3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8e7454f2a1a97f7580995276d78aa35d  oxygen-gtk-1.1.1.tar.bz2
+f4d7f6203d8bcf41ff3403333f399628  oxygen-gtk-1.1.2.tar.bz2


More information about the scm-commits mailing list