source: projects/specs/branches/6/t/taglib-extras/taglib-extras-vl.spec @ 2087

Revision 2087, 3.2 KB checked in by inagaki, 14 years ago (diff)

updated: MySQL, libmtp, taglib
NEW: taglib-extras

Line 
1Name:           taglib-extras
2Summary:        Taglib support for other formats
3Version:        1.0.1
4Release:        2%{?_dist_release}
5
6Group:          System Environment/Libraries
7# all LGPLv2, except for rmff/ which is GPLv2+/LGPLv2+
8License:        LGPLv2
9URL:            http://websvn.kde.org/trunk/kdesupport/taglib-extras/
10
11Source0:        http://www.kollide.net/~jefferai/taglib-extras-%{version}.tar.gz
12
13# taglib-extras-config: drop multilib-conflicting mention of libdir, since
14# it's already in default linker search path
15Patch1: taglib-extras-0.1-multilib-1.patch
16
17## upstream patches
18Patch100: taglib-extras-1.0.1-version.patch
19
20BuildRoot: %{_tmppath}/%{name}-%{version}-root
21BuildRequires: cmake >= 2.6.0
22BuildRequires: taglib-devel >= 1.6
23
24Requires: taglib >= 1.6
25
26%description
27Taglib-extras delivers support for reading and editing the meta-data of
28audio formats not supported by taglib.
29
30
31%package devel
32Summary: Development files for %{name}
33Group:   Development/Libraries
34Requires: %{name} = %{version}-%{release}
35Requires: pkgconfig
36
37%description devel
38%{summary}.
39
40
41%prep
42%setup -q
43
44%patch1 -p1 -b .multilib
45%patch100 -p1 -b .version
46
47
48%build
49mkdir -p %{_target_platform}
50pushd %{_target_platform}   
51%cmake ..
52popd                       
53
54make %{?_smp_mflags} -C %{_target_platform}
55
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
60make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
61
62
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66
67%post -p /sbin/ldconfig
68
69%postun -p /sbin/ldconfig
70
71
72%files
73%defattr(-,root,root,-)
74%doc COPYING.LGPL
75%{_libdir}/libtag-extras.so.1*
76
77%files devel
78%defattr(-,root,root,-)
79%{_bindir}/taglib-extras-config
80%{_includedir}/taglib-extras/
81%{_libdir}/libtag-extras.so
82%{_libdir}/pkgconfig/taglib-extras.pc
83
84
85%changelog
86* Sun Oct 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.1-2
87- initial build for Vine Linux
88
89* Mon Sep 21 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.1-1
90- taglib-extras-1.0.1
91
92* Thu Sep 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.0-2
93- drop (deprecated/no-op) kde integration
94
95* Thu Sep 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.0-1
96- taglib-extras-1.0.0 (API/ABI bump)
97
98* Wed Sep 09 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.7-1
99- taglib-extras-0.1.7
100
101* Mon Aug 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.6-1
102- taglib-extras-0.1.6
103
104* Fri Jul 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.5-1
105- taglib-extras-0.1.5
106
107* Fri Jun 12 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.4-1
108- taglib-extras-0.1.4
109
110* Sat May 02 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.3-1
111- taglib-extras-0.1.3
112
113* Thu Apr 07 2009 Eelko Berkenpies <fedora@berkenpies.nl> - 0.1.2-1
114- taglib-extras-0.1.2
115
116* Thu Mar 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.1-2
117- enable KDE integration, -DWITH_KDE
118
119* Tue Mar 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.1-1
120- taglib-extras-0.1.1
121
122* Tue Mar 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1-4
123- refetch tarball
124
125* Mon Mar 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1-3
126- -devel: Requires: taglib-devel
127- Source0: full URL
128
129* Mon Mar 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1-2
130- fixup for review
131
132* Fri Mar 20 2009 Eelko Berkenpies <fedora@berkenpies.nl> - 0.1-1
133- initial package
Note: See TracBrowser for help on using the repository browser.