Subversion Repositories public

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
59 andreas 1
# This spec file was generated by KDevelop 
2
# Please report any problem to KDevelop Team <kdevelop-devel@kdevelop.org> 
3
# Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/fight.html
4
 
5
Name: tilgungsplan
6
Version: 0.1
7
Release: 
8
Vendor: 
9
Copyright: 
10
Summary: 
11
Group: 
12
Packager: 
13
BuildRoot:  %{_tmppath}/%{name}-root 
14
Source: 
15
 
16
%description
17
 
18
 
19
%prep
20
%setup
21
CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \ 
22
--target=
23
--disable-debug --enable-debug=no 
24
 
25
%build
26
%configure
27
make
28
 
29
%install
30
rm -rf %{buildroot}
31
%makeinstall
32
 
33
%clean
34
rm -rf %{buildroot}
35
 
36
%post -p /sbin/ldconfig
37
%postun -p /sbin/ldconfig
38
%files
39
%defattr(-, root, root)
40
%doc AUTHORS COPYING ChangeLog NEWS README TODO
41
%{_bindir}/*
42
%{_libdir}/*.so.*
43
%{_datadir}/%{name}
44
%{_mandir}/man8/*
45
%changelog
46