]> git.pld-linux.org Git - packages/fvwm-crystal.git/commitdiff
- some cleanups
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 30 May 2003 13:44:43 +0000 (13:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- merged lost changes:
  Revision 1.3  2003/05/24 00:41:04  radek
  - release 0.2: removed CVS directories, added crystal-wallpaper and docs,
  - BR: rpm-perlprov

Changed files:
    fvwm-crystal.spec -> 1.5

fvwm-crystal.spec

index 8f7d6f9fb907ba9e93caeb2fcd20718cf4ad582d..f50f7bc66a46d1b2509b6928395be1c655214775 100644 (file)
@@ -3,10 +3,11 @@ Summary(pl):  Sk
 Name:          fvwm-crystal
 Version:       0.8
 Release:       0.1
-License:       GPL
+License:       GPL v2
 Group:         X11/Window Managers
 Source0:       http://www.linuxpl.org/software/%{name}/%{name}-%{version}.tar.gz
 # Source0-md5: 7217cb361ba42e3cdb1537c8a3cdcd84
+BuildRequires: rpm-perlprov
 Requires:      fvwm2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -23,13 +24,18 @@ Sk
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_datadir}/fvwm/
-cp -r Crystal $RPM_BUILD_ROOT%{_datadir}/fvwm/
+install -d $RPM_BUILD_ROOT%{_datadir}/fvwm
+
+cp -r Crystal $RPM_BUILD_ROOT%{_datadir}/fvwm
+find $RPM_BUILD_ROOT%{_datadir}/fvwm/ -type d -name CVS | xargs rm -rf
+
+install -D addons/crystal-wallpaper $RPM_BUILD_ROOT%{_bindir}/crystal-wallpaper
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-#%doc
-%{_datadir}/fvwm/Crystal/
+%doc ChangeLog doc/[ADFIMRTcr]* addons/Xresources
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/fvwm/Crystal
This page took 0.068314 seconds and 4 git commands to generate.