]> git.pld-linux.org Git - packages/fvwm-crystal.git/blobdiff - fvwm-crystal.spec
- updated to 1.0.1
[packages/fvwm-crystal.git] / fvwm-crystal.spec
index e8ebf6aa2602905741cfbf3d86c8eadcc5ae6c1a..5ec9c1a4efc46f4b683c6211e0049efa55614041 100644 (file)
@@ -1,19 +1,19 @@
-%define beta   beta2
 Summary:       Theme for fvwm2
 Summary(pl):   Skórka do fvwm2
 Name:          fvwm-crystal
-Version:       1.0
-Release:       0.%{beta}.2
+Version:       1.0.1
+Release:       1
 License:       GPL v2
 Group:         X11/Window Managers
-Source0:       http://www.linuxpl.org/software/%{name}/files/tarball/%{name}-%{version}-%{beta}.tar.gz
-# Source0-md5: a8a2f2f2e11781f01d54057a79e4b1c0
+Source0:       ftp://ftp.linuxpl.org/%{name}/tarballs/%{name}-%{version}.tar.gz
+# Source0-md5: 53038c173567976be13ba94f3b47141c
 URL:           http://www.linuxpl.org/software/fvwm-crystal/
 BuildRequires: rpm-perlprov
+BuildRequires: imlib2-devel
 Requires:      fvwm2 >= 2.5.8
 Requires:      fvwm2-perl
 Requires:      scrot
-Requires:      Esetroot
+Requires:      habak
 Requires:      aterm
 Requires:      xdaliclock
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -25,7 +25,7 @@ A theme for fvwm2.
 Skórka do fvwm2, bardzo rozbudowana.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{version}
 
 %build
 
@@ -37,14 +37,14 @@ install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_bindir}}
 find -type d -name CVS | xargs rm -rf
 
 mv bin/* $RPM_BUILD_ROOT%{_bindir}/
-mv images config $RPM_BUILD_ROOT%{_datadir}/%{name}
+mv images config wallpapers $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc/[ACFIT]*
+%doc doc/[FT]* AUTHORS ChangeLog INSTALL* NEWS README
 %attr(755,root,root) %{_bindir}/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
This page took 0.088389 seconds and 4 git commands to generate.