source: projects/specs/branches/6/lib/libc/libcddb/libcddb-vl.spec @ 1897

Revision 1897, 4.9 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

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