Author: megabajt Date: Tue Oct 10 22:28:59 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - proper license (it's BSD not GPL)
---- Files affected: SPECS: herrie.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/herrie.spec diff -u SPECS/herrie.spec:1.3 SPECS/herrie.spec:1.4 --- SPECS/herrie.spec:1.3 Wed Oct 11 00:07:34 2006 +++ SPECS/herrie.spec Wed Oct 11 00:28:53 2006 @@ -4,7 +4,7 @@ Name: herrie Version: 0.6 Release: 1 -License: GPL +License: BSD Group: Applications/Sound Source0: http://www.il.fontys.nl/~ed/projects/herrie/distfiles/%{name}-%{version}.tar.gz # Source0-md5: 579231dc7bfa660cab702aef02921480 @@ -39,14 +39,11 @@ %patch1 -p1 %build -cd src/ -%{__make} +%{__make} -C src/ %install rm -rf $RPM_BUILD_ROOT - -install -d $RPM_BUILD_ROOT%{_bindir} -install -d $RPM_BUILD_ROOT%{_mandir}/man1 +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} %{__make} -C src/ install \ DESTDIR=$RPM_BUILD_ROOT @@ -58,7 +55,7 @@ %files -f %{name}.lang %defattr(644,root,root,755) -%doc ChangeLog README TODO +%doc COPYING ChangeLog README TODO %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/%{name}.1* @@ -68,6 +65,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2006/10/10 22:28:53 megabajt +- proper license (it's BSD not GPL) + Revision 1.3 2006/10/10 22:07:34 lisu - Group changed to Applications/Sound ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/herrie.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
