]> git.pld-linux.org Git - packages/libcddb.git/commitdiff
- new auto/ac/libcddb-0_9_4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 30 Dec 2003 23:11:44 +0000 (23:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libcddb.spec -> 1.1

libcddb.spec [new file with mode: 0644]

diff --git a/libcddb.spec b/libcddb.spec
new file mode 100644 (file)
index 0000000..c31ae3d
--- /dev/null
@@ -0,0 +1,81 @@
+Summary:       Library to access data on a CDDB server
+Summary(pl):   Biblioteka dostêpu do danych na serwerze CDDB
+Name:          libcddb
+Version:       0.9.4
+Release:       1
+License:       LGPL
+Group:         Libraries
+Source0:       http://dl.sourceforge.net/libcddb/%{name}-%{version}.tar.gz
+# Source0-md5: 366095f09e1d89d91915a2dd7c7c1478
+URL:           http://libcddb.sourceforge.net/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libcddb is a library that implements the different protocols (CDDBP,
+HTTP, SMTP) to access data on a CDDB server (http://freedb.org/). It
+tries to be as cross-platform as possible.
+
+%description -l pl
+libcddb to biblioteka zawieraj±ca implementacje protoko³ów (CDDBP,
+HTTP, SMTP) dostêpu do danych na serwerze CDDB (http://freedb.org/).
+Próbuje byæ przeno¶na na ile to mo¿liwe.
+
+%package devel
+Summary:       Header files for libcddb library
+Summary(pl):   Pliki nag³ówkowe biblioteki libcddb
+Group:         Development/Libraries
+Requires:      %{name} = %{version}
+
+%description devel
+Header files for libcddb library.
+
+%description devel -l pl
+Pliki nag³ówkowe biblioteki libcddb.
+
+%package static
+Summary:       Static libcddb library
+Summary(pl):   Statyczna biblioteka libcddb
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}
+
+%description static
+Static libcddb library.
+
+%description static -l pl
+Statyczna biblioteka libcddb.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/cddb
+%{_pkgconfigdir}/*.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.279851 seconds and 4 git commands to generate.