]> git.pld-linux.org Git - packages/adobe-flash-standalone.git/commitdiff
- cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 5 Jan 2008 01:23:14 +0000 (01:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adobe-flash-standalone.spec -> 1.2

adobe-flash-standalone.spec

index 889f81b5bee96f5f7166f01752bcb88abeb636cb..90f75a4bd8e7d7bd92eb5ac3977e73c78c2622b5 100644 (file)
@@ -1,14 +1,13 @@
-#
-%define                _ver_major      9
-%define                _ver_minor      0
-%define                _ver_patch      48
-%define                _ver_serial     0
-%define                _rel 1
+%define                ver_major       9
+%define                ver_minor       0
+%define                ver_patch       48
+%define                ver_serial      0
+%define                rel 1
 Summary:       Standalone Flash player
 Summary(pl.UTF-8):     Odtwarzacz Flash
 Name:          adobe-flash-standalone
-Version:       %{_ver_major}.%{_ver_minor}.%{_ver_patch}.%{_ver_serial}
-Release:       %{_rel}%{?with_license_agreement:wla}
+Version:       %{ver_major}.%{ver_minor}.%{ver_patch}.%{ver_serial}
+Release:       %{rel}%{?with_license_agreement:wla}
 License:       Free to use, non-distributable
 Group:         X11/Applications/Multimedia
 Source0:       http://download.macromedia.com/pub/flashplayer/updaters/9/flash_player_9_linux_dev.tar.gz
@@ -30,7 +29,7 @@ Adobe(R) Flash(R) Player - środowisko nowej generacji do obsługi
 treści i aplikacji we Flashu pod Linuksem.
 
 %prep
-%setup -q -n flash_player_%{_ver_major}_linux_dev
+%setup -q -n flash_player_%{ver_major}_linux_dev
 tar xf standalone/release/flashplayer.tar.gz
 
 %install
@@ -43,4 +42,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/flashplayer
This page took 0.094716 seconds and 4 git commands to generate.