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

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Thu Nov 16 15:26:58 UTC 2006


Author: jwilson

Update of /cvs/extras/rpms/emerald-themes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16396/devel

Modified Files:
	.cvsignore sources 
Added Files:
	emerald-themes.spec 
Log Message:
auto-import emerald-themes-0.1.2-2.fc7 on branch devel from emerald-themes-0.1.2-2.fc7.src.rpm


--- NEW FILE emerald-themes.spec ---
Name:           emerald-themes
Url:            http://www.beryl-project.org/
License:        GPL
Group:          User Interface/Desktops
Version:        0.1.2
Release:        2%{?dist}

Summary:        Themes for Emerald, the window decorator for Beryl
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0:        http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2

BuildArch:      noarch

Requires:       beryl-core >= %{version}, emerald >= %{version}
BuildRequires:  libtool


%description
Emerald is themeable window decorator and compositing 
manager for Beryl. Launch Theme Manager from
beryl-manager to change themes.

This package contains themes for emerald.


%prep
%setup -q
#autoreconf -v --install

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
find $RPM_BUILD_ROOT -type f -name "*~" | xargs rm -f
chmod a+r $RPM_BUILD_ROOT%{_datadir}/emerald/themes/Scaled_Black_Mod/*
rm -f $RPM_BUILD_ROOT%{_datadir}/emerald/themes/import.sh

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README
%{_datadir}/emerald/*


%changelog
* Tue Nov 14 2006 Jarod Wilson <jwilson at redhat.com> 0.1.2-2
- Use upstream tarball, now that there is one
- Remove import.sh, only used during build

* Fri Nov 10 2006 Jarod Wilson <jwilson at redhat.com> 0.1.2-1
- New upstream release

* Tue Oct 31 2006 Jarod Wilson <jwilson at redhat.com> 0.1.1-2
- Fix perms on Scaled_Black_Mod theme
- Add missing BR: libtool

* Thu Oct 26 2006 Jarod Wilson <jwilson at redhat.com> 0.1.1-1
- New upstream release
- Require beryl-core and emerald of at least the same version
- Move autoreconf bits to prep section

* Tue Oct 03 2006 Jarod Wilson <jwilson at redhat.com> 0.1.0-1
- Initial Fedora build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/emerald-themes/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Nov 2006 15:26:07 -0000	1.1
+++ .cvsignore	16 Nov 2006 15:26:28 -0000	1.2
@@ -0,0 +1 @@
+emerald-themes-0.1.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/emerald-themes/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Nov 2006 15:26:07 -0000	1.1
+++ sources	16 Nov 2006 15:26:28 -0000	1.2
@@ -0,0 +1 @@
+c5aa35e30d3476f05a469f1baac16341  emerald-themes-0.1.2.tar.bz2




More information about the scm-commits mailing list