SPECS: libral.spec - empty doc removed, %%files fixed, amd64 build...
pluto
pluto at pld-linux.org
Sun Sep 18 14:37:06 CEST 2005
Author: pluto Date: Sun Sep 18 12:37:06 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- empty doc removed, %%files fixed, amd64 build fixed.
---- Files affected:
SPECS:
libral.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/libral.spec
diff -u SPECS/libral.spec:1.1 SPECS/libral.spec:1.2
--- SPECS/libral.spec:1.1 Sun Sep 18 13:29:35 2005
+++ SPECS/libral.spec Sun Sep 18 14:37:01 2005
@@ -11,7 +11,10 @@
URL: http://developer.berlios.de/projects/libral
BuildRequires: autoconf
BuildRequires: automake
+BuildRequires: glib2-devel
BuildRequires: gtk-doc >= 1.3
+BuildRequires: libtool
+BuildRequires: libxml2-devel
Requires(post,postun): /sbin/ldconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -51,7 +54,12 @@
%setup -q
%build
+cp -f /usr/share/automake/config.sub .
+%{__aclocal}
+%{__autoconf}
+
%configure
+
%{__make}
%install
@@ -61,21 +69,19 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-mv -f $RPM_BUILD_ROOT/usr/share/gtk-doc \
- $RPM_BUILD_ROOT/usr/share/doc
+mv -f $RPM_BUILD_ROOT%{_datadir}/{gtk-doc,doc/}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/lib*.so.0.0.50
+%doc AUTHORS
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/lib*.so
-%attr(755,root,root) %{_libdir}/lib*.so
%{_includedir}/libral-%{version}/libral/*.h
%{_libdir}/libral.la
%{_pkgconfigdir}/libral.pc
@@ -91,9 +97,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2005/09/18 12:37:01 pluto
+- empty doc removed, %%files fixed, amd64 build fixed.
+
Revision 1.1 2005/09/18 11:29:35 pawcioos
- new spec
-
-Revision 1.53 2005/08/15 21:54:32 glen
-- adapterized and other things
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libral.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list