]> git.pld-linux.org Git - packages/jwplayer.git/commitdiff
- unified
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 23 Jul 2007 19:02:23 +0000 (19:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    jw_media_player.spec -> 1.8

jw_media_player.spec

index 3e7606a7612253f6643156d05bd7fa8e6b9815b6..20f43e7b11152a037e598c6176e5a28ee7934e72 100644 (file)
@@ -1,3 +1,4 @@
+# TODO: spec filename vs Name
 Summary:       JW Media Player
 Summary(pl.UTF-8):     Odtwarzacz Flash Media
 Name:          jw_media_player
@@ -46,15 +47,15 @@ install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}}
 cp -a mediaplayer.swf $RPM_BUILD_ROOT%{_appdir}
 cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %triggerin -- lighttpd
 %webapp_register lighttpd %{_webapp}
 
 %triggerun -- lighttpd
 %webapp_unregister lighttpd %{_webapp}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lighttpd.conf
This page took 0.054155 seconds and 4 git commands to generate.