Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 955bfde99d1b73771284ad9103cf9126 > files > 2

tenr-de-styles-pkg-1.1-4.fc12.src.rpm

Name:           tenr-de-styles-pkg
Version:        1.1
Release:        4%{?dist}
Summary:        A collection of styles for fluxbox

Group:          Amusements/Graphics
License:        CC-BY-SA
URL:            http://tenr.de
Source0:        http://tenr.de/files/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Buildarch:      noarch
Requires:       fluxbox 

%define  _styledir %{_datadir}/%{name}-%{version}

%description
A collection of styles/themes for use with Fluxbox. All styles/themes are 
compatible with fluxStyle.

%prep
%setup -q
# I keep finding files and dirs with the wrong premissions on them in the tar
# balls from upstream
find styles/ \( -type d -exec chmod 755 '{}' \; -o -type f -exec chmod 644 '{}' \; \)

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_styledir}/
cp -a styles $RPM_BUILD_ROOT%{_styledir}/

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README NEWS License
%dir %{_styledir}
%{_styledir}/*



%changelog
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Mon Sep  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1-2
- fix license tag

* Thu Dec 14 2006 Michael Rice <errr[AT]errr-online.com> - 1.1-1
- Version bump, which added over 100 new styles
- add chmod command for dirs and files that keep getting packaged wrong

* Mon Oct 09 2006 Michael Rice <errr[AT]errr-online.com> - 1.0-2
- Fix name to remove the dot
- remove unneeded r from cp line
- resolved ownership of _styledir
- new source package from upstream with version

* Sun Oct 08 2006 Michael Rice <errr[AT]errr-online.com> - 1.0-1
- Initial RPM release