]> git.pld-linux.org Git - packages/startup-notification.git/blob - startup-notification.spec
e8f509bcca3ac102b630d7dee2fa3073fb5f3204
[packages/startup-notification.git] / startup-notification.spec
1 Summary:        Startup Notification Library
2 Summary(pl):    Biblioteka Startup Notification
3 Name:           startup-notification
4 Version:        0.8
5 Release:        4
6 Group:          Libraries
7 License:        LGPL
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/startup-notification/0.8/%{name}-%{version}.tar.bz2
9 # Source0-md5:  d9b2e9fba18843314ae42334ceb4336d
10 URL:            http://www.gnome.org/
11 BuildRequires:  automake >= 1.7
12 BuildRequires:  rpmbuild(macros) >= 1.197
13 BuildRequires:  xorg-lib-libSM-devel
14 BuildRequires:  xorg-lib-libX11-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Startup Notification Library implements a mechanism allowing a
19 desktop environment to track application startup, to provide user
20 feedback and other features.
21
22 %description -l pl
23 Biblioteka Startup Notification jest implementacj± mechanizmu
24 pozwalaj±cego ¶rodowisku graficznemu na ¶ledzenie uruchamiania
25 aplikacji, dostarczanie odpowiedzi u¿ytkownika oraz inne rzeczy.
26
27 %package devel
28 Summary:        Startup Notification Library development files
29 Summary(pl):    Pliki programistyczne biblioteki Startup Notification
30 Group:          Development/Libraries
31 Requires:       %{name} = %{version}-%{release}
32 Requires:       xorg-lib-libSM-devel
33 Requires:       xorg-lib-libX11-devel
34
35 %description devel
36 Startup Notification Library development files.
37
38 %description devel -l pl
39 Pliki programistyczne biblioteki Startup Notification.
40
41 %package static
42 Summary:        Static Startup Notification Library library
43 Summary(pl):    Statyczna biblioteka Startup Notification
44 Group:          Development/Libraries
45 Requires:       %{name}-devel = %{version}-%{release}
46
47 %description static
48 Static Startup Notification Library library.
49
50 %description static -l pl
51 Statyczna biblioteka Startup Notification.
52
53 %prep
54 %setup -q
55
56 %build
57 cp -f /usr/share/automake/config.sub .
58 %configure
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post   -p /sbin/ldconfig
71 %postun -p /sbin/ldconfig
72
73 %files
74 %defattr(644,root,root,755)
75 %doc AUTHORS README ChangeLog
76 %attr(755,root,root) %{_libdir}/*.so.*.*.*
77
78 %files devel
79 %defattr(644,root,root,755)
80 %attr(755,root,root) %{_libdir}/*.so
81 %{_libdir}/*.la
82 %{_includedir}/*
83 %{_pkgconfigdir}/*
84
85 %files static
86 %defattr(644,root,root,755)
87 %{_libdir}/*.a
This page took 0.078672 seconds and 2 git commands to generate.