]> git.pld-linux.org Git - SPECS.git/blob - rcm.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / rcm.spec
1 Summary:        rc file (dotfile) management
2 Name:           rcm
3 Version:        1.2.3
4 Release:        1
5 License:        BSD
6 Group:          Development/Tools
7 Source0:        https://thoughtbot.github.io/rcm/dist/%{name}-%{version}.tar.gz
8 # Source0-md5:  7ac43eef04cacb91a00f902852369aaf
9 URL:            https://github.com/thoughtbot/rcm
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 rc file (dotfile) management.
16
17 %prep
18 %setup -q
19
20 %build
21 %{__aclocal}
22 %{__automake}
23 %{__autoconf}
24 %configure
25 %{__make}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 %{__make} install \
30         DESTDIR=$RPM_BUILD_ROOT
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %doc LICENSE *.md
38 %attr(755,root,root) %{_bindir}/lsrc
39 %attr(755,root,root) %{_bindir}/mkrc
40 %attr(755,root,root) %{_bindir}/rcdn
41 %attr(755,root,root) %{_bindir}/rcup
42 %{_mandir}/man1/lsrc.1*
43 %{_mandir}/man1/mkrc.1*
44 %{_mandir}/man1/rcdn.1*
45 %{_mandir}/man1/rcup.1*
46 %{_mandir}/man5/rcrc.5*
47 %{_mandir}/man7/rcm.7*
48 %{_datadir}/rcm
This page took 0.064029 seconds and 3 git commands to generate.