View | Details | Raw Unified | Return to bug 9922
Collapse All | Expand All

(-)libdockapp.spec.orig (-19 / +18 lines)
Lines 3-9 Link Here
3
3
4
Name: libdockapp
4
Name: libdockapp
5
Version: 0.6.1
5
Version: 0.6.1
6
Release: alt1
6
Release: alt1.1
7
7
8
Summary: DockApp Making Standard Library
8
Summary: DockApp Making Standard Library
9
Group: System/Libraries
9
Group: System/Libraries
Lines 11-21 Link Here
11
Url: http://solfertje.student.utwente.nl/~dalroi/libdockapp/
11
Url: http://solfertje.student.utwente.nl/~dalroi/libdockapp/
12
12
13
Source: %url/files/%name-%version.tar.bz2
13
Source: %url/files/%name-%version.tar.bz2
14
#Patch: %name-0.5.0-alt-DAInitialize.patch
14
Patch: %name-0.6.1-alt-warnings-fix.patch
15
#Patch1: %name-0.5.0-alt-xpm-file.patch
16
15
17
# Automatically added by buildreq on Thu Apr 07 2005
16
BuildRequires: libXt-devel libXext-devel libXpm-devel
18
BuildRequires: xorg-x11-devel
19
17
20
%description
18
%description
21
This is a simple (trivial) library for writing Window Maker dock
19
This is a simple (trivial) library for writing Window Maker dock
Lines 29-36 Link Here
29
Summary: DockApp Making Standard Library
27
Summary: DockApp Making Standard Library
30
Group: Development/C
28
Group: Development/C
31
Requires: %name = %version-%release
29
Requires: %name = %version-%release
32
# FIXME: we NEED xpm library
30
Requires: libXpm-devel
33
Requires: xorg-x11-devel
34
31
35
%description devel
32
%description devel
36
This is a simple (trivial) library for writing Window Maker dock
33
This is a simple (trivial) library for writing Window Maker dock
Lines 42-65 Link Here
42
39
43
This package contains header files needed for development.
40
This package contains header files needed for development.
44
41
45
%prep 
42
%prep
46
%setup -q -n dockapp-%version
43
%setup -q -n dockapp-%version
47
#patch -p1
44
patch -p1 <%PATCH0
48
#patch1 -p1
49
find . -type d -name CVS -print0 | xargs -r0 %__rm -rf --
50
45
51
%build
46
%build
52
%configure \
47
%configure \
53
	--disable-static \
48
	--disable-static \
54
	--without-font \
49
	--without-font \
55
	--without-examples
50
	--without-examples
56
%make_build COND_FONT=
51
%make_build CFLAGS="%optflags -Werror" COND_FONT=
57
52
58
%install
53
%install
59
%makeinstall COND_FONT=
54
%makeinstall COND_FONT=
60
55
61
%files
56
%files
62
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
57
%doc AUTHORS BUGS ChangeLog COPYING NEWS README
63
%_libdir/lib*.so.*
58
%_libdir/lib*.so.*
64
59
65
%files devel
60
%files devel
Lines 68-73 Link Here
68
%_includedir/*.h
63
%_includedir/*.h
69
64
70
%changelog
65
%changelog
66
* Mon Oct 02 2006 Slava Semushin <php-coder@altlinux.ru> 0.6.1-alt1.1
67
- NMU
68
- Reduce redundant Requires (#9922)
69
- Updated BuildRequires
70
- Fixed all warnings from compiler
71
- Using -Werror flag for compiler by default
72
- Removed file INSTALL from package
73
- Packing file BUGS
74
- Cleanup spec
75
71
* Wed Aug 03 2005 Sir Raorn <raorn@altlinux.ru> 0.6.1-alt1
76
* Wed Aug 03 2005 Sir Raorn <raorn@altlinux.ru> 0.6.1-alt1
72
- [0.6.1]
77
- [0.6.1]
73
78
Lines 100-108 Link Here
100
* Tue Feb 13 2001 Alexey Voinov <voins@voins.program.ru>
105
* Tue Feb 13 2001 Alexey Voinov <voins@voins.program.ru>
101
- initial release
106
- initial release
102
107
103
104
105
106
107
108

Return to bug 9922