rpms/bluecurve-icon-theme/devel bluecurve-icon-theme.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:20:05 UTC 2007


Author: rstrode

Update of /cvs/pkgs/rpms/bluecurve-icon-theme/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15548/devel

Modified Files:
	.cvsignore sources 
Added Files:
	bluecurve-icon-theme.spec 
Log Message:
Initial import


--- NEW FILE bluecurve-icon-theme.spec ---
Summary: Bluecurve icon theme
Name: bluecurve-icon-theme
Version: 1.0.0
Release: 1%{?dist} 
BuildArch: noarch
License: GPL+
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) 

Requires: system-logos

# we require XML::Parser for our in-tree intltool
BuildRequires: perl(XML::Parser)

%description
This package contains Bluecurve style cursors and icons.

%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

%clean
rm -rf $RPM_BUILD_ROOT

%post
touch --no-create %{_datadir}/icons/Bluecurve
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
    %{_bindir}/gtk-update-icon-cache -f --quiet %{_datadir}/icons/Bluecurve || :
fi

%postun
touch --no-create %{_datadir}/icons/Bluecurve
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
    %{_bindir}/gtk-update-icon-cache -f --quiet %{_datadir}/icons/Bluecurve || :
fi

%files -f %{name}.lang
%defattr(-, root, root)
%doc AUTHORS COPYING
%{_datadir}/icons/Bluecurve
%{_datadir}/icons/Bluecurve-inverse
%{_datadir}/icons/LBluecurve
%{_datadir}/icons/LBluecurve-inverse

%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-icon-theme/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Oct 2007 14:58:57 -0000	1.1
+++ .cvsignore	10 Oct 2007 15:19:30 -0000	1.2
@@ -0,0 +1 @@
+bluecurve-icon-theme-1.0.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bluecurve-icon-theme/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Oct 2007 14:58:57 -0000	1.1
+++ sources	10 Oct 2007 15:19:30 -0000	1.2
@@ -0,0 +1 @@
+6ef3609f3241b5f05187b5da76b333e4  bluecurve-icon-theme-1.0.0.tar.bz2




More information about the fedora-extras-commits mailing list