source: projects/specs/trunk/t/taglib/taglib-vl.spec @ 6785

Revision 6785, 2.8 KB checked in by Takemikaduchi, 12 years ago (diff)

kdelibs, kdebase-runtime, kdenetwork, kdeplasma-addons: rebuild
others: new upstream release

Line 
1Name: taglib
2Summary: TagLib Audio Meta-Data Library
3Version: 1.7.2
4Release: 1%{?_dist_release}
5
6Group: System Environment/Libraries
7License: LGPLv2
8URL: http://developer.kde.org/~wheeler/taglib.html
9
10Source: http://developer.kde.org/~wheeler/files/src/taglib-%{version}.tar.gz
11Patch0: http://www.cc.rim.or.jp/~yaz/taglib-1.4_wchar.diff
12Patch2: taglib-1.5rc1-multilib.patch
13
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15BuildRequires: cmake >= 2.6.0
16BuildRequires: pkgconfig
17BuildRequires: zlib-devel
18
19%description
20TagLib is a library for reading and editing the meta-data of
21several popular audio formats. Currently it supports both ID3v1
22and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags
23and Vorbis comments in FLAC files.
24
25%package devel
26Summary: TagLib Development environment
27Group: Development/Libraries
28Requires: %{name} = %{version}-%{release}
29
30%description devel
31Libraries and header files required for TagLib development.
32
33%prep
34%setup -q
35%patch0 -p1 -b .wchar
36%patch2 -p1 -b .multilib
37
38%build
39mkdir -p %{_target_platform}
40pushd %{_target_platform}
41%cmake -DWITH_ASF=1 -DWITH_MP4=1 ..
42popd
43
44make %{?_smp_mflags} -C %{_target_platform}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
49
50rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%post -p /sbin/ldconfig
56
57%postun -p /sbin/ldconfig
58
59%files
60%defattr(-,root,root)
61%doc AUTHORS COPYING.* NEWS
62%{_libdir}/lib*.so.*
63
64%files devel
65%defattr(-,root,root)
66%{_bindir}/*
67%{_includedir}/taglib
68#{_libdir}/lib*.la
69%{_libdir}/lib*.so
70%{_libdir}/pkgconfig/*.pc
71
72%changelog
73* Mon Sep 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.2-1
74- new upstream release
75
76* Sun Oct 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.3-1
77- new upstream release
78- added build option for supporting ASF and MP4 files
79- added Patch2 from Fedora
80
81* Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 1.6.1-2
82- rebuilt with rpm-4.8.1 for pkg-config
83
84* Fri Jan  1 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.1-1
85- new upstream release
86- used cmake for building
87
88* Sun Jul 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5-1
89- new upstream release
90- removed lib*.la files
91
92* Mon Jun 18 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4-0vl3
93- rebuilt with new toolchain
94
95* Thu Nov 30 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4-0vl2
96- add wchar.diff (patch0)
97  cf. http://mail.kde.org/pipermail/taglib-devel/2006-November/000532.html
98
99* Sat Jan 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4-0vl1
100- source upgrade
101- add BuildRequires: zlib-devel
102- add taglib.pc to devel package
103
104* Thu Oct 21 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.3-0vl1
105- source upgrade
106
107* Wed Jun 16 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.1-0vl2
108- add all files under %%{_includedir}/taglib to devel package
109
110* Tue Jun 15 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.1-0vl1
111- Initial packaging
Note: See TracBrowser for help on using the repository browser.