]> git.pld-linux.org Git - packages/fame.git/commitdiff
- pl translations, gzip doc, added missing dirs; release 2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 27 Nov 2001 09:00:22 +0000 (09:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fame.spec -> 1.4

fame.spec

index 6ef6577a8f37dd6ee3fcc6972e96839f7036c7eb..79f6036915c972647c1ee63bf0185a2ae1469833 100644 (file)
--- a/fame.spec
+++ b/fame.spec
@@ -1,11 +1,13 @@
-Name:          fame
 Summary:       Fast Assembly MPEG Encoder
+Summary(pl):   Szybki koder MPEG w asemblerze
+Name:          fame
 Version:       0.8.7
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Graphics
 Group(de):     Applikationen/Grafik
 Group(pl):     Aplikacje/Grafika
+Group(pt):     Aplicações/Gráficos
 Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/fame/%{name}-%{version}.tar.gz
 URL:           http://fame.sourceforge.net/
 BuildRequires: nasm
@@ -18,8 +20,13 @@ video from various sources and create an MPEG 1 video elementary
 stream, which is then recorded in a file or sent over a network. This
 is a beta release.
 
+%description -l pl
+Koder MPEG zoptymalizowany dla Pentium MMX. Mo¿e ³apaæ ramki z ró¿nych
+¼róde³ i tworzyæ podstawowy strumieñ MPEG 1, który mo¿e byæ potem
+zapisywany do pliku lub wysy³any przez sieæ.
+
 %prep
-%setup -q -n fame
+%setup -q -n %{name}
 
 %build
 %configure
@@ -29,13 +36,17 @@ is a beta release.
 rm -rf $RPM_BUILD_ROOT
 %{__make} install prefix=$RPM_BUILD_ROOT%{_prefix}
 
+gzip -9nf AUTHORS CHANGES BUGS README TODO
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING CHANGES BUGS README TODO doc/
+%doc {AUTHORS,CHANGES,BUGS,README,TODO}.gz doc
 %attr(755,root,root) %{_bindir}/fame
 %attr(755,root,root) %{_bindir}/mpegnc
+%dir %{_libdir}/fame
+%dir %{_libdir}/fame/*
 %{_libdir}/fame/*/*.so
 %{_mandir}/man1/*
This page took 0.143995 seconds and 4 git commands to generate.