From 11b4e6b54f3e40bc7da58aa2b059659e72a457b3 Mon Sep 17 00:00:00 2001 From: wrobell Date: Tue, 9 Dec 2003 14:44:29 +0000 Subject: [PATCH] - based on template /nfy/ Changed files: evolution-data-server.spec -> 1.1 --- evolution-data-server.spec | 60 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 evolution-data-server.spec diff --git a/evolution-data-server.spec b/evolution-data-server.spec new file mode 100644 index 0000000..8a339f6 --- /dev/null +++ b/evolution-data-server.spec @@ -0,0 +1,60 @@ +Summary: Evolution data server +Name: evolution-data-server +Version: 0.0.3 +Release: 0.1 +License: GPL +Group: Libraries +Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/0.0/%{name}-%{version}.tar.gz +# Source0-md5: bcacfd623db973a100deb67f0b7d8a38 +URL: http://www.gnome.org +BuildRequires: libsoup-devel >= 2.1.2 +Requires(post): /sbin/ldconfig +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Evolution data server. + +%package devel +Summary: Evolution data server development files +Group: Development/Libraries + +%description devel +Evolution data server development files. + +%description devel -l pl + +%package static +Summary: Evolution data server static libraries +Group: Development/Libraries + +%description static +Evolution data server static libraries. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO + +%files devel +%defattr(644,root,root,755) + +%files static +%defattr(644,root,root,755) -- 2.43.0