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

Revision 10772, 3.4 KB checked in by ara_t, 8 years ago (diff)

rebuild with gcc-5.4.0

Line 
1Name:           taglib-extras
2Summary:        Taglib support for other formats
3Version:        1.0.1
4Release:        4%{?_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}
33Summary(ja): %{name} の開発用ファイル
34Group:   Development/Libraries
35Requires: %{name} = %{version}-%{release}
36Requires: pkgconfig
37
38%description devel
39%{summary}.
40
41
42%prep
43%setup -q
44
45%patch1 -p1 -b .multilib
46%patch100 -p1 -b .version
47
48
49%build
50mkdir -p %{_target_platform}
51pushd %{_target_platform}   
52%cmake ..
53popd                       
54
55make %{?_smp_mflags} -C %{_target_platform}
56
57
58%install
59rm -rf $RPM_BUILD_ROOT
60
61make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
62
63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
67
68%post -p /sbin/ldconfig
69
70%postun -p /sbin/ldconfig
71
72
73%files
74%defattr(-,root,root,-)
75%doc COPYING.LGPL
76%{_libdir}/libtag-extras.so.1*
77
78%files devel
79%defattr(-,root,root,-)
80%{_bindir}/taglib-extras-config
81%{_includedir}/taglib-extras/
82%{_libdir}/libtag-extras.so
83%{_libdir}/pkgconfig/taglib-extras.pc
84
85
86%changelog
87* Sat Sep 03 2016 Toshiaki Ara <ara_t@384.jp> - 1.0.1-4
88- rebuild with gcc-5.4.0
89
90* Tue Jan 20 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.0.1-3
91- rebuilt on current VineSeed
92
93* Sun Oct 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.1-2
94- initial build for Vine Linux
95
96* Mon Sep 21 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.1-1
97- taglib-extras-1.0.1
98
99* Thu Sep 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.0-2
100- drop (deprecated/no-op) kde integration
101
102* Thu Sep 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.0-1
103- taglib-extras-1.0.0 (API/ABI bump)
104
105* Wed Sep 09 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.7-1
106- taglib-extras-0.1.7
107
108* Mon Aug 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.6-1
109- taglib-extras-0.1.6
110
111* Fri Jul 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.5-1
112- taglib-extras-0.1.5
113
114* Fri Jun 12 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.4-1
115- taglib-extras-0.1.4
116
117* Sat May 02 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.3-1
118- taglib-extras-0.1.3
119
120* Thu Apr 07 2009 Eelko Berkenpies <fedora@berkenpies.nl> - 0.1.2-1
121- taglib-extras-0.1.2
122
123* Thu Mar 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.1-2
124- enable KDE integration, -DWITH_KDE
125
126* Tue Mar 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.1-1
127- taglib-extras-0.1.1
128
129* Tue Mar 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1-4
130- refetch tarball
131
132* Mon Mar 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1-3
133- -devel: Requires: taglib-devel
134- Source0: full URL
135
136* Mon Mar 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1-2
137- fixup for review
138
139* Fri Mar 20 2009 Eelko Berkenpies <fedora@berkenpies.nl> - 0.1-1
140- initial package
Note: See TracBrowser for help on using the repository browser.