SPECS: libowfat.spec - more verbose files, fixed static lib perms ...
qboosh
qboosh at pld-linux.org
Mon Jan 28 00:34:52 CET 2008
Author: qboosh Date: Sun Jan 27 23:34:52 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- more verbose files, fixed static lib perms
- build with glibc, not dietlibc (installed in /usr, not /usr/lib/dietlibc)
---- Files affected:
SPECS:
libowfat.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SPECS/libowfat.spec
diff -u SPECS/libowfat.spec:1.12 SPECS/libowfat.spec:1.13
--- SPECS/libowfat.spec:1.12 Fri Dec 28 00:55:22 2007
+++ SPECS/libowfat.spec Mon Jan 28 00:34:46 2008
@@ -10,7 +10,6 @@
# Source0-md5: 10d007d8f610edfebe890a66884a336e
Patch0: %{name}-DESTDIR.patch
URL: http://www.fefe.de/libowfat/
-BuildRequires: dietlibc-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -18,8 +17,8 @@
Bernstein's software.
%description -l pl.UTF-8
-libowfat to biblioteka API ogólnego przeznaczenia wyciągniętego z
-oprogramowania Dana Bernsteina.
+libowfat to biblioteka ogólnego przeznaczenia zawierająca interfejsy
+(API) wyciągnięte z oprogramowania Dana Bernsteina.
%prep
%setup -q
@@ -28,14 +27,16 @@
%build
%{__make} \
CC="%{__cc}" \
- CFLAGS="%{rpmcflags} -I."
+ CFLAGS="%{rpmcflags} -I." \
+ DIET=
%install
rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
- LIBDIR=$RPM_BUILD_ROOT%{_libdir}
+ LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
+ INCLUDEDIR=$RPM_BUILD_ROOT%{_includedir}/libowfat
%clean
rm -rf $RPM_BUILD_ROOT
@@ -43,9 +44,33 @@
%files
%defattr(644,root,root,755)
%doc CHANGES README TODO
-%attr(755,root,root) %{_libdir}/*
-%{_includedir}/*.h
-%{_mandir}/man3/*
+%{_libdir}/libowfat.a
+%{_includedir}/libowfat
+%{_mandir}/man3/array*.3*
+%{_mandir}/man3/buffer*.3*
+%{_mandir}/man3/byte_*.3*
+%{_mandir}/man3/case_*.3*
+%{_mandir}/man3/cdb_*.3*
+%{_mandir}/man3/dns_*.3*
+%{_mandir}/man3/fmt_*.3*
+%{_mandir}/man3/imult*.3*
+%{_mandir}/man3/io_*.3*
+%{_mandir}/man3/iob_*.3*
+%{_mandir}/man3/iopause.3*
+%{_mandir}/man3/mmap_*.3*
+%{_mandir}/man3/ndelay_*.3*
+%{_mandir}/man3/open*.3*
+%{_mandir}/man3/range*.3*
+%{_mandir}/man3/readclose*.3*
+%{_mandir}/man3/scan_*.3*
+%{_mandir}/man3/socket_*.3*
+%{_mandir}/man3/str_*.3*
+%{_mandir}/man3/stralloc_*.3*
+%{_mandir}/man3/tai_*.3*
+%{_mandir}/man3/taia_*.3*
+%{_mandir}/man3/uint16_*.3*
+%{_mandir}/man3/uint32_*.3*
+%{_mandir}/man3/umult*.3*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -53,6 +78,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2008-01-27 23:34:46 qboosh
+- more verbose files, fixed static lib perms
+- build with glibc, not dietlibc (installed in /usr, not /usr/lib/dietlibc)
+
Revision 1.12 2007-12-27 23:55:22 zbyniu
- up to 0.27
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libowfat.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list