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

Revision 9215, 3.5 KB checked in by munepi, 9 years ago (diff)

new upstream release

Line 
1## -*- coding: utf-8-unix -*-
2Summary:        Library for MPEG TS and DVB PSI tables decoding and generation
3Name:           libdvbpsi
4Version:        1.2.0
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* Fri Jan  2 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.2.0-1
68- new upstream release
69
70* Sun Dec 18 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.2.2-1
71- updated to 0.2.2
72- Switch to LGPLv2+
73- dropped BuildRequires: doxygen
74
75* Sun Jun 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.1.7-1
76- updated to 0.1.7
77
78* Sat Mar 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.1.6-2
79- change release to sync with self-build-libdvbpsi
80
81* Sat Jan 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.1.6-1
82- built based on RPM Fusion development
83
84* Sat Oct 17 2009 kwizart < kwizart at gmail.com > - 0.1.6-6
85- Rebuild
86
87* Sun Apr  5 2009 kwizart < kwizart at gmail.com > - 0.1.6-5
88- Rebuild
89
90* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.1.6-4
91- rebuild for new F11 features
92
93* Mon Aug 04 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.1.6-3
94- rebuild
95
96* Tue Feb 26 2008 kwizart < kwizart at gmail.com > - 0.1.6-2
97- Rebuild for gcc43
98
99* Mon Oct 22 2007 kwizart < kwizart at gmail.com > - 0.1.6-1
100- Update to 0.1.6
101
102* Sun Oct 14 2007 kwizart < kwizart at gmail.com > - 0.1.5-3
103- Rpmfusion Merge Review
104
105* Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 0.1.5-2
106- Drop Epoch completely
107
108* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
109- switch to new release field
110
111* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
112- add dist
113
114* Tue Jul 12 2005 Ville Skytt辰 <ville.skytta at iki.fi> - 0:0.1.5-0.lvn.1
115- 0.1.5.
116- Build with dependency tracking disabled.
117- Miscellaneous specfile cleanups.
118
119* Mon May 17 2004 Dams <anvil[AT]livna.org> - 0:0.1.3-0.lvn.4
120- Added url in Source0
121
122* Sun Sep 28 2003 Dams <anvil[AT]livna.org> 0:0.1.3-0.fdr.3
123- Removed comment after scriptlets
124
125* Mon Aug 18 2003 Dams <anvil[AT]livna.org> 0:0.1.3-0.fdr.2
126- Moved some doc to devel package
127
128* Sat Aug 16 2003 Dams <anvil[AT]livna.org> 0:0.1.3-0.fdr.1
129- Added post/postun scriptlets
130- Using RPM_OPT_FLAGS
131- Updated to 0.1.3
132
133* Sun Jun 29 2003 Dams <anvil[AT]livna.org>
134- Initial build.
Note: See TracBrowser for help on using the repository browser.