SPECS: isomd5sum.spec - include README, not nth copy of GPL text -...
qboosh
qboosh at pld-linux.org
Mon Jan 14 01:00:45 CET 2008
Author: qboosh Date: Mon Jan 14 00:00:45 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- include README, not nth copy of GPL text
- -devel doesn't require base
---- Files affected:
SPECS:
isomd5sum.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/isomd5sum.spec
diff -u SPECS/isomd5sum.spec:1.3 SPECS/isomd5sum.spec:1.4
--- SPECS/isomd5sum.spec:1.3 Mon Jan 14 00:54:30 2008
+++ SPECS/isomd5sum.spec Mon Jan 14 01:00:40 2008
@@ -1,5 +1,4 @@
# $Revision$, $Date$
-# TODO: optflags
Summary: Utilities for working with md5sum implanted in ISO images
Summary(pl.UTF-8): Narzędzia do obsługi sum MD5 wszczepionych w obrazy ISO
Name: isomd5sum
@@ -28,7 +27,7 @@
Summary: Development headers and library for using isomd5sum
Summary(pl.UTF-8): Pliki nagłówkowe i biblioteka do używania isomd5sum
Group: Development/Libraries
-Requires: %{name} = %{epoch}:%{version}-%{release}
+# doesn't require base
%description devel
This contains header files and a library for working with the
@@ -43,8 +42,9 @@
%patch0 -p1
%build
-CC="%{__cc}" \
-%{__make}
+%{__make} \
+ CC="%{__cc}" \
+ RPM_OPT_FLAGS="%{rpmcflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -57,15 +57,15 @@
%files
%defattr(644,root,root,755)
-%doc COPYING
+%doc README
%attr(755,root,root) %{_bindir}/checkisomd5
%attr(755,root,root) %{_bindir}/implantisomd5
%attr(755,root,root) %{py_sitedir}/pyisomd5sum.so
%files devel
%defattr(644,root,root,755)
-%{_includedir}/*.h
-%{_libdir}/*.a
+%{_includedir}/lib*isomd5.h
+%{_libdir}/lib*isomd5.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -73,6 +73,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2008-01-14 00:00:40 qboosh
+- include README, not nth copy of GPL text
+- -devel doesn't require base
+
Revision 1.3 2008-01-13 23:54:30 qboosh
- pl
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/isomd5sum.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list