SPECS: nero-aac-codec.spec (NEW) - new (NFY - no installer script)
mis
mis at pld-linux.org
Thu Apr 2 13:39:01 CEST 2009
Author: mis Date: Thu Apr 2 11:39:01 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new (NFY - no installer script)
---- Files affected:
SPECS:
nero-aac-codec.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/nero-aac-codec.spec
diff -u /dev/null SPECS/nero-aac-codec.spec:1.1
--- /dev/null Thu Apr 2 13:39:01 2009
+++ SPECS/nero-aac-codec.spec Thu Apr 2 13:38:56 2009
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+# TODO
+# - http://security.gentoo.org/glsa/glsa-200803-08.xml
+#
+# Conditional build:
+%bcond_with license_agreement # generates package
+%define _rel .1
+Summary: Nero AAC Codec
+Name: nero-aac-codec
+Version: 1.3.3.0
+Release: %{_rel}%{?with_license_agreement:wla}
+License: Free for non-commercial use
+Group: Libraries
+%if %{with license_agreement}
+Source0: http://ftp6.nero.com/tools/NeroDigitalAudio.zip
+%endif
+ExclusiveArch: %{ix86}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _enable_debug_packages 0
+
+%description
+The Nero AAC Encoder is a fully functional, high quality, commandline
+LC and HE AAC encoder.
+%if !%{with license_agreement}
+This package is empty. Build package yourself with "--with license_agreement" and install
+The Nero AAC Encoder is a fully functional, high quality, commandline
+LC and HE AAC encoder. the wla release.
+%endif
+
+The Nero AAC Encoder is a fully functional, high quality, commandline
+LC and HE AAC encoder. the wla release.
+%prep
+%if %{with license_agreement}
+%setup -q -c
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%if %{with license_agreement}
+install -d $RPM_BUILD_ROOT%{_bindir}
+install linux/* $RPM_BUILD_ROOT%{_bindir}
+rm -f $RPM_BUILD_ROOT%{_libdir}/codecs/*.xa
+%endif
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%if %{with license_agreement}
+%attr(755,root,root) %{_bindir}/*
+%doc *.txt
+%endif
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2009/04/02 11:38:56 mis
+- new (NFY - no installer script)
+
================================================================
More information about the pld-cvs-commit
mailing list