source: projects/specs/trunk/nonfree/self-build-libdvbpsi/libdvbpsi-vl.spec @ 5297

Revision 5297, 3.4 KB checked in by munepi, 12 years ago (diff)

updated self-build-* packages: new x264 ABI and ffmpeg 0.9

Line 
1## -*- coding: utf-8-unix -*-
2Summary:        Library for MPEG TS and DVB PSI tables decoding and generation
3Name:           libdvbpsi
4Version:        0.2.2
5Release:        1%{?_dist_release}
6License:        LGPLv2+
7Group:          System Environment/Libraries
8URL:            http://www.videolan.org/developers/libdvbpsi.html
9Source0:        http://download.videolan.org/pub/libdvbpsi/%{version}/%{name}-%{version}.tar.bz2
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11BuildRequires:  graphviz
12#BuildRequires: doxygen
13
14%description
15libdvbpsi is a very simple and fully portable library designed for
16MPEG TS and DVB PSI table decoding and generation.
17
18%package devel
19Summary:        Development package for %{name}
20Group:          Development/Libraries
21Requires:       %{name} = %{version}-%{release}
22
23%description devel
24libdvbpsi is a very simple and fully portable library designed for
25MPEG TS and DVB PSI table decoding and generation.
26This package contains development files for %{name}
27
28%prep
29%setup -q
30
31
32%build
33%configure \
34    --disable-dependency-tracking \
35    --disable-static
36%__make %{?_smp_mflags}
37#%__make doc
38
39
40%install
41%__rm -rf $RPM_BUILD_ROOT
42%__make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
43%__rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
44
45
46%clean
47%__rm -rf $RPM_BUILD_ROOT
48
49
50%post -p /sbin/ldconfig
51%postun -p /sbin/ldconfig
52
53%files
54%defattr(-,root,root,-)
55%doc AUTHORS COPYING ChangeLog README
56%{_libdir}/%{name}.so.*
57
58%files devel
59%defattr(-,root,root,-)
60#%doc doc/doxygen/html
61%{_includedir}/dvbpsi/
62%{_libdir}/lib*.so
63%{_libdir}/pkgconfig/libdvbpsi.pc
64
65
66%changelog
67* Sun Dec 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.2.2-1
68- updated to 0.2.2
69- Switch to LGPLv2+
70- dropped BuildRequires: doxygen
71
72* Sun Jun 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.1.7-1
73- updated to 0.1.7
74
75* Sat Mar 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.1.6-2
76- change release to sync with self-build-libdvbpsi
77
78* Sat Jan 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.1.6-1
79- built based on RPM Fusion development
80
81* Sat Oct 17 2009 kwizart < kwizart at gmail.com > - 0.1.6-6
82- Rebuild
83
84* Sun Apr  5 2009 kwizart < kwizart at gmail.com > - 0.1.6-5
85- Rebuild
86
87* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.1.6-4
88- rebuild for new F11 features
89
90* Mon Aug 04 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.1.6-3
91- rebuild
92
93* Tue Feb 26 2008 kwizart < kwizart at gmail.com > - 0.1.6-2
94- Rebuild for gcc43
95
96* Mon Oct 22 2007 kwizart < kwizart at gmail.com > - 0.1.6-1
97- Update to 0.1.6
98
99* Sun Oct 14 2007 kwizart < kwizart at gmail.com > - 0.1.5-3
100- Rpmfusion Merge Review
101
102* Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 0.1.5-2
103- Drop Epoch completely
104
105* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
106- switch to new release field
107
108* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
109- add dist
110
111* Tue Jul 12 2005 Ville Skytt辰 <ville.skytta at iki.fi> - 0:0.1.5-0.lvn.1
112- 0.1.5.
113- Build with dependency tracking disabled.
114- Miscellaneous specfile cleanups.
115
116* Mon May 17 2004 Dams <anvil[AT]livna.org> - 0:0.1.3-0.lvn.4
117- Added url in Source0
118
119* Sun Sep 28 2003 Dams <anvil[AT]livna.org> 0:0.1.3-0.fdr.3
120- Removed comment after scriptlets
121
122* Mon Aug 18 2003 Dams <anvil[AT]livna.org> 0:0.1.3-0.fdr.2
123- Moved some doc to devel package
124
125* Sat Aug 16 2003 Dams <anvil[AT]livna.org> 0:0.1.3-0.fdr.1
126- Added post/postun scriptlets
127- Using RPM_OPT_FLAGS
128- Updated to 0.1.3
129
130* Sun Jun 29 2003 Dams <anvil[AT]livna.org>
131- Initial build.
Note: See TracBrowser for help on using the repository browser.