[gtk-aurora-engine/f14/master] Initial import (#575466)

Germán A. Racca skytux at fedoraproject.org
Tue Nov 9 16:46:31 UTC 2010


commit a32b088f705a60b949c845cb145bc88df409cb44
Author: Germán A. Racca <skytux at fedoraproject.org>
Date:   Tue Nov 9 14:45:31 2010 -0200

    Initial import (#575466)

 .gitignore             |    1 +
 gtk-aurora-engine.spec |   71 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 73 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..cd219ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/56438-aurora-1.5.1.tar.bz2
diff --git a/gtk-aurora-engine.spec b/gtk-aurora-engine.spec
new file mode 100644
index 0000000..dae7a55
--- /dev/null
+++ b/gtk-aurora-engine.spec
@@ -0,0 +1,71 @@
+Name:		gtk-aurora-engine
+Version:	1.5.1
+Release:	4%{?dist}
+Summary:	Aurora GTK+ theme engine
+
+Group:		System Environment/Libraries
+License:	GPLv2+
+URL:		http://gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=56438
+Source0:	http://gnome-look.org/CONTENT/content-files/56438-aurora-%{version}.tar.bz2
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:	gtk2-devel
+Requires:	gtk2
+
+%description
+The Aurora GTK+ theme engine compiled with animation support and the original
+Aurora theme.
+
+%prep
+%setup -q -c 56438-aurora-%{version}.tar.bz2 -a 0
+tar -xzf aurora-gtk-engine-1.5.tar.gz
+tar -xjf Aurora.tar.bz2
+
+%build
+pushd aurora-1.5
+%configure --enable-animation
+make %{?_smp_mflags}
+popd
+
+%install
+rm -rf %{buildroot}
+pushd aurora-1.5
+make install DESTDIR=%{buildroot} INSTALL="install -p"
+popd
+
+# Copy theme to proper directory
+mkdir -p %{buildroot}%{_datadir}/themes/Aurora
+cp -pr Aurora/* %{buildroot}%{_datadir}/themes/Aurora/
+
+# Remove .la files
+find %{buildroot} -name *.la | xargs rm -f || true
+
+# Remove backup files
+find %{buildroot}%{_datadir}/themes -name *~ -type f | xargs rm -f || true
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc aurora-1.5/{AUTHORS,ChangeLog,COPYING,NEWS,README}
+%{_libdir}/gtk-2.0/2.10.0/engines/libaurora.so
+%{_datadir}/themes/Aurora/
+
+%changelog
+* Fri Nov 05 2010 Germán A. Racca <skytux at fedoraproject.org> 1.5.1-4
+- Added cleaning of buildroot in %%install
+- Preserved timestamps when installing themes files
+- Added dependency on gtk2
+
+* Tue Jun 01 2010 German A. Racca <gracca at gmail.com> 1.5.1-3
+- Rebuild for Fedora 13
+- Added %%{dist} tag
+- Preserved timestamps in installation
+- Owned themes directory
+
+* Tue Mar 23 2010 German A. Racca <gracca at gmail.com> 1.5.1-2
+- Removed some macros for not to clutter the spec file
+
+* Fri Mar 20 2010 German A. Racca <gracca at gmail.com> 1.5.1-1
+- Initial release of RPM package
diff --git a/sources b/sources
index e69de29..7d2b792 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5eeea57c5938306ad7ccfc7cd71d009d  56438-aurora-1.5.1.tar.bz2


More information about the scm-commits mailing list