SPECS: libhnj.spec - added am18 patch - moved base docs to base, m...
qboosh
qboosh at pld-linux.org
Fri Dec 22 22:12:56 CET 2006
Author: qboosh Date: Fri Dec 22 21:12:56 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added am18 patch
- moved base docs to base, more verbose files, clearer License tag
- release 9
---- Files affected:
SPECS:
libhnj.spec (1.29 -> 1.30)
---- Diffs:
================================================================
Index: SPECS/libhnj.spec
diff -u SPECS/libhnj.spec:1.29 SPECS/libhnj.spec:1.30
--- SPECS/libhnj.spec:1.29 Sun Nov 5 12:03:49 2006
+++ SPECS/libhnj.spec Fri Dec 22 22:12:50 2006
@@ -3,13 +3,14 @@
Summary(pl): Biblioteka Libhnj
Name: libhnj
Version: 0.1.1
-Release: 8
-License: MPL/LGPL
+Release: 9
+License: LGPL v2+ or MPL v1.0
Group: Libraries
# formerly ftp://ftp.gnome.org/pub/GNOME/stable/sources/libhnj/
Source0: http://hkn.eecs.berkeley.edu/~dyoo/pyHnj/%{name}-%{version}.tar.gz
# Source0-md5: 29f5571af559690e916b1c7b1aa6aa1f
Patch0: %{name}-const-error.patch
+Patch1: %{name}-am18.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
@@ -50,6 +51,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
%{__libtoolize}
@@ -74,20 +76,20 @@
%files
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%doc AUTHORS ChangeLog NEWS README*
+%attr(755,root,root) %{_libdir}/libhnj.so.*.*.*
%files devel
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README*
%attr(755,root,root) %{_bindir}/libhnj-config
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libhnj.so
+%{_libdir}/libhnj.la
%{_includedir}/libhnj
-%{_aclocaldir}/*
+%{_aclocaldir}/libhnj.m4
%files static
%defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/libhnj.a
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -95,6 +97,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.30 2006/12/22 21:12:50 qboosh
+- added am18 patch
+- moved base docs to base, more verbose files, clearer License tag
+- release 9
+
Revision 1.29 2006/11/05 11:03:49 glen
- rel 8
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libhnj.spec?r1=1.29&r2=1.30&f=u
More information about the pld-cvs-commit
mailing list