/[smecontribs]/rpms/smeserver-bandwidthd/contribs8/smeserver-bandwidthd.spec
ViewVC logotype

Annotation of /rpms/smeserver-bandwidthd/contribs8/smeserver-bandwidthd.spec

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


Revision 1.2 - (hide annotations) (download)
Sun Dec 29 23:35:59 2013 UTC (10 years, 5 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-bandwidthd-2_0_1_1-3_el5_sme
Changes since 1.1: +6 -1 lines
* Sun Dec 29 2013 JP Pialasse <tests@pialasse.com> 2.0.1.1-3.sme
- fix http auth error

1 unnilennium 1.1 %define name smeserver-bandwidthd
2     %define version 2.0.1.1
3 unnilennium 1.2 %define release 3
4 unnilennium 1.1 Summary: bandwidthd is a helpdesk system
5     Name: %{name}
6     Version: %{version}
7     Release: %{release}%{?dist}
8     Distribution: SME Server
9     License: GNU GPL version 2
10     Group: SMEserver/addon
11     Source: smeserver-bandwidthd-%{version}.tar.gz
12 unnilennium 1.2 Patch0: smeserver-bandwidthd-2.0.1.1-authfix.patch
13 unnilennium 1.1 BuildArchitectures: noarch
14     BuildRoot: /var/tmp/%{name}-%{version}-buildroot
15     BuildRequires: e-smith-devtools
16     Requires: e-smith-release >= 8.0
17     Requires: bandwidthd
18     AutoReqProv: no
19    
20     %description
21     bandwidthd is an application adapted as a contrib for SMEserver
22    
23     %changelog
24 unnilennium 1.2 * Sun Dec 29 2013 JP Pialasse <tests@pialasse.com> 2.0.1.1-3.sme
25     - fix http auth error
26    
27 unnilennium 1.1 * Fri Dec 27 2013 JP Pialasse <tests@pialasse.com> 2.0.1.1-2.sme
28     - few enhancement and bug fixing
29     - added link in manager
30    
31     * Thu Dec 26 2013 CONTRIB MAKER <tests@pialasse.com> 2.0.1.1-1.sme
32     - initial release
33     - builds from unchanged .tar.gz
34    
35     %prep
36     %setup
37 unnilennium 1.2 %patch0 -p1
38 unnilennium 1.1
39     %build
40     perl createlinks
41    
42     %install
43     rm -rf $RPM_BUILD_ROOT
44     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
45     rm -f %{name}-%{version}-filelist
46     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
47     > %{name}-%{version}-filelist
48    
49     %clean
50     rm -rf $RPM_BUILD_ROOT
51    
52     %files -f %{name}-%{version}-filelist
53     %defattr(-,root,root)
54    
55    

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