]> git.pld-linux.org Git - SPECS.git/blob - svndumpsanitizer.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / svndumpsanitizer.spec
1 Summary:        svndump sanitizer
2 Name:           svndumpsanitizer
3 Version:        0.8.3
4 Release:        1
5 License:        GPL v3+
6 Group:          Development/Version Control
7 Source0:        http://miria.linuxmaniac.net/svndumpsanitizer/%{name}-%{version}.tar.bz2
8 # Source0-md5:  d5b241f35049fb8a6362022131fca83a
9 URL:            http://miria.linuxmaniac.net/svndumpsanitizer/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 svndumpfilter that can handle paths outside included set.
14
15 %prep
16 %setup -q
17
18 %build
19 %{__cc} -o %{name} %{rpmcflags} %{rpmcppflags} %{rpmldflags} %{name}.c
20
21 %install
22 rm -rf $RPM_BUILD_ROOT
23 install -d $RPM_BUILD_ROOT%{_bindir}
24 install -p %{name} $RPM_BUILD_ROOT%{_bindir}
25
26 %clean
27 rm -rf $RPM_BUILD_ROOT
28
29 %files
30 %defattr(644,root,root,755)
31 %attr(755,root,root) %{_bindir}/svndumpsanitizer
This page took 0.025769 seconds and 3 git commands to generate.