]> git.pld-linux.org Git - packages/alac_decoder.git/commitdiff
- pl, simple descs, better Group
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 9 May 2006 19:49:40 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alac_decoder.spec -> 1.2

alac_decoder.spec

index 260e449773324e74b740238bfd8a2ec582a6f4f2..9ed0bfc787f6ff2baafd1722570ac52158507c82 100644 (file)
@@ -1,16 +1,21 @@
-#
+# TODO: optflags
 Summary:       Apple Lossless Audio Decoder
+Summary(pl):   Dekoder Apple Lossless Audio
 Name:          alac_decoder
 Version:       0.1.1
 Release:       0.1
 License:       BSD-like
-Group:         Applications
+Group:         Applications/Sound
 Source0:       http://craz.net/programs/itunes/files/%{name}-%{version}.tar.gz
 # Source0-md5: 06f358b8aa185dcb3d1e2d80f89570c3
 URL:           http://craz.net/programs/itunes/alac.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
+Apple Lossless Audio Decoder.
+
+%description -l pl
+Dekoder Apple Lossless Audio.
 
 %prep
 %setup -q -n %{name}
@@ -20,8 +25,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/%{_bindir}
-install alac $RPM_BUILD_ROOT/%{_bindir}
+install -d $RPM_BUILD_ROOT%{_bindir}
+install alac $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.140792 seconds and 4 git commands to generate.