Fri, 11 Mar 2011 21:39:41 +0100
Import new package specs for introduction into repository.
michael@1 | 1 | Summary: A free ATSC A/52 stream decoder |
michael@1 | 2 | Vendor: Europalab Software |
michael@1 | 3 | Packager: Michael Schloh von Bennewitz |
michael@1 | 4 | Distribution: MeeGo Thirdparty |
michael@1 | 5 | Name: a52dec |
michael@1 | 6 | Version: 0.7.4 |
michael@1 | 7 | Release: 20101201 |
michael@1 | 8 | License: GPLv2 |
michael@1 | 9 | Group: System Environment/Libraries |
michael@1 | 10 | URL: http://liba52.sourceforge.net/ |
michael@1 | 11 | Source0: http://liba52.sourceforge.net/files/%{name}-%{version}.tar.gz |
michael@1 | 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot |
michael@0 | 13 | |
michael@0 | 14 | |
michael@1 | 15 | %package devel |
michael@1 | 16 | Summary: Development files needed for a52dec |
michael@1 | 17 | Group: Development/Libraries |
michael@1 | 18 | Requires: %{name} = %{version}-%{release} |
michael@1 | 19 | |
michael@0 | 20 | |
michael@0 | 21 | %description |
michael@1 | 22 | The liba52 library decodes ATSC A/52 streams. The A/52 standard |
michael@1 | 23 | is used in a variety of applications, including digital television |
michael@1 | 24 | and DVD. It is also known as AC-3. This package also includes a52dec, |
michael@1 | 25 | a small test program for liba52. |
michael@1 | 26 | |
michael@0 | 27 | |
michael@0 | 28 | %description devel |
michael@1 | 29 | The liba52 library decodes ATSC A/52 streams. The A/52 standard |
michael@1 | 30 | is used in a variety of applications, including digital television |
michael@1 | 31 | and DVD. It is also known as AC-3. This package contains development |
michael@1 | 32 | files for a52dec. |
michael@0 | 33 | |
michael@0 | 34 | |
michael@0 | 35 | %prep |
michael@0 | 36 | %setup -q |
michael@0 | 37 | |
michael@0 | 38 | |
michael@0 | 39 | %build |
michael@0 | 40 | %configure --enable-shared --disable-static |
michael@0 | 41 | make %{?_smp_mflags} |
michael@0 | 42 | |
michael@0 | 43 | |
michael@0 | 44 | %install |
michael@0 | 45 | rm -rf $RPM_BUILD_ROOT |
michael@0 | 46 | make install DESTDIR=%{buildroot} |
michael@0 | 47 | |
michael@0 | 48 | |
michael@0 | 49 | %clean |
michael@0 | 50 | rm -rf $RPM_BUILD_ROOT |
michael@0 | 51 | |
michael@0 | 52 | |
michael@0 | 53 | %post -p /sbin/ldconfig |
michael@1 | 54 | |
michael@1 | 55 | |
michael@0 | 56 | %postun -p /sbin/ldconfig |
michael@0 | 57 | |
michael@1 | 58 | |
michael@0 | 59 | %files |
michael@0 | 60 | %defattr(-,root,root,-) |
michael@0 | 61 | %exclude %{_libdir}/liba52.la |
michael@0 | 62 | %doc AUTHORS COPYING ChangeLog HISTORY NEWS TODO |
michael@0 | 63 | %{_libdir}/liba52.so.* |
michael@0 | 64 | %{_bindir}/a52dec |
michael@0 | 65 | %{_bindir}/extract_a52 |
michael@0 | 66 | %{_mandir}/man1/a52dec.1* |
michael@0 | 67 | %{_mandir}/man1/extract_a52.1* |
michael@0 | 68 | |
michael@1 | 69 | |
michael@0 | 70 | %files devel |
michael@0 | 71 | %defattr(-,root,root,-) |
michael@0 | 72 | %doc doc/liba52.txt |
michael@0 | 73 | %{_includedir}/a52dec |
michael@0 | 74 | %{_libdir}/liba52.so |
michael@0 | 75 | |
michael@0 | 76 | |
michael@0 | 77 | %changelog |
michael@1 | 78 | * Wed Dec 1 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 0.7.4-20101201 |
michael@1 | 79 | - Adjust packaging |
michael@1 | 80 | |
michael@0 | 81 | * Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 0.7.4-16 |
michael@0 | 82 | - Build for MeeGo 1.1 |
michael@0 | 83 | |
michael@0 | 84 | * Tue Apr 28 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.7.4-15 |
michael@0 | 85 | - rebuild |
michael@0 | 86 | |
michael@0 | 87 | * Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.7.4-14 |
michael@0 | 88 | - rebuild for new F11 features |
michael@0 | 89 | |
michael@0 | 90 | * Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.7.4-12 |
michael@0 | 91 | - integrate a fix from livna that got lost |
michael@0 | 92 | |
michael@0 | 93 | * Thu Jul 24 2008 David Juran <david@juran.se> - 0.7.4-12 |
michael@0 | 94 | - Bump Release for RpmFusion |
michael@0 | 95 | |
michael@0 | 96 | * Sun Nov 11 2007 Dominik Mierzejewski <dominik [AT] greysector [DOT] net> 0.7.4-11.1 |
michael@0 | 97 | - Really drop djbfft |
michael@0 | 98 | |
michael@0 | 99 | * Mon Oct 1 2007 David Juran <david@juran.se> - 0.7.4-11 |
michael@0 | 100 | - Fix Licence tag to be GPLv2 |
michael@0 | 101 | - Drop %makeinstall macro |
michael@0 | 102 | - Drop static archive |
michael@0 | 103 | - Drop djbfft |
michael@0 | 104 | |
michael@0 | 105 | * Fri Oct 06 2006 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 0.7.4-10 |
michael@0 | 106 | - rebuilt for unwind info generation, broken in gcc-4.1.1-21 |
michael@0 | 107 | |
michael@0 | 108 | * Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.7.4-9 |
michael@0 | 109 | - Drop epoch in devel dep, too |
michael@0 | 110 | |
michael@0 | 111 | * Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> |
michael@0 | 112 | - switch to new release field |
michael@0 | 113 | - drop epoch |
michael@0 | 114 | |
michael@0 | 115 | * Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> |
michael@0 | 116 | - add dist |
michael@0 | 117 | |
michael@0 | 118 | * Thu Feb 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.4-0.lvn.8 |
michael@0 | 119 | - Avoid standard rpaths on lib64 archs. |
michael@0 | 120 | |
michael@0 | 121 | * Tue Jul 27 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.4-0.lvn.7 |
michael@0 | 122 | - Prefer PIC. |
michael@0 | 123 | - (Build)Require djbfft-devel. |
michael@0 | 124 | - Include more docs. |
michael@0 | 125 | |
michael@0 | 126 | * Sun Sep 28 2003 Dams <anvil[AT]livna.org> 0:0.7.4-0.fdr.6 |
michael@0 | 127 | - Removed comment after scriptlets |
michael@0 | 128 | - buildroot -> RPM_BUILD_ROOT |
michael@0 | 129 | |
michael@0 | 130 | * Mon Apr 14 2003 Dams <anvil[AT]livna.org> 0:0.7.4-0.fdr.5 |
michael@0 | 131 | - devel package require djbfft (not djbfft-devel) |
michael@0 | 132 | |
michael@0 | 133 | * Sun Apr 13 2003 Dams <anvil[AT]livna.org> 0:0.7.4-0.fdr.4 |
michael@0 | 134 | - Enabled support for djbfft |
michael@0 | 135 | |
michael@0 | 136 | * Sun Apr 13 2003 Dams <anvil[AT]livna.org> 0:0.7.4-0.fdr.3 |
michael@0 | 137 | - Added post and postun scriplet |
michael@0 | 138 | - moved man pages from devel to main package |
michael@0 | 139 | |
michael@0 | 140 | * Sun Apr 13 2003 Dams <anvil[AT]livna.org> 0:0.7.4-0.fdr.2 |
michael@0 | 141 | - make configure honor optflags |
michael@0 | 142 | - devel package |
michael@0 | 143 | - shared library added |
michael@0 | 144 | |
michael@0 | 145 | * Thu Apr 10 2003 Dams <anvil[AT]livna.org> |
michael@0 | 146 | - Initial build. |