source: projects/specs/trunk/lib/libc/libcddb/libcddb-vl.spec @ 8793

Revision 8793, 5.1 KB checked in by Takemikaduchi, 10 years ago (diff)

libXi, libcdio, libusb1, qt4: new upstream release
others: rebuild

Line 
1Summary:        Library (C API) for accessing CDDB servers
2Name:           libcddb
3Version:        1.3.2
4Release:        8%{?_dist_release}
5License:        LGPLv2+
6Group:          System Environment/Libraries
7URL:            http://libcddb.sourceforge.net/
8Source0:        http://downloads.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2
9Patch0:         libcddb-1.3.0-multilib.patch
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11BuildRequires:  pkgconfig
12BuildRequires:  libcdio-devel >= 0.67
13
14%description
15Libcddb is a library that implements the different protocols (CDDBP,
16HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/).
17
18
19%package devel
20Summary:        Development files for libcddb
21Group:          Development/Libraries
22Requires:       %{name} = %{version}-%{release}
23Requires:       pkgconfig
24
25%description devel
26Libcddb is a library that implements the different protocols (CDDBP,
27HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/).
28This package contains development files (static libraries, headers)
29for libcddb.
30
31
32%prep
33%setup -q
34%patch0 -p1
35iconv -f ISO_8859-1 -t UTF-8 THANKS > THANKS.tmp
36touch -r THANKS THANKS.tmp
37mv THANKS.tmp THANKS
38iconv -f ISO_8859-1 -t UTF-8 ChangeLog > ChangeLog.tmp
39touch -r ChangeLog ChangeLog.tmp
40mv ChangeLog.tmp ChangeLog
41
42
43%build
44%configure --disable-static
45# Don't use rpath!
46sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
47sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
48make %{?_smp_mflags}
49
50
51%install
52rm -rf $RPM_BUILD_ROOT
53make install DESTDIR=$RPM_BUILD_ROOT
54rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
55
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60
61%post -p /sbin/ldconfig
62
63%postun -p /sbin/ldconfig
64
65
66%files
67%defattr(-,root,root,-)
68%doc AUTHORS COPYING NEWS README THANKS ChangeLog TODO
69%{_libdir}/libcddb.so.*
70%{_bindir}/cddb_query
71
72%files devel
73%defattr(-,root,root,-)
74%{_libdir}/libcddb.so
75%{_includedir}/cddb
76%{_libdir}/pkgconfig/libcddb.pc
77
78
79%changelog
80* Sun Jul 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-8
81- rebuild with VineSeed environment
82
83* Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-7
84- rebuild with VineSeed environment
85
86* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-6
87- rebuild with rpm-4.8.1 for pkg-config file
88
89* Sat May 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3.2-5
90- Initial build for Vine Linux
91
92* Fri Jan 22 2010 Adrian Reber <adrian@lisas.de> 1.3.2-4
93- Rebuilt for new libcdio
94
95* Sun Jan 17 2010 Hans de Goede <hdegoede@redhat.com> - 1.3.2-3
96- Drop static lib (#556063)
97
98* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
99- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
100
101* Tue Apr  7 2009 Hans de Goede <hdegoede@redhat.com> 1.3.2-1
102- New upstream release 1.3.2
103
104* Mon Mar  9 2009 Hans de Goede <hdegoede@redhat.com> 1.3.1-1
105- New upstream release 1.3.1
106
107* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-7
108- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
109
110* Tue Jan 13 2009 Adrian Reber <adrian@lisas.de> 1.3.0-6
111- Rebuild for new libcdio
112
113* Tue Feb 19 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-5
114- Fix Source0 URL
115
116* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3.0-4
117- Autorebuild for GCC 4.3
118
119* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-3
120- Fix multilib conflict in version.h (bz 341971)
121
122* Mon Aug 13 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-2
123- Update License tag for new Licensing Guidelines compliance
124
125* Fri Oct 27 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-1
126- New upstream release 1.3.0
127
128* Sun Oct  1 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.2-1
129- New upstream release 1.2.2
130
131* Sat Sep 23 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.1-5
132- Rebuild for new libcdio
133
134* Mon Aug 28 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.1-4
135- FE6 Rebuild
136
137* Sun Jul 23 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.1-3
138- Taking over as maintainer since Anvil has other priorities
139- Long long due rebuild with new gcc for FC-5, it seems this may have already
140  been done, since the last rebuild was of March 16 and the Rebuild Request
141  bug of March 19? Rebuilding anyway to be sure (bug 185873)
142
143* Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 1.2.1-2.fc5
144- Rebuild
145
146* Tue Aug 23 2005 Dams <anvil[AT]livna.org> - 1.2.1
147- Updated to 1.2.1
148
149* Tue Jul 26 2005 Adrian Reber <adrian@lisas.de> - 1.2.0-3
150- Rebuild against new libcdio (again)
151
152* Tue Jul 26 2005 Dams <anvil[AT]livna.org> - 1.2.0-2
153- Rebuild against new libcdio
154
155* Tue Jul 26 2005 Dams <anvil[AT]livna.org> - 1.2.0-1
156- Updated to 1.2.0
157
158* Thu Jul 21 2005 Dams <anvil[AT]livna.org> - 1.1.0-1
159- Updated to 1.1.0
160
161* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1.0.2-2
162- rebuild on all arches
163
164* Wed May 11 2005 Dams <anvil[AT]livna.org> - 0:1.0.2-1.4
165- Rebuilt for FC4
166
167* Wed May 11 2005 Dams <anvil[AT]livna.org> - 0:1.0.2-1
168- Added libcdio and pkgconfig buildreq
169- Updated to 1.0.2
170- Fixed URL in Source0
171
172* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
173- rebuilt
174
175* Sat Jul  3 2004 Dams <anvil[AT]livna.org> 0:0.9.4-0.fdr.2
176- added missing scriptlets
177- Added URL in Source0
178- Added additionnal files as doc
179
180* Tue Mar  9 2004 Dams <anvil[AT]livna.org>
181- Initial build.
Note: See TracBrowser for help on using the repository browser.