]> git.pld-linux.org Git - packages/desktop-effects.git/commitdiff
- pldize
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 4 Nov 2010 21:34:28 +0000 (21:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    desktop-effects.spec -> 1.2

desktop-effects.spec

index aa87d9f5815ce4aeadf9a2bdc205ed3d7fd21a98..7c976ccfad451826cd85eae908d06ef57483f99b 100644 (file)
@@ -34,12 +34,12 @@ special effects), and GNOME Shell, which offers a preview of the GNOME
 
 %build
 %configure
-
-%{__make} %{?_smp_mflags}
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 desktop-file-validate $RPM_BUILD_ROOT%{_desktopdir}/desktop-effects.desktop
 
@@ -50,7 +50,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc COPYING
 %attr(755,root,root) %{_bindir}/desktop-effects
 %{_iconsdir}/hicolor/*/apps/desktop-effects.png
 %{_desktopdir}/desktop-effects.desktop
This page took 0.068853 seconds and 4 git commands to generate.