/[packages]/cauldron/libdvdcss/current/SPECS/libdvdcss.spec
ViewVC logotype

Diff of /cauldron/libdvdcss/current/SPECS/libdvdcss.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 64919 by tux99, Sat Mar 5 14:41:17 2011 UTC revision 914457 by luigiwalser, Thu Dec 24 21:36:23 2015 UTC
# Line 1  Line 1 
1  %define name    libdvdcss  %define major   2
 %define version 1.2.10  
 %define release %mkrel 2  
 %define major   2  
2  %define libname %mklibname dvdcss %{major}  %define libname %mklibname dvdcss %{major}
3  %define develname %mklibname -d dvdcss  %define develname %mklibname -d dvdcss
4    
5  Name:           %{name}  Name:           libdvdcss
6  Version:        %{version}  Version:        1.4.0
7  Release:        %{release}  Release:        %mkrel 1
8  Summary:        Library for accessing DVDs as a block device using deCSS if needed  Summary:        Library for accessing DVDs as a block device using deCSS if needed
9  Source:         %{name}-%{version}.tar.bz2  Source:         http://download.videolan.org/pub/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Patch:          libdvdcss-1.2.10-format-strings.patch  
10  License:        GPLv2+  License:        GPLv2+
11  Group:          System/Libraries  Group:          System/Libraries
12  URL:            http://www.videolan.org/libdvdcss  URL:            http://www.videolan.org/libdvdcss
# Line 30  without having to bother about the decry Line 26  without having to bother about the decry
26    
27  This package is in 'tainted' as it may violate patents in some countries.  This package is in 'tainted' as it may violate patents in some countries.
28    
29  %package -n %{libname}  %package -n     %{libname}
30  Summary:        A library for accessing DVDs as a block device using deCSS if needed  Summary:        A library for accessing DVDs as a block device using deCSS if needed
31  Group:          System/Libraries  Group:          System/Libraries
32  Provides:       %name = %version-%release  Provides:       %{name} = %{version}-%{release}
33    
34  %description -n %{libname}  %description -n %{libname}
35  libdvdcss is a simple library designed for accessing DVDs like a block device  libdvdcss is a simple library designed for accessing DVDs like a block device
# Line 48  without having to bother about the decry Line 44  without having to bother about the decry
44   * Just better. Unlike most similar projects, libdvdcss doesn't require the   * Just better. Unlike most similar projects, libdvdcss doesn't require the
45     region of your drive to be set.     region of your drive to be set.
46    
47  %package -n %develname  %package -n     %{develname}
48  Summary:        Development tools for programs which will use the %{name} library  Summary:        Development tools for programs which will use the %{name} library
49  Group:          Development/C  Group:          Development/C
50  Requires:       %{libname} = %version  Requires:       %{libname} = %{version}
51  Provides:       %{name}-devel = %version-%release  Provides:       %{name}-devel = %{version}-%{release}
52  Obsoletes: %mklibname -d dvdcss 2  Obsoletes:      %mklibname -d dvdcss 2
53    
54  %description -n %develname  %description -n %{develname}
55  The %{name}-devel package includes the header files and static libraries  The %{name}-devel package includes the header files and static libraries
56  necessary for developing programs which will manipulate DVDs files using  necessary for developing programs which will manipulate DVDs files using
57  the %{name} library.  the %{name} library.
# Line 66  package installed. Line 62  package installed.
62    
63  %prep  %prep
64  %setup -q  %setup -q
 %patch -p1  
65    
66  %build  %build
67  %configure2_5x  %configure2_5x
# Line 75  package installed. Line 70  package installed.
70  %install  %install
71  %makeinstall_std  %makeinstall_std
72    
73  %clean  rm -rf %{buildroot}%{_docdir}/%{name}
 rm -rf $RPM_BUILD_ROOT  
74    
75  %files -n %{libname}  %files -n %{libname}
76  %defattr(-,root,root)  %doc AUTHORS README
 %doc AUTHORS COPYING  
77  %{_libdir}/*.so.%{major}*  %{_libdir}/*.so.%{major}*
78    
79  %files -n %develname  %files -n %{develname}
 %defattr(-,root,root)  
80  %doc ChangeLog COPYING  %doc ChangeLog COPYING
81  %{_libdir}/*.a  %{_libdir}/*.a
82  %{_libdir}/*.la  %{_libdir}/*.la
83  %{_libdir}/*.so  %{_libdir}/*.so
84  %{_includedir}/*  %{_includedir}/*
85  %_libdir/pkgconfig/*.pc  %_libdir/pkgconfig/*.pc
   

Legend:
Removed from v.64919  
changed lines
  Added in v.914457

  ViewVC Help
Powered by ViewVC 1.1.30