a52dec/a52dec.spec

Fri, 11 Mar 2011 21:36:51 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 11 Mar 2011 21:36:51 +0100
changeset 1
4667f24fe848
parent 0
4f133201e207
permissions
-rw-r--r--

Adjust specification build configurations to port packages to MeeGo.

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

mercurial