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

Revision 1258, 3.3 KB checked in by munepi, 14 years ago (diff)

updated some self-build packages

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