]> git.pld-linux.org Git - packages/evolution-data-server.git/blame - evolution-data-server.spec
- based on template /nfy/
[packages/evolution-data-server.git] / evolution-data-server.spec
CommitLineData
11b4e6b5 1Summary: Evolution data server
2Name: evolution-data-server
3Version: 0.0.3
4Release: 0.1
5License: GPL
6Group: Libraries
7Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/0.0/%{name}-%{version}.tar.gz
8# Source0-md5: bcacfd623db973a100deb67f0b7d8a38
9URL: http://www.gnome.org
10BuildRequires: libsoup-devel >= 2.1.2
11Requires(post): /sbin/ldconfig
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15Evolution data server.
16
17%package devel
18Summary: Evolution data server development files
19Group: Development/Libraries
20
21%description devel
22Evolution data server development files.
23
24%description devel -l pl
25
26%package static
27Summary: Evolution data server static libraries
28Group: Development/Libraries
29
30%description static
31Evolution data server static libraries.
32
33%prep
34%setup -q
35
36%build
37%configure
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%post -p /sbin/ldconfig
50%postun -p /sbin/ldconfig
51
52%files
53%defattr(644,root,root,755)
54%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
55
56%files devel
57%defattr(644,root,root,755)
58
59%files static
60%defattr(644,root,root,755)
This page took 0.030874 seconds and 4 git commands to generate.