]> git.pld-linux.org Git - packages/fvwm-crystal.git/commitdiff
- cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 3 Nov 2005 17:22:32 +0000 (17:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fvwm-crystal.spec -> 1.24

fvwm-crystal.spec

index 288c27242203c382eee366009b6d88e57991b344..451e0bb3263a5846e618309fc4cbcb5747a0f258 100644 (file)
@@ -1,7 +1,3 @@
-
-#      TODO:   
-#
-
 Summary:       Desktop Environment
 Summary(pl):   Graficzne ¶rodowisko robocze
 Name:          fvwm-crystal
@@ -13,11 +9,12 @@ Group:               X11/Window Managers
 Source0:       http://download.berlios.de/fvwm-crystal/%{name}-%{version}.tar.gz
 # Source0-md5: 412f9b6148e35f07b7f1e76759f781b5
 URL:           http://fvwm-crystal.berlios.de/
+BuildRequires: sed >= 4.0
+Requires:      ImageMagick
 Requires:      aterm
 Requires:      fvwm2 >= 2.5.13
 Requires:      fvwm2-perl
 Requires:      habak
-Requires:      ImageMagick
 Requires:      mpc
 Requires:      mpd
 Requires:      python
@@ -40,22 +37,21 @@ Window Manager (FVWM), dzi
 wygl±daj±ce i bardzo funkcjonalne ¶rodowisko robocze.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
-
-%configure --prefix=%{_prefix} 
+%configure
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install  \
-    bindir=$RPM_BUILD_ROOT%{_prefix}/bin \
-    datadir=$RPM_BUILD_ROOT%{_prefix}/share
+       bindir=$RPM_BUILD_ROOT%{_prefix}/bin \
+       datadir=$RPM_BUILD_ROOT%{_prefix}/share
     
 sed -i 's#\%\%\%INSTALLPATH\%\%\%#"%{_datadir}/%{name}/fvwm"#g' $RPM_BUILD_ROOT%{_bindir}/%{name}
 
-install -d $RPM_BUILD_ROOT%{_prefix}/share/xsessions/
+install -d $RPM_BUILD_ROOT%{_prefix}/share/xsessions
 install addons/fvwm-crystal.desktop $RPM_BUILD_ROOT%{_prefix}/share/xsessions/fvwm-crystal.desktop
 
 %clean
This page took 0.075448 seconds and 4 git commands to generate.