schroedinger/schroedinger.spec

changeset 1
4667f24fe848
parent 0
4f133201e207
     1.1 --- a/schroedinger/schroedinger.spec	Fri Mar 11 21:30:26 2011 +0100
     1.2 +++ b/schroedinger/schroedinger.spec	Fri Mar 11 21:36:51 2011 +0100
     1.3 @@ -1,23 +1,18 @@
     1.4 -%define abi 1.0
     1.5 -
     1.6  Name:           schroedinger
     1.7 -Version:        1.0.9
     1.8 -Release:        1%{?dist}
     1.9 +Version:        1.0.10
    1.10 +Release:        20101201
    1.11  Summary:        Portable libraries for the high quality Dirac video codec
    1.12 -
    1.13 +Vendor:         Europalab Software
    1.14 +Packager:       Michael Schloh von Bennewitz
    1.15 +Distribution:   MeeGo Thirdparty
    1.16  Group:          System Environment/Libraries
    1.17 -# No version is given for the GPL or the LGPL
    1.18  License:        GPL+ or LGPLv2+ or MIT or MPLv1.1
    1.19  URL:            http://www.diracvideo.org/
    1.20 -Source0:	http://www.diracvideo.org/download/schroedinger/schroedinger-%{version}.tar.gz
    1.21 -# Issue is known upstream, fixed in git and so fixed in NEXT_RELEASE
    1.22 -Patch0:		%{name}-no-testsuite.patch
    1.23 -BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    1.24 -
    1.25 -BuildRequires:	orc-devel >= 0.4.3
    1.26 -BuildRequires:  glew-devel >= 1.5.1
    1.27 -BuildRequires:	gtk-doc
    1.28 -
    1.29 +Source0:        http://www.diracvideo.org/download/schroedinger/schroedinger-%{version}.tar.gz
    1.30 +BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
    1.31 +BuildRequires:  orc-devel >= 0.4.10
    1.32 +BuildRequires:  glew-devel
    1.33 +BuildRequires:  gtk-doc
    1.34  
    1.35  %description
    1.36  The Schrödinger project will implement portable libraries for the high
    1.37 @@ -30,22 +25,29 @@
    1.38  for the Dirac video codec.
    1.39  
    1.40  %package devel
    1.41 -Group:          Development/Libraries
    1.42 -Summary:        Development files for schroedinger
    1.43 -Requires:       %{name} = %{version}-%{release}
    1.44 -Requires:       pkgconfig
    1.45 -Requires:	orc-devel >= 0.4.3
    1.46 +Group:     Development/Libraries
    1.47 +Summary:   Development files for schroedinger
    1.48 +Vendor:    Europalab Software
    1.49 +Packager:  Michael Schloh von Bennewitz
    1.50 +Distribution: MeeGo Thirdparty
    1.51 +Requires:  %{name} = %{version}-%{release}
    1.52 +Requires:  orc-devel >= 0.4.10
    1.53 +Requires:  pkgconfig
    1.54  
    1.55  %description devel
    1.56 -Development files for schroedinger
    1.57 +The Schrödinger project will implement portable libraries for the high
    1.58 +quality Dirac video codec created by BBC Research and
    1.59 +Development. Dirac is a free and open source codec producing very high
    1.60 +image quality video.
    1.61  
    1.62 +This package provides the development files for schroedinger.
    1.63  
    1.64  %prep
    1.65  %setup -q
    1.66 -%patch0 -p1
    1.67  
    1.68  %build
    1.69 -%configure --disable-static --enable-gtk-doc
    1.70 +bash
    1.71 +%configure --enable-gtk-doc
    1.72  
    1.73  # remove rpath from libtool
    1.74  sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
    1.75 @@ -74,10 +76,16 @@
    1.76  %defattr(-,root,root,-)
    1.77  %doc %{_datadir}/gtk-doc/html/schroedinger
    1.78  %{_includedir}/schroedinger-%{abi}
    1.79 +%{_libdir}/*.a
    1.80 +%{_libdir}/*.la
    1.81  %{_libdir}/*.so
    1.82  %{_libdir}/pkgconfig/schroedinger-%{abi}.pc
    1.83  
    1.84  
    1.85  %changelog
    1.86 +* Wed Dec 1 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 1.0.10-20101201
    1.87 +- Synchronize with upstream vendor version 1.0.10
    1.88 +- Adjust packaging and patch logic
    1.89 +
    1.90  * Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 1.0.9-1
    1.91 -- Build for MeeGo 1.1
    1.92 +- Package for MeeGo 1.1

mercurial