]> git.pld-linux.org Git - packages/electricsheep.git/commitdiff
- unify BuildRoot, missing dir
authordarekr <darekr@pld-linux.org>
Sat, 17 Dec 2005 11:59:05 +0000 (11:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    electricsheep.spec -> 1.3

electricsheep.spec

index d7de1980ef644deca41955ab3616129c7cccb16a..bae2cee6491fc3555294ea438d308bcbafb90ddc 100644 (file)
@@ -19,7 +19,7 @@ BuildRequires:        libpng-devel
 Requires:      curl
 Requires:      xloadimage
 Requires:      xscreensaver
-BuildRoot:     /tmp/%{name}-%{version}-root-%(id -u -n)
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Electric Sheep is a screensaver that realizes the collective dream of
@@ -57,6 +57,7 @@ install -d $RPM_BUILD_ROOT/{%{_bindir},%{_datadir}/control-center/screensavers}
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*.png
 %{_datadir}/control-center/screensavers/electricsheep.xml
 %{_mandir}/man1/*
This page took 0.061344 seconds and 4 git commands to generate.