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

Revision 1158, 4.8 KB checked in by inagaki, 14 years ago (diff)

updated: alien, audacious, audacious-plugins
NEW: libcddb, self-build-audacious-plugins-extra

Line 
1Summary:        Library (C API) for accessing CDDB servers
2Name:           libcddb
3Version:        1.3.2
4Release:        5%{?_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* Sat May 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.3.2-5
81- Initial build for Vine Linux
82
83* Fri Jan 22 2010 Adrian Reber <adrian@lisas.de> 1.3.2-4
84- Rebuilt for new libcdio
85
86* Sun Jan 17 2010 Hans de Goede <hdegoede@redhat.com> - 1.3.2-3
87- Drop static lib (#556063)
88
89* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
91
92* Tue Apr  7 2009 Hans de Goede <hdegoede@redhat.com> 1.3.2-1
93- New upstream release 1.3.2
94
95* Mon Mar  9 2009 Hans de Goede <hdegoede@redhat.com> 1.3.1-1
96- New upstream release 1.3.1
97
98* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-7
99- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
100
101* Tue Jan 13 2009 Adrian Reber <adrian@lisas.de> 1.3.0-6
102- Rebuild for new libcdio
103
104* Tue Feb 19 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-5
105- Fix Source0 URL
106
107* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3.0-4
108- Autorebuild for GCC 4.3
109
110* Sun Oct 21 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-3
111- Fix multilib conflict in version.h (bz 341971)
112
113* Mon Aug 13 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-2
114- Update License tag for new Licensing Guidelines compliance
115
116* Fri Oct 27 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.3.0-1
117- New upstream release 1.3.0
118
119* Sun Oct  1 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.2-1
120- New upstream release 1.2.2
121
122* Sun Sep 23 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.1-5
123- Rebuild for new libcdio
124
125* Mon Aug 28 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.1-4
126- FE6 Rebuild
127
128* Sun Jul 23 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.1-3
129- Taking over as maintainer since Anvil has other priorities
130- Long long due rebuild with new gcc for FC-5, it seems this may have already
131  been done, since the last rebuild was of March 16 and the Rebuild Request
132  bug of March 19? Rebuilding anyway to be sure (bug 185873)
133
134* Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 1.2.1-2.fc5
135- Rebuild
136
137* Tue Aug 23 2005 Dams <anvil[AT]livna.org> - 1.2.1
138- Updated to 1.2.1
139
140* Tue Jul 26 2005 Adrian Reber <adrian@lisas.de> - 1.2.0-3
141- Rebuild against new libcdio (again)
142
143* Tue Jul 26 2005 Dams <anvil[AT]livna.org> - 1.2.0-2
144- Rebuild against new libcdio
145
146* Tue Jul 26 2005 Dams <anvil[AT]livna.org> - 1.2.0-1
147- Updated to 1.2.0
148
149* Thu Jul 21 2005 Dams <anvil[AT]livna.org> - 1.1.0-1
150- Updated to 1.1.0
151
152* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1.0.2-2
153- rebuild on all arches
154
155* Wed May 11 2005 Dams <anvil[AT]livna.org> - 0:1.0.2-1.4
156- Rebuilt for FC4
157
158* Wed May 11 2005 Dams <anvil[AT]livna.org> - 0:1.0.2-1
159- Added libcdio and pkgconfig buildreq
160- Updated to 1.0.2
161- Fixed URL in Source0
162
163* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
164- rebuilt
165
166* Sat Jul  3 2004 Dams <anvil[AT]livna.org> 0:0.9.4-0.fdr.2
167- added missing scriptlets
168- Added URL in Source0
169- Added additionnal files as doc
170
171* Tue Mar  9 2004 Dams <anvil[AT]livna.org>
172- Initial build.
Note: See TracBrowser for help on using the repository browser.