/[smecontribs]/rpms/dl/contribs10/dl.spec
ViewVC logotype

Diff of /rpms/dl/contribs10/dl.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by jpp, Sun Apr 18 16:02:09 2021 UTC Revision 1.2 by jpp, Sun Apr 18 16:17:11 2021 UTC
# Line 1  Line 1 
1  %define name dl  %define name dl
2  %define version 0.18.1  %define version 0.18.1
3  %define release 1  %define release 2
4  %define httpuser apache  %define httpuser apache
5    
6  %if 0%{?fedora} >= 11 || 0%{?rhel} >= 5  %if 0%{?fedora} >= 11 || 0%{?rhel} >= 5
# Line 19  Group: Applications/Internet Line 19  Group: Applications/Internet
19  Source: http://www.thregr.org/~wavexx/software/dl/releases/%{name}-%{version}.zip  Source: http://www.thregr.org/~wavexx/software/dl/releases/%{name}-%{version}.zip
20  Source1: httpd.conf  Source1: httpd.conf
21  Source2: logrotate.conf  Source2: logrotate.conf
22    Patch0: dl-0.18.1-pre0.19changes20210316.patch
23    
24  BuildArch: noarch  BuildArch: noarch
25  BuildRoot: %{_tmppath}/%{name}-%{version}  BuildRoot: %{_tmppath}/%{name}-%{version}
# Line 56  A command-line client to the REST interf Line 57  A command-line client to the REST interf
57    
58  %prep  %prep
59  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
60    %patch0 -p1
61    
62  %build  %build
63  # update locales  # update locales
# Line 136  fi Line 138  fi
138  %files  %files
139  %defattr(-,root,root)  %defattr(-,root,root)
140  %doc AUTHORS.rst NEWS.rst README.rst RESTAPI.rst THANKS.rst COPYING.txt  %doc AUTHORS.rst NEWS.rst README.rst RESTAPI.rst THANKS.rst COPYING.txt
141  %doc AUTHORS.html NEWS.html README.html RESTAPI.html THANKS.html  #%doc AUTHORS.html NEWS.html README.html RESTAPI.html THANKS.html
142    
143  %{_datadir}/%{name}  %{_datadir}/%{name}
144  %dir %attr(770,root,%{httpuser}) %{_localstatedir}/lib/%{name}  %dir %attr(770,root,%{httpuser}) %{_localstatedir}/lib/%{name}
145  %dir %attr(770,root,%{httpuser}) %{_localstatedir}/lib/%{name}/data  %dir %attr(770,root,%{httpuser}) %{_localstatedir}/lib/%{name}/data
# Line 150  fi Line 153  fi
153  %{_bindir}/%{name}-cli  %{_bindir}/%{name}-cli
154    
155  %changelog  %changelog
156    * Sun Apr 18 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.18.1-2.sme
157    - first build for SME10 [SME: 11565]
158    - patch with git update up to pre 0.19 release as per 20210316
159    
160  * Wed Sep 6 2017 Daniel Berteaud <daniel@firewall-services.com> 0.18.1-1  * Wed Sep 6 2017 Daniel Berteaud <daniel@firewall-services.com> 0.18.1-1
161  - Update to 0.18.1  - Update to 0.18.1
162    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed