rpms/bluecurve-gtk-themes/devel bluecurve-gtk-themes.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Wed Oct 10 15:18:50 UTC 2007


Author: rstrode

Update of /cvs/pkgs/rpms/bluecurve-gtk-themes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/devel

Modified Files:
	.cvsignore sources 
Added Files:
	bluecurve-gtk-themes.spec 
Log Message:
Initial import


--- NEW FILE bluecurve-gtk-themes.spec ---
Summary: Bluecurve GTK+ theme
Name: bluecurve-gtk-themes
Version: 1.0.0
Release: 1%{?dist} 
License: LGPLv2+
Group: User Interface/Desktops
# There is no official upstream yet
Source0: %{name}-%{version}.tar.bz2
URL: http://www.redhat.com
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 

BuildRequires: gtk2-devel
BuildRequires: perl(XML::Parser)
Provides: gtk-bluecurve-engine

%description
This package contains a collection of GTK+ themes that use the bluecurve engine.

%prep
%setup -q 

%build
%configure 
make

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

# These are empty
rm -f ChangeLog NEWS README

# The upstream packages may gain po files at some point in the near future
%find_lang %{name} || touch %{name}.lang

find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-, root, root)
%doc AUTHORS COPYING
%{_libdir}/gtk-2.0/*/engines/libbluecurve.so
# We own the entire theme directories and not just gtk-2.0, so
# we don't have to require the meta theme (which requires us already).
%{_datadir}/themes/Bluecurve
%{_datadir}/themes/Bluecurve-BerriesAndCream
%{_datadir}/themes/Bluecurve-Gnome
%{_datadir}/themes/Bluecurve-Grape
%{_datadir}/themes/Bluecurve-Lime
%{_datadir}/themes/Bluecurve-Slate
%{_datadir}/themes/Bluecurve-Strawberry
%{_datadir}/themes/Bluecurve-Tangerine

%changelog
* Tue Sep 25 2007 Ray Strode <rstrode at redhat.com> - 1.0.0-1
- Initial import, version 1.0.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bluecurve-gtk-themes/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Oct 2007 14:58:36 -0000	1.1
+++ .cvsignore	10 Oct 2007 15:18:17 -0000	1.2
@@ -0,0 +1 @@
+bluecurve-gtk-themes-1.0.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bluecurve-gtk-themes/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Oct 2007 14:58:36 -0000	1.1
+++ sources	10 Oct 2007 15:18:17 -0000	1.2
@@ -0,0 +1 @@
+5eb884cbe86e40e52127222400477f03  bluecurve-gtk-themes-1.0.0.tar.bz2




More information about the fedora-extras-commits mailing list