diff --git a/.cvsignore b/.cvsignore index e69de29..615ca2e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +bluecurve-kde-theme-1.0.0.tar.bz2 diff --git a/bluecurve-kde-theme.spec b/bluecurve-kde-theme.spec new file mode 100644 index 0000000..2f9f779 --- /dev/null +++ b/bluecurve-kde-theme.spec @@ -0,0 +1,49 @@ +Summary: Bluecurve KDE theme +Name: bluecurve-kde-theme +Version: 1.0.0 +Release: 1%{?dist} +License: GPLv2 +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: kdebase-devel + +%description +This package contains a KDE theme that uses the Qt 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 '*.a' -delete +find $RPM_BUILD_ROOT -name '*.la' -delete + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(-, root, root) +%doc AUTHORS COPYING +%{_datadir}/apps/kdisplay/color-schemes/Bluecurve.kcsrc +%{_datadir}/apps/kstyle/themes/Bluecurve.themerc +%{_libdir}/qt-3.*/plugins/styles/bluecurve.so + +%changelog +* Tue Sep 25 2007 Ray Strode - 1.0.0-1 +- Initial import, version 1.0.0 diff --git a/sources b/sources index e69de29..1c2580d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +afcb1e746b4562ffb73b7246d22b844a bluecurve-kde-theme-1.0.0.tar.bz2