]> git.pld-linux.org Git - SPECS.git/blob - mcdp.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / mcdp.spec
1 Summary:        Text mode CD player
2 Summary(pl.UTF-8):      Tekstowy odtwarzacz płyt CD
3 Name:           mcdp
4 Version:        0.4
5 Release:        1
6 License:        GPL
7 Group:          Applications/Sound
8 Source0:        http://www.mcmilk.de/projects/mcdp/dl/latest.tar.bz2
9 # Source0-md5:  4a6e423cea3724b69f3e3bcdc3bacea1
10 URL:            http://www.mcmilk.de/projects/mcdp/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         specflags       -fomit-frame-pointer
14
15 %description
16 mcdp is a small (maybe the smallest) CD-player for linux.
17
18 %description -l pl.UTF-8
19 mcdp jest małym (prawdopodobnie najmniejszym) odtwarzaczem płyt CD pod
20 Linuksa.
21
22 %prep
23 %setup -q
24
25 %build
26 %{__make} \
27         CC="%{__cc}" \
28         CFLAGS="%{rpmcflags}" \
29         LDFLAGS="%{rpmldflags}"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
34
35 %{__make} install \
36         BINDIR=$RPM_BUILD_ROOT%{_bindir} \
37         MANDIR=$RPM_BUILD_ROOT%{_mandir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc doc/{AUTHOR,CHANGES,README,REQUIREMENTS,THANKS,TODO,WISHLIST,profile.sh}
45 %attr(755,root,root) %{_bindir}/*
46 %{_mandir}/man1/*
This page took 0.798312 seconds and 3 git commands to generate.