]> git.pld-linux.org Git - packages/herrie.git/commitdiff
- proper license (it's BSD not GPL)
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 10 Oct 2006 22:28:53 +0000 (22:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    herrie.spec -> 1.4

herrie.spec

index 2a45417a9c8be54f90861bcde0b3e3cc14214461..62b3c605b20f83428bf9dd6a9d8ff8375c6f9db3 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl):    Konsolowy odtwarzacz muzyki
 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
@@ -38,14 +38,11 @@ wiele format
 %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
@@ -57,6 +54,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %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*
This page took 0.097474 seconds and 4 git commands to generate.